Shades of Pale Magenta #E78BDA
Tints of Pale Magenta #E78BDA
RGB
CMYK
RGB Variations
Color information
#E78BDA (or 0xE78BDA) is known color: Pale Magenta. HEX triplet: E7, 8B and DA. RGB value is (231,139,218). Sum of RGB (Red+Green+Blue) = 231+139+218=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78BDA is #187425. Grayscale: #AFAFAF. Windows color (decimal): -1602598 or 14322663. OLE color: 14322663.
HSL color Cylindrical-coordinate representation of color #E78BDA: hue angle of 308.48º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78BDA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 139 | 218 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.09 |
| HSL | 308.48º | 0.66% | 0.73% | - |
| HSV(B) | 308.48º | 0.4% | 0.91% | - |
| XYZ | 54.84 | 40.52 | 71.26 | - |
| YUV | 175.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 218 | 0 | 0.40 | 0.06 | 0.09 | 308.48 | 0.66 | 0.73 |
| Hex | E7 | 8B | DA | 0 | 28 | 6 | 9 | 134 | 42 | 49 |
| Octal | 347 | 213 | 332 | 0 | 50 | 6 | 11 | 464 | 102 | 111 |
| Binary | 11100111 | 10001011 | 11011010 | 0 | 101000 | 110 | 1001 | 100110100 | 1000010 | 1001001 |
Color Harmonies of #E78BDA
Complementary color
Monochromatic Colors of #E78BDA
Black with #E78BDA
Text Example
Text Example
White with #E78BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78BDA; }
p { color: rgb(231,139,218); }
H1.HeaderClassName
{
color: #E78BDA;
}
.AnyTagClassName
{
color: #E78BDA;
}
</style>
background-color css
<style>
a { background-color: #E78BDA; }
a { background-color: rgb(231,139,218); }
div.DivClassName
{
background-color: #E78BDA;
}
.BgClassName
{
background-color: #E78BDA;
}
</style>
border-color css
<style>
span { border-color: #E78BDA; }
span { border-color: rgb(231,139,218); }
td.TdClassName
{
border-color: #E78BDA;
}
.TagClassName
{
border-color: #E78BDA;
}
</style>