Shades of Plum #E499F1
Tints of Plum #E499F1
RGB
CMYK
RGB Variations
Color information
#E499F1 (or 0xE499F1) is known color: Plum. HEX triplet: E4, 99 and F1. RGB value is (228,153,241). Sum of RGB (Red+Green+Blue) = 228+153+241=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #E499F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E499F1 is #1B660E. Grayscale: #B9B9B9. Windows color (decimal): -1795599 or 15833572. OLE color: 15833572.
HSL color Cylindrical-coordinate representation of color #E499F1: hue angle of 291.14º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E499F1 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 153 | 241 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.05 |
| HSL | 291.14º | 0.76% | 0.77% | - |
| HSV(B) | 291.14º | 0.37% | 0.95% | - |
| XYZ | 59.26 | 45.63 | 88.9 | - |
| YUV | 185.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 241 | 0.05 | 0.37 | 0 | 0.05 | 291.14 | 0.76 | 0.77 |
| Hex | E4 | 99 | F1 | 5 | 25 | 0 | 5 | 123 | 4C | 4D |
| Octal | 344 | 231 | 361 | 5 | 45 | 0 | 5 | 443 | 114 | 115 |
| Binary | 11100100 | 10011001 | 11110001 | 101 | 100101 | 0 | 101 | 100100011 | 1001100 | 1001101 |
Color Harmonies of #E499F1
Complementary color
Monochromatic Colors of #E499F1
Black with #E499F1
Text Example
Text Example
White with #E499F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499F1; }
p { color: rgb(228,153,241); }
H1.HeaderClassName
{
color: #E499F1;
}
.AnyTagClassName
{
color: #E499F1;
}
</style>
background-color css
<style>
a { background-color: #E499F1; }
a { background-color: rgb(228,153,241); }
div.DivClassName
{
background-color: #E499F1;
}
.BgClassName
{
background-color: #E499F1;
}
</style>
border-color css
<style>
span { border-color: #E499F1; }
span { border-color: rgb(228,153,241); }
td.TdClassName
{
border-color: #E499F1;
}
.TagClassName
{
border-color: #E499F1;
}
</style>