Shades of Plum #E49AF0
Tints of Plum #E49AF0
RGB
CMYK
RGB Variations
Color information
#E49AF0 (or 0xE49AF0) is known color: Plum. HEX triplet: E4, 9A and F0. RGB value is (228,154,240). Sum of RGB (Red+Green+Blue) = 228+154+240=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #E49AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49AF0 is #1B650F. Grayscale: #B9B9B9. Windows color (decimal): -1795344 or 15768292. OLE color: 15768292.
HSL color Cylindrical-coordinate representation of color #E49AF0: hue angle of 291.63º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E49AF0 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 154 | 240 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.06 |
| HSL | 291.63º | 0.74% | 0.77% | - |
| HSV(B) | 291.63º | 0.36% | 0.94% | - |
| XYZ | 59.28 | 45.9 | 88.17 | - |
| YUV | 185.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 240 | 0.05 | 0.36 | 0 | 0.06 | 291.63 | 0.74 | 0.77 |
| Hex | E4 | 9A | F0 | 5 | 24 | 0 | 6 | 124 | 4A | 4D |
| Octal | 344 | 232 | 360 | 5 | 44 | 0 | 6 | 444 | 112 | 115 |
| Binary | 11100100 | 10011010 | 11110000 | 101 | 100100 | 0 | 110 | 100100100 | 1001010 | 1001101 |
Color Harmonies of #E49AF0
Complementary color
Monochromatic Colors of #E49AF0
Black with #E49AF0
Text Example
Text Example
White with #E49AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49AF0; }
p { color: rgb(228,154,240); }
H1.HeaderClassName
{
color: #E49AF0;
}
.AnyTagClassName
{
color: #E49AF0;
}
</style>
background-color css
<style>
a { background-color: #E49AF0; }
a { background-color: rgb(228,154,240); }
div.DivClassName
{
background-color: #E49AF0;
}
.BgClassName
{
background-color: #E49AF0;
}
</style>
border-color css
<style>
span { border-color: #E49AF0; }
span { border-color: rgb(228,154,240); }
td.TdClassName
{
border-color: #E49AF0;
}
.TagClassName
{
border-color: #E49AF0;
}
</style>