#EE92DB

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

Shades of Pale Magenta #EE92DB

Tints of Pale Magenta #EE92DB

Color information

#EE92DB (or 0xEE92DB) is unknown color: approx Pale Magenta. HEX triplet: EE, 92 and DB. RGB value is (238,146,219). Sum of RGB (Red+Green+Blue) = 238+146+219=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EE92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE92DB is #116D24. Grayscale: #B5B5B5. Windows color (decimal): -1142053 or 14389998. OLE color: 14389998.

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

Color convert

RGB238146219-
CMYK00.390.080.07
HSL312.39º73.02%75.29%-
HSV(B)312.39º38.66%93.33%-
XYZ58.3243.8572.41-
YUV181.83148.98168.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.47%
GREEN value IS 146 (57.42% from 255) = 24.21%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=39.47%
G=24.21%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814621900.390.080.07312.3973.0275.29
HexEE92DB02787138494b
Octal356222333047107470111113
Binary1110111010010010110110110100111100011110011100010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE92DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE92DB; }

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

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

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

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

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

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

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

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