Shades of Pale Magenta #E88DDE
Tints of Pale Magenta #E88DDE
RGB
CMYK
RGB Variations
Color information
#E88DDE (or 0xE88DDE) is known color: Pale Magenta. HEX triplet: E8, 8D and DE. RGB value is (232,141,222). Sum of RGB (Red+Green+Blue) = 232+141+222=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DDE is #177221. Grayscale: #B1B1B1. Windows color (decimal): -1536546 or 14585320. OLE color: 14585320.
HSL color Cylindrical-coordinate representation of color #E88DDE: hue angle of 306.59º 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 #E88DDE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 222 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.09 |
| HSL | 306.59º | 0.66% | 0.73% | - |
| HSV(B) | 306.59º | 0.39% | 0.91% | - |
| XYZ | 55.99 | 41.48 | 74.16 | - |
| YUV | 177.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 222 | 0 | 0.39 | 0.04 | 0.09 | 306.59 | 0.66 | 0.73 |
| Hex | E8 | 8D | DE | 0 | 27 | 4 | 9 | 133 | 42 | 49 |
| Octal | 350 | 215 | 336 | 0 | 47 | 4 | 11 | 463 | 102 | 111 |
| Binary | 11101000 | 10001101 | 11011110 | 0 | 100111 | 100 | 1001 | 100110011 | 1000010 | 1001001 |
Color Harmonies of #E88DDE
Complementary color
Monochromatic Colors of #E88DDE
Black with #E88DDE
Text Example
Text Example
White with #E88DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88DDE; }
p { color: rgb(232,141,222); }
H1.HeaderClassName
{
color: #E88DDE;
}
.AnyTagClassName
{
color: #E88DDE;
}
</style>
background-color css
<style>
a { background-color: #E88DDE; }
a { background-color: rgb(232,141,222); }
div.DivClassName
{
background-color: #E88DDE;
}
.BgClassName
{
background-color: #E88DDE;
}
</style>
border-color css
<style>
span { border-color: #E88DDE; }
span { border-color: rgb(232,141,222); }
td.TdClassName
{
border-color: #E88DDE;
}
.TagClassName
{
border-color: #E88DDE;
}
</style>