Shades of Plum #E78FDA
Tints of Plum #E78FDA
RGB
CMYK
RGB Variations
Color information
#E78FDA (or 0xE78FDA) is known color: Plum. HEX triplet: E7, 8F and DA. RGB value is (231,143,218). Sum of RGB (Red+Green+Blue) = 231+143+218=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FDA is #187025. Grayscale: #B1B1B1. Windows color (decimal): -1601574 or 14323687. OLE color: 14323687.
HSL color Cylindrical-coordinate representation of color #E78FDA: hue angle of 308.86º 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 #E78FDA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 218 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.09 |
| HSL | 308.86º | 0.65% | 0.73% | - |
| HSV(B) | 308.86º | 0.38% | 0.91% | - |
| XYZ | 55.43 | 41.7 | 71.46 | - |
| YUV | 177.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 218 | 0 | 0.38 | 0.06 | 0.09 | 308.86 | 0.65 | 0.73 |
| Hex | E7 | 8F | DA | 0 | 26 | 6 | 9 | 135 | 41 | 49 |
| Octal | 347 | 217 | 332 | 0 | 46 | 6 | 11 | 465 | 101 | 111 |
| Binary | 11100111 | 10001111 | 11011010 | 0 | 100110 | 110 | 1001 | 100110101 | 1000001 | 1001001 |
Color Harmonies of #E78FDA
Complementary color
Monochromatic Colors of #E78FDA
Black with #E78FDA
Text Example
Text Example
White with #E78FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FDA; }
p { color: rgb(231,143,218); }
H1.HeaderClassName
{
color: #E78FDA;
}
.AnyTagClassName
{
color: #E78FDA;
}
</style>
background-color css
<style>
a { background-color: #E78FDA; }
a { background-color: rgb(231,143,218); }
div.DivClassName
{
background-color: #E78FDA;
}
.BgClassName
{
background-color: #E78FDA;
}
</style>
border-color css
<style>
span { border-color: #E78FDA; }
span { border-color: rgb(231,143,218); }
td.TdClassName
{
border-color: #E78FDA;
}
.TagClassName
{
border-color: #E78FDA;
}
</style>