#EE89DD

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

Shades of Pale Magenta #EE89DD

Tints of Pale Magenta #EE89DD

Color information

#EE89DD (or 0xEE89DD) is unknown color: approx Pale Magenta. HEX triplet: EE, 89 and DD. RGB value is (238,137,221). Sum of RGB (Red+Green+Blue) = 238+137+221=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89DD is #117622. Grayscale: #B0B0B0. Windows color (decimal): -1144355 or 14518766. OLE color: 14518766.

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

Color convert

RGB238137221-
CMYK00.420.070.07
HSL310.1º74.81%73.53%-
HSV(B)310.1º42.44%93.33%-
XYZ57.2641.2973.36-
YUV176.77152.96171.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.93%
GREEN value IS 137 (53.91% from 255) = 22.99%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=39.93%
G=22.99%
B=37.08%

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
Decimal23813722100.420.070.07310.174.8173.53
HexEE89DD02A771364b4a
Octal35621133505277466113112
Binary111011101000100111011101010101011111110011011010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE89DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE89DD; }

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

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

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

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

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

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

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

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