#EE89DA

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

Shades of Pale Magenta #EE89DA

Tints of Pale Magenta #EE89DA

Color information

#EE89DA (or 0xEE89DA) is unknown color: approx Pale Magenta. HEX triplet: EE, 89 and DA. RGB value is (238,137,218). Sum of RGB (Red+Green+Blue) = 238+137+218=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89DA is #117625. Grayscale: #B0B0B0. Windows color (decimal): -1144358 or 14322158. OLE color: 14322158.

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

Color convert

RGB238137218-
CMYK00.420.080.07
HSL311.88º74.81%73.53%-
HSV(B)311.88º42.44%93.33%-
XYZ56.8641.1371.27-
YUV176.43151.46171.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 137 (53.91% from 255) = 23.10%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=40.13%
G=23.10%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813721800.420.080.07311.8874.8173.53
HexEE89DA02A871384b4a
Octal356211332052107470113112
Binary1110111010001001110110100101010100011110011100010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE89DA; }

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

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

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

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

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

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

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

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