#E88DDD

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

Shades of Pale Magenta #E88DDD

Tints of Pale Magenta #E88DDD

Color information

#E88DDD (or 0xE88DDD) is unknown color: approx Pale Magenta. HEX triplet: E8, 8D and DD. RGB value is (232,141,221). Sum of RGB (Red+Green+Blue) = 232+141+221=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DDD is #177222. Grayscale: #B1B1B1. Windows color (decimal): -1536547 or 14519784. OLE color: 14519784.

HSL color Cylindrical-coordinate representation of color #E88DDD: hue angle of 307.25º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E88DDD is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB232141221-
CMYK00.390.050.09
HSL307.25º66.42%73.14%-
HSV(B)307.25º39.22%90.98%-
XYZ55.8541.4373.46-
YUV177.33152.65167-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.06%
GREEN value IS 141 (55.47% from 255) = 23.74%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=39.06%
G=23.74%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214122100.390.050.09307.2566.4273.14
HexE88DDD027591334249
Octal350215335047511463102111
Binary1110100010001101110111010100111101100110011001110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88DDD; }

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

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

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

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

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

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

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

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