Shades of Plum #E79CEA
Tints of Plum #E79CEA
RGB
CMYK
RGB Variations
Color information
#E79CEA (or 0xE79CEA) is known color: Plum. HEX triplet: E7, 9C and EA. RGB value is (231,156,234). Sum of RGB (Red+Green+Blue) = 231+156+234=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #E79CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79CEA is #186315. Grayscale: #BBBBBB. Windows color (decimal): -1598230 or 15375591. OLE color: 15375591.
HSL color Cylindrical-coordinate representation of color #E79CEA: hue angle of 297.69º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79CEA is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 156 | 234 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.08 |
| HSL | 297.69º | 0.65% | 0.76% | - |
| HSV(B) | 297.69º | 0.33% | 0.92% | - |
| XYZ | 59.69 | 46.71 | 83.71 | - |
| YUV | 187.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 234 | 0.01 | 0.33 | 0 | 0.08 | 297.69 | 0.65 | 0.76 |
| Hex | E7 | 9C | EA | 1 | 21 | 0 | 8 | 12A | 41 | 4C |
| Octal | 347 | 234 | 352 | 1 | 41 | 0 | 10 | 452 | 101 | 114 |
| Binary | 11100111 | 10011100 | 11101010 | 1 | 100001 | 0 | 1000 | 100101010 | 1000001 | 1001100 |
Color Harmonies of #E79CEA
Complementary color
Monochromatic Colors of #E79CEA
Black with #E79CEA
Text Example
Text Example
White with #E79CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79CEA; }
p { color: rgb(231,156,234); }
H1.HeaderClassName
{
color: #E79CEA;
}
.AnyTagClassName
{
color: #E79CEA;
}
</style>
background-color css
<style>
a { background-color: #E79CEA; }
a { background-color: rgb(231,156,234); }
div.DivClassName
{
background-color: #E79CEA;
}
.BgClassName
{
background-color: #E79CEA;
}
</style>
border-color css
<style>
span { border-color: #E79CEA; }
span { border-color: rgb(231,156,234); }
td.TdClassName
{
border-color: #E79CEA;
}
.TagClassName
{
border-color: #E79CEA;
}
</style>