Shades of Pale Magenta #E88EDA
Tints of Pale Magenta #E88EDA
RGB
CMYK
RGB Variations
Color information
#E88EDA (or 0xE88EDA) is known color: Pale Magenta. HEX triplet: E8, 8E and DA. RGB value is (232,142,218). Sum of RGB (Red+Green+Blue) = 232+142+218=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E88EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88EDA is #177125. Grayscale: #B1B1B1. Windows color (decimal): -1536294 or 14323432. OLE color: 14323432.
HSL color Cylindrical-coordinate representation of color #E88EDA: hue angle of 309.33º 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 #E88EDA is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 142 | 218 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.09 |
| HSL | 309.33º | 0.66% | 0.73% | - |
| HSV(B) | 309.33º | 0.39% | 0.91% | - |
| XYZ | 55.61 | 41.56 | 71.42 | - |
| YUV | 177.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 218 | 0 | 0.39 | 0.06 | 0.09 | 309.33 | 0.66 | 0.73 |
| Hex | E8 | 8E | DA | 0 | 27 | 6 | 9 | 135 | 42 | 49 |
| Octal | 350 | 216 | 332 | 0 | 47 | 6 | 11 | 465 | 102 | 111 |
| Binary | 11101000 | 10001110 | 11011010 | 0 | 100111 | 110 | 1001 | 100110101 | 1000010 | 1001001 |
Color Harmonies of #E88EDA
Complementary color
Monochromatic Colors of #E88EDA
Black with #E88EDA
Text Example
Text Example
White with #E88EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88EDA; }
p { color: rgb(232,142,218); }
H1.HeaderClassName
{
color: #E88EDA;
}
.AnyTagClassName
{
color: #E88EDA;
}
</style>
background-color css
<style>
a { background-color: #E88EDA; }
a { background-color: rgb(232,142,218); }
div.DivClassName
{
background-color: #E88EDA;
}
.BgClassName
{
background-color: #E88EDA;
}
</style>
border-color css
<style>
span { border-color: #E88EDA; }
span { border-color: rgb(232,142,218); }
td.TdClassName
{
border-color: #E88EDA;
}
.TagClassName
{
border-color: #E88EDA;
}
</style>