#E986D2

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

Shades of Pale Magenta #E986D2

Tints of Pale Magenta #E986D2

Color information

#E986D2 (or 0xE986D2) is unknown color: approx Pale Magenta. HEX triplet: E9, 86 and D2. RGB value is (233,134,210). Sum of RGB (Red+Green+Blue) = 233+134+210=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E986D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986D2 is #16792D. Grayscale: #ACACAC. Windows color (decimal): -1472814 or 13797097. OLE color: 13797097.

HSL color Cylindrical-coordinate representation of color #E986D2: hue angle of 313.94º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E986D2 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB233134210-
CMYK00.420.100.09
HSL313.94º69.23%71.96%-
HSV(B)313.94º42.49%91.37%-
XYZ53.7639.0365.67-
YUV172.26149.3171.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.38%
GREEN value IS 134 (52.73% from 255) = 23.22%
BLUE value IS 210 (82.42% from 255) = 36.40%
R=40.38%
G=23.22%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313421000.420.100.09313.9469.2371.96
HexE986D202AA913a4548
Octal3512063220521211472105110
Binary11101001100001101101001001010101010100110011101010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986D2; }

 p { color: rgb(233,134,210); }

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

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

 a { background-color: rgb(233,134,210); }

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

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

 span { border-color: rgb(233,134,210); }

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