Shades of Plum #E498F0
Tints of Plum #E498F0
RGB
CMYK
RGB Variations
Color information
#E498F0 (or 0xE498F0) is known color: Plum. HEX triplet: E4, 98 and F0. RGB value is (228,152,240). Sum of RGB (Red+Green+Blue) = 228+152+240=620 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.77% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #E498F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E498F0 is #1B670F. Grayscale: #B8B8B8. Windows color (decimal): -1795856 or 15767780. OLE color: 15767780.
HSL color Cylindrical-coordinate representation of color #E498F0: hue angle of 291.82º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E498F0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 152 | 240 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.06 |
| HSL | 291.82º | 0.75% | 0.77% | - |
| HSV(B) | 291.82º | 0.37% | 0.94% | - |
| XYZ | 58.95 | 45.24 | 88.06 | - |
| YUV | 184.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 152 | 240 | 0.05 | 0.37 | 0 | 0.06 | 291.82 | 0.75 | 0.77 |
| Hex | E4 | 98 | F0 | 5 | 25 | 0 | 6 | 124 | 4B | 4D |
| Octal | 344 | 230 | 360 | 5 | 45 | 0 | 6 | 444 | 113 | 115 |
| Binary | 11100100 | 10011000 | 11110000 | 101 | 100101 | 0 | 110 | 100100100 | 1001011 | 1001101 |
Color Harmonies of #E498F0
Complementary color
Monochromatic Colors of #E498F0
Black with #E498F0
Text Example
Text Example
White with #E498F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E498F0; }
p { color: rgb(228,152,240); }
H1.HeaderClassName
{
color: #E498F0;
}
.AnyTagClassName
{
color: #E498F0;
}
</style>
background-color css
<style>
a { background-color: #E498F0; }
a { background-color: rgb(228,152,240); }
div.DivClassName
{
background-color: #E498F0;
}
.BgClassName
{
background-color: #E498F0;
}
</style>
border-color css
<style>
span { border-color: #E498F0; }
span { border-color: rgb(228,152,240); }
td.TdClassName
{
border-color: #E498F0;
}
.TagClassName
{
border-color: #E498F0;
}
</style>