#EE91DE

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

Shades of Pale Magenta #EE91DE

Tints of Pale Magenta #EE91DE

Color information

#EE91DE (or 0xEE91DE) is unknown color: approx Pale Magenta. HEX triplet: EE, 91 and DE. RGB value is (238,145,222). Sum of RGB (Red+Green+Blue) = 238+145+222=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EE91DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE91DE is #116E21. Grayscale: #B5B5B5. Windows color (decimal): -1142306 or 14586350. OLE color: 14586350.

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

Color convert

RGB238145222-
CMYK00.390.070.07
HSL310.32º73.23%75.1%-
HSV(B)310.32º39.08%93.33%-
XYZ58.5743.774.46-
YUV181.58150.81168.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 145 (57.03% from 255) = 23.97%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=39.34%
G=23.97%
B=36.69%

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
Decimal23814522200.390.070.07310.3273.2375.1
HexEE91DE02777136494b
Octal35622133604777466111113
Binary111011101001000111011110010011111111110011011010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE91DE; }

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

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

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

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

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

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

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

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