#EE89D2

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

Shades of Pale Magenta #EE89D2

Tints of Pale Magenta #EE89D2

Color information

#EE89D2 (or 0xEE89D2) is unknown color: approx Pale Magenta. HEX triplet: EE, 89 and D2. RGB value is (238,137,210). Sum of RGB (Red+Green+Blue) = 238+137+210=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89D2 is #11762D. Grayscale: #AFAFAF. Windows color (decimal): -1144366 or 13797870. OLE color: 13797870.

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

Color convert

RGB238137210-
CMYK00.420.120.07
HSL316.63º74.81%73.53%-
HSV(B)316.63º42.44%93.33%-
XYZ55.8440.7265.89-
YUV175.52147.46172.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 137 (53.91% from 255) = 23.42%
BLUE value IS 210 (82.42% from 255) = 35.90%
R=40.68%
G=23.42%
B=35.90%

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
Decimal23813721000.420.120.07316.6374.8173.53
HexEE89D202AC713d4b4a
Octal356211322052147475113112
Binary1110111010001001110100100101010110011110011110110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE89D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE89D2; }

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

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

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

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

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

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

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

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