Shades of Pale Magenta #E88DDB
Tints of Pale Magenta #E88DDB
RGB
CMYK
RGB Variations
Color information
#E88DDB (or 0xE88DDB) is known color: Pale Magenta. HEX triplet: E8, 8D and DB. RGB value is (232,141,219). Sum of RGB (Red+Green+Blue) = 232+141+219=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DDB is #177224. Grayscale: #B0B0B0. Windows color (decimal): -1536549 or 14388712. OLE color: 14388712.
HSL color Cylindrical-coordinate representation of color #E88DDB: hue angle of 308.57º 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 #E88DDB is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 219 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.09 |
| HSL | 308.57º | 0.66% | 0.73% | - |
| HSV(B) | 308.57º | 0.39% | 0.91% | - |
| XYZ | 55.59 | 41.32 | 72.06 | - |
| YUV | 177.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 219 | 0 | 0.39 | 0.06 | 0.09 | 308.57 | 0.66 | 0.73 |
| Hex | E8 | 8D | DB | 0 | 27 | 6 | 9 | 135 | 42 | 49 |
| Octal | 350 | 215 | 333 | 0 | 47 | 6 | 11 | 465 | 102 | 111 |
| Binary | 11101000 | 10001101 | 11011011 | 0 | 100111 | 110 | 1001 | 100110101 | 1000010 | 1001001 |
Color Harmonies of #E88DDB
Complementary color
Monochromatic Colors of #E88DDB
Black with #E88DDB
Text Example
Text Example
White with #E88DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88DDB; }
p { color: rgb(232,141,219); }
H1.HeaderClassName
{
color: #E88DDB;
}
.AnyTagClassName
{
color: #E88DDB;
}
</style>
background-color css
<style>
a { background-color: #E88DDB; }
a { background-color: rgb(232,141,219); }
div.DivClassName
{
background-color: #E88DDB;
}
.BgClassName
{
background-color: #E88DDB;
}
</style>
border-color css
<style>
span { border-color: #E88DDB; }
span { border-color: rgb(232,141,219); }
td.TdClassName
{
border-color: #E88DDB;
}
.TagClassName
{
border-color: #E88DDB;
}
</style>