Shades of Pale Magenta #E88CDC
Tints of Pale Magenta #E88CDC
RGB
CMYK
RGB Variations
Color information
#E88CDC (or 0xE88CDC) is known color: Pale Magenta. HEX triplet: E8, 8C and DC. RGB value is (232,140,220). Sum of RGB (Red+Green+Blue) = 232+140+220=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E88CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88CDC is #177323. Grayscale: #B0B0B0. Windows color (decimal): -1536804 or 14453992. OLE color: 14453992.
HSL color Cylindrical-coordinate representation of color #E88CDC: hue angle of 307.83º 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 #E88CDC is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 220 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.09 |
| HSL | 307.83º | 0.67% | 0.73% | - |
| HSV(B) | 307.83º | 0.4% | 0.91% | - |
| XYZ | 55.58 | 41.08 | 72.71 | - |
| YUV | 176.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 220 | 0 | 0.40 | 0.05 | 0.09 | 307.83 | 0.67 | 0.73 |
| Hex | E8 | 8C | DC | 0 | 28 | 5 | 9 | 134 | 43 | 49 |
| Octal | 350 | 214 | 334 | 0 | 50 | 5 | 11 | 464 | 103 | 111 |
| Binary | 11101000 | 10001100 | 11011100 | 0 | 101000 | 101 | 1001 | 100110100 | 1000011 | 1001001 |
Color Harmonies of #E88CDC
Complementary color
Monochromatic Colors of #E88CDC
Black with #E88CDC
Text Example
Text Example
White with #E88CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CDC; }
p { color: rgb(232,140,220); }
H1.HeaderClassName
{
color: #E88CDC;
}
.AnyTagClassName
{
color: #E88CDC;
}
</style>
background-color css
<style>
a { background-color: #E88CDC; }
a { background-color: rgb(232,140,220); }
div.DivClassName
{
background-color: #E88CDC;
}
.BgClassName
{
background-color: #E88CDC;
}
</style>
border-color css
<style>
span { border-color: #E88CDC; }
span { border-color: rgb(232,140,220); }
td.TdClassName
{
border-color: #E88CDC;
}
.TagClassName
{
border-color: #E88CDC;
}
</style>