Shades of Plum #E78FDC
Tints of Plum #E78FDC
RGB
CMYK
RGB Variations
Color information
#E78FDC (or 0xE78FDC) is known color: Plum. HEX triplet: E7, 8F and DC. RGB value is (231,143,220). Sum of RGB (Red+Green+Blue) = 231+143+220=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FDC is #187023. Grayscale: #B1B1B1. Windows color (decimal): -1601572 or 14454759. OLE color: 14454759.
HSL color Cylindrical-coordinate representation of color #E78FDC: hue angle of 307.5º 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 #E78FDC is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 220 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.09 |
| HSL | 307.5º | 0.65% | 0.73% | - |
| HSV(B) | 307.5º | 0.38% | 0.91% | - |
| XYZ | 55.7 | 41.8 | 72.84 | - |
| YUV | 178.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 220 | 0 | 0.38 | 0.05 | 0.09 | 307.5 | 0.65 | 0.73 |
| Hex | E7 | 8F | DC | 0 | 26 | 5 | 9 | 134 | 41 | 49 |
| Octal | 347 | 217 | 334 | 0 | 46 | 5 | 11 | 464 | 101 | 111 |
| Binary | 11100111 | 10001111 | 11011100 | 0 | 100110 | 101 | 1001 | 100110100 | 1000001 | 1001001 |
Color Harmonies of #E78FDC
Complementary color
Monochromatic Colors of #E78FDC
Black with #E78FDC
Text Example
Text Example
White with #E78FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FDC; }
p { color: rgb(231,143,220); }
H1.HeaderClassName
{
color: #E78FDC;
}
.AnyTagClassName
{
color: #E78FDC;
}
</style>
background-color css
<style>
a { background-color: #E78FDC; }
a { background-color: rgb(231,143,220); }
div.DivClassName
{
background-color: #E78FDC;
}
.BgClassName
{
background-color: #E78FDC;
}
</style>
border-color css
<style>
span { border-color: #E78FDC; }
span { border-color: rgb(231,143,220); }
td.TdClassName
{
border-color: #E78FDC;
}
.TagClassName
{
border-color: #E78FDC;
}
</style>