Shades of Plum #E78FDD
Tints of Plum #E78FDD
RGB
CMYK
RGB Variations
Color information
#E78FDD (or 0xE78FDD) is known color: Plum. HEX triplet: E7, 8F and DD. RGB value is (231,143,221). Sum of RGB (Red+Green+Blue) = 231+143+221=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FDD is #187022. Grayscale: #B1B1B1. Windows color (decimal): -1601571 or 14520295. OLE color: 14520295.
HSL color Cylindrical-coordinate representation of color #E78FDD: hue angle of 306.82º 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 #E78FDD is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 221 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.09 |
| HSL | 306.82º | 0.65% | 0.73% | - |
| HSV(B) | 306.82º | 0.38% | 0.91% | - |
| XYZ | 55.83 | 41.85 | 73.54 | - |
| YUV | 178.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 221 | 0 | 0.38 | 0.04 | 0.09 | 306.82 | 0.65 | 0.73 |
| Hex | E7 | 8F | DD | 0 | 26 | 4 | 9 | 133 | 41 | 49 |
| Octal | 347 | 217 | 335 | 0 | 46 | 4 | 11 | 463 | 101 | 111 |
| Binary | 11100111 | 10001111 | 11011101 | 0 | 100110 | 100 | 1001 | 100110011 | 1000001 | 1001001 |
Color Harmonies of #E78FDD
Complementary color
Monochromatic Colors of #E78FDD
Black with #E78FDD
Text Example
Text Example
White with #E78FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FDD; }
p { color: rgb(231,143,221); }
H1.HeaderClassName
{
color: #E78FDD;
}
.AnyTagClassName
{
color: #E78FDD;
}
</style>
background-color css
<style>
a { background-color: #E78FDD; }
a { background-color: rgb(231,143,221); }
div.DivClassName
{
background-color: #E78FDD;
}
.BgClassName
{
background-color: #E78FDD;
}
</style>
border-color css
<style>
span { border-color: #E78FDD; }
span { border-color: rgb(231,143,221); }
td.TdClassName
{
border-color: #E78FDD;
}
.TagClassName
{
border-color: #E78FDD;
}
</style>