Shades of Plum #E78EDE
Tints of Plum #E78EDE
RGB
CMYK
RGB Variations
Color information
#E78EDE (or 0xE78EDE) is known color: Plum. HEX triplet: E7, 8E and DE. RGB value is (231,142,222). Sum of RGB (Red+Green+Blue) = 231+142+222=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E78EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78EDE is #187121. Grayscale: #B1B1B1. Windows color (decimal): -1601826 or 14585575. OLE color: 14585575.
HSL color Cylindrical-coordinate representation of color #E78EDE: hue angle of 306.07º 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 #E78EDE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 142 | 222 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.09 |
| HSL | 306.07º | 0.65% | 0.73% | - |
| HSV(B) | 306.07º | 0.39% | 0.91% | - |
| XYZ | 55.81 | 41.61 | 74.2 | - |
| YUV | 177.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 222 | 0 | 0.39 | 0.04 | 0.09 | 306.07 | 0.65 | 0.73 |
| Hex | E7 | 8E | DE | 0 | 27 | 4 | 9 | 132 | 41 | 49 |
| Octal | 347 | 216 | 336 | 0 | 47 | 4 | 11 | 462 | 101 | 111 |
| Binary | 11100111 | 10001110 | 11011110 | 0 | 100111 | 100 | 1001 | 100110010 | 1000001 | 1001001 |
Color Harmonies of #E78EDE
Complementary color
Monochromatic Colors of #E78EDE
Black with #E78EDE
Text Example
Text Example
White with #E78EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78EDE; }
p { color: rgb(231,142,222); }
H1.HeaderClassName
{
color: #E78EDE;
}
.AnyTagClassName
{
color: #E78EDE;
}
</style>
background-color css
<style>
a { background-color: #E78EDE; }
a { background-color: rgb(231,142,222); }
div.DivClassName
{
background-color: #E78EDE;
}
.BgClassName
{
background-color: #E78EDE;
}
</style>
border-color css
<style>
span { border-color: #E78EDE; }
span { border-color: rgb(231,142,222); }
td.TdClassName
{
border-color: #E78EDE;
}
.TagClassName
{
border-color: #E78EDE;
}
</style>