#EE8DDD

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

Shades of Pale Magenta #EE8DDD

Tints of Pale Magenta #EE8DDD

Color information

#EE8DDD (or 0xEE8DDD) is unknown color: approx Pale Magenta. HEX triplet: EE, 8D and DD. RGB value is (238,141,221). Sum of RGB (Red+Green+Blue) = 238+141+221=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DDD is #117222. Grayscale: #B2B2B2. Windows color (decimal): -1143331 or 14519790. OLE color: 14519790.

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

Color convert

RGB238141221-
CMYK00.410.070.07
HSL310.52º74.05%74.31%-
HSV(B)310.52º40.76%93.33%-
XYZ57.8442.4573.55-
YUV179.12151.64170-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.67%
GREEN value IS 141 (55.47% from 255) = 23.5%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=39.67%
G=23.5%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814122100.410.070.07310.5274.0574.31
HexEE8DDD029771374a4a
Octal35621533505177467112112
Binary111011101000110111011101010100111111110011011110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8DDD; }

 p { color: rgb(238,141,221); }

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

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

 a { background-color: rgb(238,141,221); }

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

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

 span { border-color: rgb(238,141,221); }

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