Shades of Pale Magenta #E88EDD
Tints of Pale Magenta #E88EDD
RGB
CMYK
RGB Variations
Color information
#E88EDD (or 0xE88EDD) is known color: Pale Magenta. HEX triplet: E8, 8E and DD. RGB value is (232,142,221). Sum of RGB (Red+Green+Blue) = 232+142+221=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E88EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88EDD is #177122. Grayscale: #B1B1B1. Windows color (decimal): -1536291 or 14520040. OLE color: 14520040.
HSL color Cylindrical-coordinate representation of color #E88EDD: hue angle of 307.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 #E88EDD is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 142 | 221 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.09 |
| HSL | 307.33º | 0.66% | 0.73% | - |
| HSV(B) | 307.33º | 0.39% | 0.91% | - |
| XYZ | 56 | 41.72 | 73.51 | - |
| YUV | 177.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 221 | 0 | 0.39 | 0.05 | 0.09 | 307.33 | 0.66 | 0.73 |
| Hex | E8 | 8E | DD | 0 | 27 | 5 | 9 | 133 | 42 | 49 |
| Octal | 350 | 216 | 335 | 0 | 47 | 5 | 11 | 463 | 102 | 111 |
| Binary | 11101000 | 10001110 | 11011101 | 0 | 100111 | 101 | 1001 | 100110011 | 1000010 | 1001001 |
Color Harmonies of #E88EDD
Complementary color
Monochromatic Colors of #E88EDD
Black with #E88EDD
Text Example
Text Example
White with #E88EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88EDD; }
p { color: rgb(232,142,221); }
H1.HeaderClassName
{
color: #E88EDD;
}
.AnyTagClassName
{
color: #E88EDD;
}
</style>
background-color css
<style>
a { background-color: #E88EDD; }
a { background-color: rgb(232,142,221); }
div.DivClassName
{
background-color: #E88EDD;
}
.BgClassName
{
background-color: #E88EDD;
}
</style>
border-color css
<style>
span { border-color: #E88EDD; }
span { border-color: rgb(232,142,221); }
td.TdClassName
{
border-color: #E88EDD;
}
.TagClassName
{
border-color: #E88EDD;
}
</style>