Shades of Plum #E49EE7
Tints of Plum #E49EE7
RGB
CMYK
RGB Variations
Color information
#E49EE7 (or 0xE49EE7) is known color: Plum. HEX triplet: E4, 9E and E7. RGB value is (228,158,231). Sum of RGB (Red+Green+Blue) = 228+158+231=617 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.95% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 231 - color contains mainly: blue. Hex color #E49EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49EE7 is #1B6118. Grayscale: #BBBBBB. Windows color (decimal): -1794329 or 15179492. OLE color: 15179492.
HSL color Cylindrical-coordinate representation of color #E49EE7: hue angle of 297.53º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49EE7 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 158 | 231 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.09 |
| HSL | 297.53º | 0.6% | 0.76% | - |
| HSV(B) | 297.53º | 0.32% | 0.91% | - |
| XYZ | 58.65 | 46.72 | 81.53 | - |
| YUV | 187.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 231 | 0.01 | 0.32 | 0 | 0.09 | 297.53 | 0.6 | 0.76 |
| Hex | E4 | 9E | E7 | 1 | 20 | 0 | 9 | 12A | 3C | 4C |
| Octal | 344 | 236 | 347 | 1 | 40 | 0 | 11 | 452 | 74 | 114 |
| Binary | 11100100 | 10011110 | 11100111 | 1 | 100000 | 0 | 1001 | 100101010 | 111100 | 1001100 |
Color Harmonies of #E49EE7
Complementary color
Monochromatic Colors of #E49EE7
Black with #E49EE7
Text Example
Text Example
White with #E49EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49EE7; }
p { color: rgb(228,158,231); }
H1.HeaderClassName
{
color: #E49EE7;
}
.AnyTagClassName
{
color: #E49EE7;
}
</style>
background-color css
<style>
a { background-color: #E49EE7; }
a { background-color: rgb(228,158,231); }
div.DivClassName
{
background-color: #E49EE7;
}
.BgClassName
{
background-color: #E49EE7;
}
</style>
border-color css
<style>
span { border-color: #E49EE7; }
span { border-color: rgb(228,158,231); }
td.TdClassName
{
border-color: #E49EE7;
}
.TagClassName
{
border-color: #E49EE7;
}
</style>