#EE8AD2

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

Shades of Pale Magenta #EE8AD2

Tints of Pale Magenta #EE8AD2

Color information

#EE8AD2 (or 0xEE8AD2) is unknown color: approx Pale Magenta. HEX triplet: EE, 8A and D2. RGB value is (238,138,210). Sum of RGB (Red+Green+Blue) = 238+138+210=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8AD2 is #11752D. Grayscale: #AFAFAF. Windows color (decimal): -1144110 or 13798126. OLE color: 13798126.

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

Color convert

RGB238138210-
CMYK00.420.120.07
HSL316.8º74.63%73.73%-
HSV(B)316.8º42.02%93.33%-
XYZ55.9841.0165.94-
YUV176.11147.13172.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.61%
GREEN value IS 138 (54.30% from 255) = 23.55%
BLUE value IS 210 (82.42% from 255) = 35.84%
R=40.61%
G=23.55%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813821000.420.120.07316.874.6373.73
HexEE8AD202AC713d4b4a
Octal356212322052147475113112
Binary1110111010001010110100100101010110011110011110110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8AD2; }

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

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

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

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

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

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

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

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