Shades of Pale Magenta #E88EDB
Tints of Pale Magenta #E88EDB
RGB
CMYK
RGB Variations
Color information
#E88EDB (or 0xE88EDB) is known color: Pale Magenta. HEX triplet: E8, 8E and DB. RGB value is (232,142,219). Sum of RGB (Red+Green+Blue) = 232+142+219=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E88EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88EDB is #177124. Grayscale: #B1B1B1. Windows color (decimal): -1536293 or 14388968. OLE color: 14388968.
HSL color Cylindrical-coordinate representation of color #E88EDB: hue angle of 308.67º 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 #E88EDB is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 142 | 219 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.09 |
| HSL | 308.67º | 0.66% | 0.73% | - |
| HSV(B) | 308.67º | 0.39% | 0.91% | - |
| XYZ | 55.74 | 41.62 | 72.11 | - |
| YUV | 177.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 219 | 0 | 0.39 | 0.06 | 0.09 | 308.67 | 0.66 | 0.73 |
| Hex | E8 | 8E | DB | 0 | 27 | 6 | 9 | 135 | 42 | 49 |
| Octal | 350 | 216 | 333 | 0 | 47 | 6 | 11 | 465 | 102 | 111 |
| Binary | 11101000 | 10001110 | 11011011 | 0 | 100111 | 110 | 1001 | 100110101 | 1000010 | 1001001 |
Color Harmonies of #E88EDB
Complementary color
Monochromatic Colors of #E88EDB
Black with #E88EDB
Text Example
Text Example
White with #E88EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88EDB; }
p { color: rgb(232,142,219); }
H1.HeaderClassName
{
color: #E88EDB;
}
.AnyTagClassName
{
color: #E88EDB;
}
</style>
background-color css
<style>
a { background-color: #E88EDB; }
a { background-color: rgb(232,142,219); }
div.DivClassName
{
background-color: #E88EDB;
}
.BgClassName
{
background-color: #E88EDB;
}
</style>
border-color css
<style>
span { border-color: #E88EDB; }
span { border-color: rgb(232,142,219); }
td.TdClassName
{
border-color: #E88EDB;
}
.TagClassName
{
border-color: #E88EDB;
}
</style>