Shades of Pale Magenta #E78FD8
Tints of Pale Magenta #E78FD8
RGB
CMYK
RGB Variations
Color information
#E78FD8 (or 0xE78FD8) is known color: Pale Magenta. HEX triplet: E7, 8F and D8. RGB value is (231,143,216). Sum of RGB (Red+Green+Blue) = 231+143+216=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FD8 is #187027. Grayscale: #B1B1B1. Windows color (decimal): -1601576 or 14192615. OLE color: 14192615.
HSL color Cylindrical-coordinate representation of color #E78FD8: hue angle of 310.23º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E78FD8 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 216 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.09 |
| HSL | 310.23º | 0.65% | 0.73% | - |
| HSV(B) | 310.23º | 0.38% | 0.91% | - |
| XYZ | 55.17 | 41.59 | 70.09 | - |
| YUV | 177.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 216 | 0 | 0.38 | 0.06 | 0.09 | 310.23 | 0.65 | 0.73 |
| Hex | E7 | 8F | D8 | 0 | 26 | 6 | 9 | 136 | 41 | 49 |
| Octal | 347 | 217 | 330 | 0 | 46 | 6 | 11 | 466 | 101 | 111 |
| Binary | 11100111 | 10001111 | 11011000 | 0 | 100110 | 110 | 1001 | 100110110 | 1000001 | 1001001 |
Color Harmonies of #E78FD8
Complementary color
Monochromatic Colors of #E78FD8
Black with #E78FD8
Text Example
Text Example
White with #E78FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FD8; }
p { color: rgb(231,143,216); }
H1.HeaderClassName
{
color: #E78FD8;
}
.AnyTagClassName
{
color: #E78FD8;
}
</style>
background-color css
<style>
a { background-color: #E78FD8; }
a { background-color: rgb(231,143,216); }
div.DivClassName
{
background-color: #E78FD8;
}
.BgClassName
{
background-color: #E78FD8;
}
</style>
border-color css
<style>
span { border-color: #E78FD8; }
span { border-color: rgb(231,143,216); }
td.TdClassName
{
border-color: #E78FD8;
}
.TagClassName
{
border-color: #E78FD8;
}
</style>