Shades of Pale Magenta #E88CDA
Tints of Pale Magenta #E88CDA
RGB
CMYK
RGB Variations
Color information
#E88CDA (or 0xE88CDA) is known color: Pale Magenta. HEX triplet: E8, 8C and DA. RGB value is (232,140,218). Sum of RGB (Red+Green+Blue) = 232+140+218=590 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.32% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 232 - color contains mainly: red. Hex color #E88CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88CDA is #177325. Grayscale: #B0B0B0. Windows color (decimal): -1536806 or 14322920. OLE color: 14322920.
HSL color Cylindrical-coordinate representation of color #E88CDA: hue angle of 309.13º 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 #E88CDA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 218 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.09 |
| HSL | 309.13º | 0.67% | 0.73% | - |
| HSV(B) | 309.13º | 0.4% | 0.91% | - |
| XYZ | 55.31 | 40.97 | 71.32 | - |
| YUV | 176.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 218 | 0 | 0.40 | 0.06 | 0.09 | 309.13 | 0.67 | 0.73 |
| Hex | E8 | 8C | DA | 0 | 28 | 6 | 9 | 135 | 43 | 49 |
| Octal | 350 | 214 | 332 | 0 | 50 | 6 | 11 | 465 | 103 | 111 |
| Binary | 11101000 | 10001100 | 11011010 | 0 | 101000 | 110 | 1001 | 100110101 | 1000011 | 1001001 |
Color Harmonies of #E88CDA
Complementary color
Monochromatic Colors of #E88CDA
Black with #E88CDA
Text Example
Text Example
White with #E88CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CDA; }
p { color: rgb(232,140,218); }
H1.HeaderClassName
{
color: #E88CDA;
}
.AnyTagClassName
{
color: #E88CDA;
}
</style>
background-color css
<style>
a { background-color: #E88CDA; }
a { background-color: rgb(232,140,218); }
div.DivClassName
{
background-color: #E88CDA;
}
.BgClassName
{
background-color: #E88CDA;
}
</style>
border-color css
<style>
span { border-color: #E88CDA; }
span { border-color: rgb(232,140,218); }
td.TdClassName
{
border-color: #E88CDA;
}
.TagClassName
{
border-color: #E88CDA;
}
</style>