#EE8AD9

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

Shades of Pale Magenta #EE8AD9

Tints of Pale Magenta #EE8AD9

Color information

#EE8AD9 (or 0xEE8AD9) is unknown color: approx Pale Magenta. HEX triplet: EE, 8A and D9. RGB value is (238,138,217). Sum of RGB (Red+Green+Blue) = 238+138+217=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8AD9 is #117526. Grayscale: #B0B0B0. Windows color (decimal): -1144103 or 14256878. OLE color: 14256878.

HSL color Cylindrical-coordinate representation of color #EE8AD9: hue angle of 312.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8AD9 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB238138217-
CMYK00.420.090.07
HSL312.6º74.63%73.73%-
HSV(B)312.6º42.02%93.33%-
XYZ56.8741.3670.63-
YUV176.91150.63171.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 138 (54.30% from 255) = 23.27%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=40.13%
G=23.27%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813821700.420.090.07312.674.6373.73
HexEE8AD902A971394b4a
Octal356212331052117471113112
Binary1110111010001010110110010101010100111110011100110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8AD9; }

 p { color: rgb(238,138,217); }

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

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

 a { background-color: rgb(238,138,217); }

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

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

 span { border-color: rgb(238,138,217); }

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