Shades of Plum #E796E2
Tints of Plum #E796E2
RGB
CMYK
RGB Variations
Color information
#E796E2 (or 0xE796E2) is known color: Plum. HEX triplet: E7, 96 and E2. RGB value is (231,150,226). Sum of RGB (Red+Green+Blue) = 231+150+226=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E796E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796E2 is #18691D. Grayscale: #B6B6B6. Windows color (decimal): -1599774 or 14849767. OLE color: 14849767.
HSL color Cylindrical-coordinate representation of color #E796E2: hue angle of 303.7º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E796E2 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 226 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.09 |
| HSL | 303.7º | 0.63% | 0.75% | - |
| HSV(B) | 303.7º | 0.35% | 0.91% | - |
| XYZ | 57.59 | 44.29 | 77.47 | - |
| YUV | 182.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 226 | 0 | 0.35 | 0.02 | 0.09 | 303.7 | 0.63 | 0.75 |
| Hex | E7 | 96 | E2 | 0 | 23 | 2 | 9 | 130 | 3F | 4B |
| Octal | 347 | 226 | 342 | 0 | 43 | 2 | 11 | 460 | 77 | 113 |
| Binary | 11100111 | 10010110 | 11100010 | 0 | 100011 | 10 | 1001 | 100110000 | 111111 | 1001011 |
Color Harmonies of #E796E2
Complementary color
Monochromatic Colors of #E796E2
Black with #E796E2
Text Example
Text Example
White with #E796E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E796E2; }
p { color: rgb(231,150,226); }
H1.HeaderClassName
{
color: #E796E2;
}
.AnyTagClassName
{
color: #E796E2;
}
</style>
background-color css
<style>
a { background-color: #E796E2; }
a { background-color: rgb(231,150,226); }
div.DivClassName
{
background-color: #E796E2;
}
.BgClassName
{
background-color: #E796E2;
}
</style>
border-color css
<style>
span { border-color: #E796E2; }
span { border-color: rgb(231,150,226); }
td.TdClassName
{
border-color: #E796E2;
}
.TagClassName
{
border-color: #E796E2;
}
</style>