Shades of Plum #E796EC
Tints of Plum #E796EC
RGB
CMYK
RGB Variations
Color information
#E796EC (or 0xE796EC) is known color: Plum. HEX triplet: E7, 96 and EC. RGB value is (231,150,236). Sum of RGB (Red+Green+Blue) = 231+150+236=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #E796EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E796EC is #186913. Grayscale: #B7B7B7. Windows color (decimal): -1599764 or 15505127. OLE color: 15505127.
HSL color Cylindrical-coordinate representation of color #E796EC: hue angle of 296.51º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E796EC is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 150 | 236 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.07 |
| HSL | 296.51º | 0.69% | 0.76% | - |
| HSV(B) | 296.51º | 0.36% | 0.93% | - |
| XYZ | 59 | 44.86 | 84.91 | - |
| YUV | 184.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 236 | 0.02 | 0.36 | 0 | 0.07 | 296.51 | 0.69 | 0.76 |
| Hex | E7 | 96 | EC | 2 | 24 | 0 | 7 | 129 | 45 | 4C |
| Octal | 347 | 226 | 354 | 2 | 44 | 0 | 7 | 451 | 105 | 114 |
| Binary | 11100111 | 10010110 | 11101100 | 10 | 100100 | 0 | 111 | 100101001 | 1000101 | 1001100 |
Color Harmonies of #E796EC
Complementary color
Monochromatic Colors of #E796EC
Black with #E796EC
Text Example
Text Example
White with #E796EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E796EC; }
p { color: rgb(231,150,236); }
H1.HeaderClassName
{
color: #E796EC;
}
.AnyTagClassName
{
color: #E796EC;
}
</style>
background-color css
<style>
a { background-color: #E796EC; }
a { background-color: rgb(231,150,236); }
div.DivClassName
{
background-color: #E796EC;
}
.BgClassName
{
background-color: #E796EC;
}
</style>
border-color css
<style>
span { border-color: #E796EC; }
span { border-color: rgb(231,150,236); }
td.TdClassName
{
border-color: #E796EC;
}
.TagClassName
{
border-color: #E796EC;
}
</style>