Shades of Plum #E799EC
Tints of Plum #E799EC
RGB
CMYK
RGB Variations
Color information
#E799EC (or 0xE799EC) is known color: Plum. HEX triplet: E7, 99 and EC. RGB value is (231,153,236). Sum of RGB (Red+Green+Blue) = 231+153+236=620 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.26% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #E799EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E799EC is #186613. Grayscale: #B9B9B9. Windows color (decimal): -1598996 or 15505895. OLE color: 15505895.
HSL color Cylindrical-coordinate representation of color #E799EC: hue angle of 296.39º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E799EC is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 153 | 236 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.07 |
| HSL | 296.39º | 0.69% | 0.76% | - |
| HSV(B) | 296.39º | 0.35% | 0.93% | - |
| XYZ | 59.49 | 45.83 | 85.07 | - |
| YUV | 185.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 236 | 0.02 | 0.35 | 0 | 0.07 | 296.39 | 0.69 | 0.76 |
| Hex | E7 | 99 | EC | 2 | 23 | 0 | 7 | 128 | 45 | 4C |
| Octal | 347 | 231 | 354 | 2 | 43 | 0 | 7 | 450 | 105 | 114 |
| Binary | 11100111 | 10011001 | 11101100 | 10 | 100011 | 0 | 111 | 100101000 | 1000101 | 1001100 |
Color Harmonies of #E799EC
Complementary color
Monochromatic Colors of #E799EC
Black with #E799EC
Text Example
Text Example
White with #E799EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E799EC; }
p { color: rgb(231,153,236); }
H1.HeaderClassName
{
color: #E799EC;
}
.AnyTagClassName
{
color: #E799EC;
}
</style>
background-color css
<style>
a { background-color: #E799EC; }
a { background-color: rgb(231,153,236); }
div.DivClassName
{
background-color: #E799EC;
}
.BgClassName
{
background-color: #E799EC;
}
</style>
border-color css
<style>
span { border-color: #E799EC; }
span { border-color: rgb(231,153,236); }
td.TdClassName
{
border-color: #E799EC;
}
.TagClassName
{
border-color: #E799EC;
}
</style>