Shades of Pale Magenta #E78EDC
Tints of Pale Magenta #E78EDC
RGB
CMYK
RGB Variations
Color information
#E78EDC (or 0xE78EDC) is known color: Pale Magenta. HEX triplet: E7, 8E and DC. RGB value is (231,142,220). Sum of RGB (Red+Green+Blue) = 231+142+220=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E78EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78EDC is #187123. Grayscale: #B1B1B1. Windows color (decimal): -1601828 or 14454503. OLE color: 14454503.
HSL color Cylindrical-coordinate representation of color #E78EDC: hue angle of 307.42º degrees, saturation: 0.65, 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 #E78EDC is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 142 | 220 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.09 |
| HSL | 307.42º | 0.65% | 0.73% | - |
| HSV(B) | 307.42º | 0.39% | 0.91% | - |
| XYZ | 55.55 | 41.5 | 72.79 | - |
| YUV | 177.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 220 | 0 | 0.39 | 0.05 | 0.09 | 307.42 | 0.65 | 0.73 |
| Hex | E7 | 8E | DC | 0 | 27 | 5 | 9 | 133 | 41 | 49 |
| Octal | 347 | 216 | 334 | 0 | 47 | 5 | 11 | 463 | 101 | 111 |
| Binary | 11100111 | 10001110 | 11011100 | 0 | 100111 | 101 | 1001 | 100110011 | 1000001 | 1001001 |
Color Harmonies of #E78EDC
Complementary color
Monochromatic Colors of #E78EDC
Black with #E78EDC
Text Example
Text Example
White with #E78EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78EDC; }
p { color: rgb(231,142,220); }
H1.HeaderClassName
{
color: #E78EDC;
}
.AnyTagClassName
{
color: #E78EDC;
}
</style>
background-color css
<style>
a { background-color: #E78EDC; }
a { background-color: rgb(231,142,220); }
div.DivClassName
{
background-color: #E78EDC;
}
.BgClassName
{
background-color: #E78EDC;
}
</style>
border-color css
<style>
span { border-color: #E78EDC; }
span { border-color: rgb(231,142,220); }
td.TdClassName
{
border-color: #E78EDC;
}
.TagClassName
{
border-color: #E78EDC;
}
</style>