Shades of Pale Magenta #E78ADB
Tints of Pale Magenta #E78ADB
RGB
CMYK
RGB Variations
Color information
#E78ADB (or 0xE78ADB) is known color: Pale Magenta. HEX triplet: E7, 8A and DB. RGB value is (231,138,219). Sum of RGB (Red+Green+Blue) = 231+138+219=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ADB is #187524. Grayscale: #AEAEAE. Windows color (decimal): -1602853 or 14387943. OLE color: 14387943.
HSL color Cylindrical-coordinate representation of color #E78ADB: hue angle of 307.74º 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 #E78ADB is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 219 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.09 |
| HSL | 307.74º | 0.66% | 0.72% | - |
| HSV(B) | 307.74º | 0.4% | 0.91% | - |
| XYZ | 54.83 | 40.28 | 71.9 | - |
| YUV | 175.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 219 | 0 | 0.40 | 0.05 | 0.09 | 307.74 | 0.66 | 0.72 |
| Hex | E7 | 8A | DB | 0 | 28 | 5 | 9 | 134 | 42 | 48 |
| Octal | 347 | 212 | 333 | 0 | 50 | 5 | 11 | 464 | 102 | 110 |
| Binary | 11100111 | 10001010 | 11011011 | 0 | 101000 | 101 | 1001 | 100110100 | 1000010 | 1001000 |
Color Harmonies of #E78ADB
Complementary color
Monochromatic Colors of #E78ADB
Black with #E78ADB
Text Example
Text Example
White with #E78ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78ADB; }
p { color: rgb(231,138,219); }
H1.HeaderClassName
{
color: #E78ADB;
}
.AnyTagClassName
{
color: #E78ADB;
}
</style>
background-color css
<style>
a { background-color: #E78ADB; }
a { background-color: rgb(231,138,219); }
div.DivClassName
{
background-color: #E78ADB;
}
.BgClassName
{
background-color: #E78ADB;
}
</style>
border-color css
<style>
span { border-color: #E78ADB; }
span { border-color: rgb(231,138,219); }
td.TdClassName
{
border-color: #E78ADB;
}
.TagClassName
{
border-color: #E78ADB;
}
</style>