#EE88DB

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

Shades of Pale Magenta #EE88DB

Tints of Pale Magenta #EE88DB

Color information

#EE88DB (or 0xEE88DB) is unknown color: approx Pale Magenta. HEX triplet: EE, 88 and DB. RGB value is (238,136,219). Sum of RGB (Red+Green+Blue) = 238+136+219=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE88DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE88DB is #117724. Grayscale: #AFAFAF. Windows color (decimal): -1144613 or 14387438. OLE color: 14387438.

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

Color convert

RGB238136219-
CMYK00.430.080.07
HSL311.18º75%73.33%-
HSV(B)311.18º42.86%93.33%-
XYZ56.8540.971.92-
YUV175.96152.29172.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 136 (53.52% from 255) = 22.93%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=40.13%
G=22.93%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813621900.430.080.07311.187573.33
HexEE88DB02B871374b49
Octal356210333053107467113111
Binary1110111010001000110110110101011100011110011011110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE88DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE88DB; }

 p { color: rgb(238,136,219); }

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

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

 a { background-color: rgb(238,136,219); }

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

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

 span { border-color: rgb(238,136,219); }

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