Shades of Pale Magenta #E78AD8
Tints of Pale Magenta #E78AD8
RGB
CMYK
RGB Variations
Color information
#E78AD8 (or 0xE78AD8) is known color: Pale Magenta. HEX triplet: E7, 8A and D8. RGB value is (231,138,216). Sum of RGB (Red+Green+Blue) = 231+138+216=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78AD8 is #187527. Grayscale: #AEAEAE. Windows color (decimal): -1602856 or 14191335. OLE color: 14191335.
HSL color Cylindrical-coordinate representation of color #E78AD8: hue angle of 309.68º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78AD8 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 216 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.09 |
| HSL | 309.68º | 0.66% | 0.72% | - |
| HSV(B) | 309.68º | 0.4% | 0.91% | - |
| XYZ | 54.44 | 40.12 | 69.84 | - |
| YUV | 174.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 216 | 0 | 0.40 | 0.06 | 0.09 | 309.68 | 0.66 | 0.72 |
| Hex | E7 | 8A | D8 | 0 | 28 | 6 | 9 | 136 | 42 | 48 |
| Octal | 347 | 212 | 330 | 0 | 50 | 6 | 11 | 466 | 102 | 110 |
| Binary | 11100111 | 10001010 | 11011000 | 0 | 101000 | 110 | 1001 | 100110110 | 1000010 | 1001000 |
Color Harmonies of #E78AD8
Complementary color
Monochromatic Colors of #E78AD8
Black with #E78AD8
Text Example
Text Example
White with #E78AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78AD8; }
p { color: rgb(231,138,216); }
H1.HeaderClassName
{
color: #E78AD8;
}
.AnyTagClassName
{
color: #E78AD8;
}
</style>
background-color css
<style>
a { background-color: #E78AD8; }
a { background-color: rgb(231,138,216); }
div.DivClassName
{
background-color: #E78AD8;
}
.BgClassName
{
background-color: #E78AD8;
}
</style>
border-color css
<style>
span { border-color: #E78AD8; }
span { border-color: rgb(231,138,216); }
td.TdClassName
{
border-color: #E78AD8;
}
.TagClassName
{
border-color: #E78AD8;
}
</style>