#EE8ADE

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

Shades of Pale Magenta #EE8ADE

Tints of Pale Magenta #EE8ADE

Color information

#EE8ADE (or 0xEE8ADE) is unknown color: approx Pale Magenta. HEX triplet: EE, 8A and DE. RGB value is (238,138,222). Sum of RGB (Red+Green+Blue) = 238+138+222=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8ADE is #117521. Grayscale: #B1B1B1. Windows color (decimal): -1144098 or 14584558. OLE color: 14584558.

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

Color convert

RGB238138222-
CMYK00.420.070.07
HSL309.6º74.63%73.73%-
HSV(B)309.6º42.02%93.33%-
XYZ57.5341.6374.11-
YUV177.48153.13171.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 138 (54.30% from 255) = 23.08%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=39.80%
G=23.08%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813822200.420.070.07309.674.6373.73
HexEE8ADE02A771364b4a
Octal35621233605277466113112
Binary111011101000101011011110010101011111110011011010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8ADE; }

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

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

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

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

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

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

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

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