Shades of Pale Magenta #E88CDD
Tints of Pale Magenta #E88CDD
RGB
CMYK
RGB Variations
Color information
#E88CDD (or 0xE88CDD) is known color: Pale Magenta. HEX triplet: E8, 8C and DD. RGB value is (232,140,221). Sum of RGB (Red+Green+Blue) = 232+140+221=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E88CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88CDD is #177322. Grayscale: #B0B0B0. Windows color (decimal): -1536803 or 14519528. OLE color: 14519528.
HSL color Cylindrical-coordinate representation of color #E88CDD: hue angle of 307.17º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88CDD is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 221 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.09 |
| HSL | 307.17º | 0.67% | 0.73% | - |
| HSV(B) | 307.17º | 0.4% | 0.91% | - |
| XYZ | 55.71 | 41.13 | 73.41 | - |
| YUV | 176.74 | 152.98 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 221 | 0 | 0.40 | 0.05 | 0.09 | 307.17 | 0.67 | 0.73 |
| Hex | E8 | 8C | DD | 0 | 28 | 5 | 9 | 133 | 43 | 49 |
| Octal | 350 | 214 | 335 | 0 | 50 | 5 | 11 | 463 | 103 | 111 |
| Binary | 11101000 | 10001100 | 11011101 | 0 | 101000 | 101 | 1001 | 100110011 | 1000011 | 1001001 |
Color Harmonies of #E88CDD
Complementary color
Monochromatic Colors of #E88CDD
Black with #E88CDD
Text Example
Text Example
White with #E88CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CDD; }
p { color: rgb(232,140,221); }
H1.HeaderClassName
{
color: #E88CDD;
}
.AnyTagClassName
{
color: #E88CDD;
}
</style>
background-color css
<style>
a { background-color: #E88CDD; }
a { background-color: rgb(232,140,221); }
div.DivClassName
{
background-color: #E88CDD;
}
.BgClassName
{
background-color: #E88CDD;
}
</style>
border-color css
<style>
span { border-color: #E88CDD; }
span { border-color: rgb(232,140,221); }
td.TdClassName
{
border-color: #E88CDD;
}
.TagClassName
{
border-color: #E88CDD;
}
</style>