Shades of Plum #E796DE
Tints of Plum #E796DE
RGB
CMYK
RGB Variations
Color information
#E796DE (or 0xE796DE) is known color: Plum. HEX triplet: E7, 96 and DE. RGB value is (231,150,222). Sum of RGB (Red+Green+Blue) = 231+150+222=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E796DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796DE is #186921. Grayscale: #B6B6B6. Windows color (decimal): -1599778 or 14587623. OLE color: 14587623.
HSL color Cylindrical-coordinate representation of color #E796DE: hue angle of 306.67º 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 #E796DE is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 222 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.09 |
| HSL | 306.67º | 0.63% | 0.75% | - |
| HSV(B) | 306.67º | 0.35% | 0.91% | - |
| XYZ | 57.05 | 44.08 | 74.61 | - |
| YUV | 182.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 222 | 0 | 0.35 | 0.04 | 0.09 | 306.67 | 0.63 | 0.75 |
| Hex | E7 | 96 | DE | 0 | 23 | 4 | 9 | 133 | 3F | 4B |
| Octal | 347 | 226 | 336 | 0 | 43 | 4 | 11 | 463 | 77 | 113 |
| Binary | 11100111 | 10010110 | 11011110 | 0 | 100011 | 100 | 1001 | 100110011 | 111111 | 1001011 |
Color Harmonies of #E796DE
Complementary color
Monochromatic Colors of #E796DE
Black with #E796DE
Text Example
Text Example
White with #E796DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E796DE; }
p { color: rgb(231,150,222); }
H1.HeaderClassName
{
color: #E796DE;
}
.AnyTagClassName
{
color: #E796DE;
}
</style>
background-color css
<style>
a { background-color: #E796DE; }
a { background-color: rgb(231,150,222); }
div.DivClassName
{
background-color: #E796DE;
}
.BgClassName
{
background-color: #E796DE;
}
</style>
border-color css
<style>
span { border-color: #E796DE; }
span { border-color: rgb(231,150,222); }
td.TdClassName
{
border-color: #E796DE;
}
.TagClassName
{
border-color: #E796DE;
}
</style>