Shades of Plum #E49DEA
Tints of Plum #E49DEA
RGB
CMYK
RGB Variations
Color information
#E49DEA (or 0xE49DEA) is known color: Plum. HEX triplet: E4, 9D and EA. RGB value is (228,157,234). Sum of RGB (Red+Green+Blue) = 228+157+234=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #E49DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49DEA is #1B6215. Grayscale: #BABABA. Windows color (decimal): -1794582 or 15375844. OLE color: 15375844.
HSL color Cylindrical-coordinate representation of color #E49DEA: hue angle of 295.32º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E49DEA is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 157 | 234 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.08 |
| HSL | 295.32º | 0.65% | 0.77% | - |
| HSV(B) | 295.32º | 0.33% | 0.92% | - |
| XYZ | 58.9 | 46.55 | 83.72 | - |
| YUV | 187.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 234 | 0.03 | 0.33 | 0 | 0.08 | 295.32 | 0.65 | 0.77 |
| Hex | E4 | 9D | EA | 3 | 21 | 0 | 8 | 127 | 41 | 4D |
| Octal | 344 | 235 | 352 | 3 | 41 | 0 | 10 | 447 | 101 | 115 |
| Binary | 11100100 | 10011101 | 11101010 | 11 | 100001 | 0 | 1000 | 100100111 | 1000001 | 1001101 |
Color Harmonies of #E49DEA
Complementary color
Monochromatic Colors of #E49DEA
Black with #E49DEA
Text Example
Text Example
White with #E49DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49DEA; }
p { color: rgb(228,157,234); }
H1.HeaderClassName
{
color: #E49DEA;
}
.AnyTagClassName
{
color: #E49DEA;
}
</style>
background-color css
<style>
a { background-color: #E49DEA; }
a { background-color: rgb(228,157,234); }
div.DivClassName
{
background-color: #E49DEA;
}
.BgClassName
{
background-color: #E49DEA;
}
</style>
border-color css
<style>
span { border-color: #E49DEA; }
span { border-color: rgb(228,157,234); }
td.TdClassName
{
border-color: #E49DEA;
}
.TagClassName
{
border-color: #E49DEA;
}
</style>