#EE90DE

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

Shades of Pale Magenta #EE90DE

Tints of Pale Magenta #EE90DE

Color information

#EE90DE (or 0xEE90DE) is unknown color: approx Pale Magenta. HEX triplet: EE, 90 and DE. RGB value is (238,144,222). Sum of RGB (Red+Green+Blue) = 238+144+222=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90DE is #116F21. Grayscale: #B4B4B4. Windows color (decimal): -1142562 or 14586094. OLE color: 14586094.

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

Color convert

RGB238144222-
CMYK00.390.070.07
HSL310.21º73.44%74.9%-
HSV(B)310.21º39.5%93.33%-
XYZ58.4243.474.4-
YUV181151.14168.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 144 (56.64% from 255) = 23.84%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=39.40%
G=23.84%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814422200.390.070.07310.2173.4474.9
HexEE90DE02777136494b
Octal35622033604777466111113
Binary111011101001000011011110010011111111110011011010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE90DE; }

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

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

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

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

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

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

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

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