Shades of Plum #E49EEA
Tints of Plum #E49EEA
RGB
CMYK
RGB Variations
Color information
#E49EEA (or 0xE49EEA) is known color: Plum. HEX triplet: E4, 9E and EA. RGB value is (228,158,234). Sum of RGB (Red+Green+Blue) = 228+158+234=620 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.77% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #E49EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49EEA is #1B6115. Grayscale: #BBBBBB. Windows color (decimal): -1794326 or 15376100. OLE color: 15376100.
HSL color Cylindrical-coordinate representation of color #E49EEA: hue angle of 295.26º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49EEA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 158 | 234 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.08 |
| HSL | 295.26º | 0.64% | 0.77% | - |
| HSV(B) | 295.26º | 0.32% | 0.92% | - |
| XYZ | 59.07 | 46.89 | 83.78 | - |
| YUV | 187.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 234 | 0.03 | 0.32 | 0 | 0.08 | 295.26 | 0.64 | 0.77 |
| Hex | E4 | 9E | EA | 3 | 20 | 0 | 8 | 127 | 40 | 4D |
| Octal | 344 | 236 | 352 | 3 | 40 | 0 | 10 | 447 | 100 | 115 |
| Binary | 11100100 | 10011110 | 11101010 | 11 | 100000 | 0 | 1000 | 100100111 | 1000000 | 1001101 |
Color Harmonies of #E49EEA
Complementary color
Monochromatic Colors of #E49EEA
Black with #E49EEA
Text Example
Text Example
White with #E49EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49EEA; }
p { color: rgb(228,158,234); }
H1.HeaderClassName
{
color: #E49EEA;
}
.AnyTagClassName
{
color: #E49EEA;
}
</style>
background-color css
<style>
a { background-color: #E49EEA; }
a { background-color: rgb(228,158,234); }
div.DivClassName
{
background-color: #E49EEA;
}
.BgClassName
{
background-color: #E49EEA;
}
</style>
border-color css
<style>
span { border-color: #E49EEA; }
span { border-color: rgb(228,158,234); }
td.TdClassName
{
border-color: #E49EEA;
}
.TagClassName
{
border-color: #E49EEA;
}
</style>