Shades of Plum #E49EDA
Tints of Plum #E49EDA
RGB
CMYK
RGB Variations
Color information
#E49EDA (or 0xE49EDA) is known color: Plum. HEX triplet: E4, 9E and DA. RGB value is (228,158,218). Sum of RGB (Red+Green+Blue) = 228+158+218=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E49EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49EDA is #1B6125. Grayscale: #B9B9B9. Windows color (decimal): -1794342 or 14327524. OLE color: 14327524.
HSL color Cylindrical-coordinate representation of color #E49EDA: hue angle of 308.57º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49EDA is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 218 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.11 |
| HSL | 308.57º | 0.56% | 0.76% | - |
| HSV(B) | 308.57º | 0.31% | 0.89% | - |
| XYZ | 56.88 | 46.01 | 72.21 | - |
| YUV | 185.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 218 | 0 | 0.31 | 0.04 | 0.11 | 308.57 | 0.56 | 0.76 |
| Hex | E4 | 9E | DA | 0 | 1F | 4 | B | 135 | 38 | 4C |
| Octal | 344 | 236 | 332 | 0 | 37 | 4 | 13 | 465 | 70 | 114 |
| Binary | 11100100 | 10011110 | 11011010 | 0 | 11111 | 100 | 1011 | 100110101 | 111000 | 1001100 |
Color Harmonies of #E49EDA
Complementary color
Monochromatic Colors of #E49EDA
Black with #E49EDA
Text Example
Text Example
White with #E49EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49EDA; }
p { color: rgb(228,158,218); }
H1.HeaderClassName
{
color: #E49EDA;
}
.AnyTagClassName
{
color: #E49EDA;
}
</style>
background-color css
<style>
a { background-color: #E49EDA; }
a { background-color: rgb(228,158,218); }
div.DivClassName
{
background-color: #E49EDA;
}
.BgClassName
{
background-color: #E49EDA;
}
</style>
border-color css
<style>
span { border-color: #E49EDA; }
span { border-color: rgb(228,158,218); }
td.TdClassName
{
border-color: #E49EDA;
}
.TagClassName
{
border-color: #E49EDA;
}
</style>