#EE92DA

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

Shades of Pale Magenta #EE92DA

Tints of Pale Magenta #EE92DA

Color information

#EE92DA (or 0xEE92DA) is unknown color: approx Pale Magenta. HEX triplet: EE, 92 and DA. RGB value is (238,146,218). Sum of RGB (Red+Green+Blue) = 238+146+218=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EE92DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE92DA is #116D25. Grayscale: #B5B5B5. Windows color (decimal): -1142054 or 14324462. OLE color: 14324462.

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

Color convert

RGB238146218-
CMYK00.390.080.07
HSL313.04º73.02%75.29%-
HSV(B)313.04º38.66%93.33%-
XYZ58.1943.871.72-
YUV181.72148.48168.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.53%
GREEN value IS 146 (57.42% from 255) = 24.25%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=39.53%
G=24.25%
B=36.21%

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
Decimal23814621800.390.080.07313.0473.0275.29
HexEE92DA02787139494b
Octal356222332047107471111113
Binary1110111010010010110110100100111100011110011100110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE92DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE92DA; }

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

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

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

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

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

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

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

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