#EB84D1

Color #EB84D1 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #EB84D1

Tints of Pale Magenta #EB84D1

Color information

#EB84D1 (or 0xEB84D1) is unknown color: approx Pale Magenta. HEX triplet: EB, 84 and D1. RGB value is (235,132,209). Sum of RGB (Red+Green+Blue) = 235+132+209=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84D1 is #147B2E. Grayscale: #ABABAB. Windows color (decimal): -1342255 or 13731051. OLE color: 13731051.

HSL color Cylindrical-coordinate representation of color #EB84D1: hue angle of 315.15º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB84D1 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235132209-
CMYK00.440.110.08
HSL315.15º72.03%71.96%-
HSV(B)315.15º43.83%92.16%-
XYZ54.0238.7764.96-
YUV171.58149.12173.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 132 (51.95% from 255) = 22.92%
BLUE value IS 209 (82.03% from 255) = 36.28%
R=40.80%
G=22.92%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513220900.440.110.08315.1572.0371.96
HexEB84D102CB813b4848
Octal3532043210541310473110110
Binary11101011100001001101000101011001011100010011101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84D1; }

 p { color: rgb(235,132,209); }

 H1.HeaderClassName
 {
   color: #EB84D1;
 }
 .AnyTagClassName
 {
   color: #EB84D1;
 }
</style>
background-color css

<style>
 a { background-color: #EB84D1; }

 a { background-color: rgb(235,132,209); }

 div.DivClassName
 {
   background-color: #EB84D1;
 }
 .BgClassName
 {
   background-color: #EB84D1;
 }
</style>
border-color css

<style>
 span { border-color: #EB84D1; }

 span { border-color: rgb(235,132,209); }

 td.TdClassName
 {
   border-color: #EB84D1;
 }
 .TagClassName
 {
   border-color: #EB84D1;
 }
</style>