Shades of Plum #E78FE0
Tints of Plum #E78FE0
RGB
CMYK
RGB Variations
Color information
#E78FE0 (or 0xE78FE0) is known color: Plum. HEX triplet: E7, 8F and E0. RGB value is (231,143,224). Sum of RGB (Red+Green+Blue) = 231+143+224=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FE0 is #18701F. Grayscale: #B2B2B2. Windows color (decimal): -1601568 or 14716903. OLE color: 14716903.
HSL color Cylindrical-coordinate representation of color #E78FE0: hue angle of 304.77º 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 #E78FE0 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 224 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.09 |
| HSL | 304.77º | 0.65% | 0.73% | - |
| HSV(B) | 304.77º | 0.38% | 0.91% | - |
| XYZ | 56.23 | 42.02 | 75.67 | - |
| YUV | 178.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 224 | 0 | 0.38 | 0.03 | 0.09 | 304.77 | 0.65 | 0.73 |
| Hex | E7 | 8F | E0 | 0 | 26 | 3 | 9 | 131 | 41 | 49 |
| Octal | 347 | 217 | 340 | 0 | 46 | 3 | 11 | 461 | 101 | 111 |
| Binary | 11100111 | 10001111 | 11100000 | 0 | 100110 | 11 | 1001 | 100110001 | 1000001 | 1001001 |
Color Harmonies of #E78FE0
Complementary color
Monochromatic Colors of #E78FE0
Black with #E78FE0
Text Example
Text Example
White with #E78FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FE0; }
p { color: rgb(231,143,224); }
H1.HeaderClassName
{
color: #E78FE0;
}
.AnyTagClassName
{
color: #E78FE0;
}
</style>
background-color css
<style>
a { background-color: #E78FE0; }
a { background-color: rgb(231,143,224); }
div.DivClassName
{
background-color: #E78FE0;
}
.BgClassName
{
background-color: #E78FE0;
}
</style>
border-color css
<style>
span { border-color: #E78FE0; }
span { border-color: rgb(231,143,224); }
td.TdClassName
{
border-color: #E78FE0;
}
.TagClassName
{
border-color: #E78FE0;
}
</style>