#EE8AD6

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

Shades of Pale Magenta #EE8AD6

Tints of Pale Magenta #EE8AD6

Color information

#EE8AD6 (or 0xEE8AD6) is unknown color: approx Pale Magenta. HEX triplet: EE, 8A and D6. RGB value is (238,138,214). Sum of RGB (Red+Green+Blue) = 238+138+214=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8AD6 is #117529. Grayscale: #B0B0B0. Windows color (decimal): -1144106 or 14060270. OLE color: 14060270.

HSL color Cylindrical-coordinate representation of color #EE8AD6: hue angle of 314.4º 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 #EE8AD6 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB238138214-
CMYK00.420.100.07
HSL314.4º74.63%73.73%-
HSV(B)314.4º42.02%93.33%-
XYZ56.4941.2168.6-
YUV176.56149.13171.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 138 (54.30% from 255) = 23.39%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=40.34%
G=23.39%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813821400.420.100.07314.474.6373.73
HexEE8AD602AA713a4b4a
Octal356212326052127472113112
Binary1110111010001010110101100101010101011110011101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8AD6; }

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

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

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

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

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

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

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

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