#EE90D6

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

Shades of Pale Magenta #EE90D6

Tints of Pale Magenta #EE90D6

Color information

#EE90D6 (or 0xEE90D6) is unknown color: approx Pale Magenta. HEX triplet: EE, 90 and D6. RGB value is (238,144,214). Sum of RGB (Red+Green+Blue) = 238+144+214=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90D6 is #116F29. Grayscale: #B3B3B3. Windows color (decimal): -1142570 or 14061806. OLE color: 14061806.

HSL color Cylindrical-coordinate representation of color #EE90D6: hue angle of 315.32º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE90D6 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB238144214-
CMYK00.390.100.07
HSL315.32º73.44%74.9%-
HSV(B)315.32º39.5%93.33%-
XYZ57.3742.9868.89-
YUV180.09147.14169.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.93%
GREEN value IS 144 (56.64% from 255) = 24.16%
BLUE value IS 214 (83.98% from 255) = 35.91%
R=39.93%
G=24.16%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814421400.390.100.07315.3273.4474.9
HexEE90D6027A713b494b
Octal356220326047127473111113
Binary1110111010010000110101100100111101011110011101110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE90D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE90D6; }

 p { color: rgb(238,144,214); }

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

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

 a { background-color: rgb(238,144,214); }

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

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

 span { border-color: rgb(238,144,214); }

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