Shades of Pale Magenta #E88DDA
Tints of Pale Magenta #E88DDA
RGB
CMYK
RGB Variations
Color information
#E88DDA (or 0xE88DDA) is known color: Pale Magenta. HEX triplet: E8, 8D and DA. RGB value is (232,141,218). Sum of RGB (Red+Green+Blue) = 232+141+218=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DDA is #177225. Grayscale: #B0B0B0. Windows color (decimal): -1536550 or 14323176. OLE color: 14323176.
HSL color Cylindrical-coordinate representation of color #E88DDA: hue angle of 309.23º 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 #E88DDA is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 218 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.09 |
| HSL | 309.23º | 0.66% | 0.73% | - |
| HSV(B) | 309.23º | 0.39% | 0.91% | - |
| XYZ | 55.46 | 41.27 | 71.37 | - |
| YUV | 176.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 218 | 0 | 0.39 | 0.06 | 0.09 | 309.23 | 0.66 | 0.73 |
| Hex | E8 | 8D | DA | 0 | 27 | 6 | 9 | 135 | 42 | 49 |
| Octal | 350 | 215 | 332 | 0 | 47 | 6 | 11 | 465 | 102 | 111 |
| Binary | 11101000 | 10001101 | 11011010 | 0 | 100111 | 110 | 1001 | 100110101 | 1000010 | 1001001 |
Color Harmonies of #E88DDA
Complementary color
Monochromatic Colors of #E88DDA
Black with #E88DDA
Text Example
Text Example
White with #E88DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88DDA; }
p { color: rgb(232,141,218); }
H1.HeaderClassName
{
color: #E88DDA;
}
.AnyTagClassName
{
color: #E88DDA;
}
</style>
background-color css
<style>
a { background-color: #E88DDA; }
a { background-color: rgb(232,141,218); }
div.DivClassName
{
background-color: #E88DDA;
}
.BgClassName
{
background-color: #E88DDA;
}
</style>
border-color css
<style>
span { border-color: #E88DDA; }
span { border-color: rgb(232,141,218); }
td.TdClassName
{
border-color: #E88DDA;
}
.TagClassName
{
border-color: #E88DDA;
}
</style>