Shades of Pale Magenta #E78DDB
Tints of Pale Magenta #E78DDB
RGB
CMYK
RGB Variations
Color information
#E78DDB (or 0xE78DDB) is known color: Pale Magenta. HEX triplet: E7, 8D and DB. RGB value is (231,141,219). Sum of RGB (Red+Green+Blue) = 231+141+219=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78DDB is #187224. Grayscale: #B0B0B0. Windows color (decimal): -1602085 or 14388711. OLE color: 14388711.
HSL color Cylindrical-coordinate representation of color #E78DDB: hue angle of 308º 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 #E78DDB is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 219 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.09 |
| HSL | 308º | 0.65% | 0.73% | - |
| HSV(B) | 308º | 0.39% | 0.91% | - |
| XYZ | 55.27 | 41.15 | 72.05 | - |
| YUV | 176.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 219 | 0 | 0.39 | 0.05 | 0.09 | 308 | 0.65 | 0.73 |
| Hex | E7 | 8D | DB | 0 | 27 | 5 | 9 | 134 | 41 | 49 |
| Octal | 347 | 215 | 333 | 0 | 47 | 5 | 11 | 464 | 101 | 111 |
| Binary | 11100111 | 10001101 | 11011011 | 0 | 100111 | 101 | 1001 | 100110100 | 1000001 | 1001001 |
Color Harmonies of #E78DDB
Complementary color
Monochromatic Colors of #E78DDB
Black with #E78DDB
Text Example
Text Example
White with #E78DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78DDB; }
p { color: rgb(231,141,219); }
H1.HeaderClassName
{
color: #E78DDB;
}
.AnyTagClassName
{
color: #E78DDB;
}
</style>
background-color css
<style>
a { background-color: #E78DDB; }
a { background-color: rgb(231,141,219); }
div.DivClassName
{
background-color: #E78DDB;
}
.BgClassName
{
background-color: #E78DDB;
}
</style>
border-color css
<style>
span { border-color: #E78DDB; }
span { border-color: rgb(231,141,219); }
td.TdClassName
{
border-color: #E78DDB;
}
.TagClassName
{
border-color: #E78DDB;
}
</style>