Shades of Plum #E498F2
Tints of Plum #E498F2
RGB
CMYK
RGB Variations
Color information
#E498F2 (or 0xE498F2) is known color: Plum. HEX triplet: E4, 98 and F2. RGB value is (228,152,242). Sum of RGB (Red+Green+Blue) = 228+152+242=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 152 (59.77% from 255 or 24.44% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #E498F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E498F2 is #1B670D. Grayscale: #B8B8B8. Windows color (decimal): -1795854 or 15898852. OLE color: 15898852.
HSL color Cylindrical-coordinate representation of color #E498F2: hue angle of 290.67º degrees, saturation: 0.78, 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 #E498F2 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 152 | 242 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.05 |
| HSL | 290.67º | 0.78% | 0.77% | - |
| HSV(B) | 290.67º | 0.37% | 0.95% | - |
| XYZ | 59.25 | 45.36 | 89.64 | - |
| YUV | 184.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 152 | 242 | 0.06 | 0.37 | 0 | 0.05 | 290.67 | 0.78 | 0.77 |
| Hex | E4 | 98 | F2 | 6 | 25 | 0 | 5 | 123 | 4E | 4D |
| Octal | 344 | 230 | 362 | 6 | 45 | 0 | 5 | 443 | 116 | 115 |
| Binary | 11100100 | 10011000 | 11110010 | 110 | 100101 | 0 | 101 | 100100011 | 1001110 | 1001101 |
Color Harmonies of #E498F2
Complementary color
Monochromatic Colors of #E498F2
Black with #E498F2
Text Example
Text Example
White with #E498F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E498F2; }
p { color: rgb(228,152,242); }
H1.HeaderClassName
{
color: #E498F2;
}
.AnyTagClassName
{
color: #E498F2;
}
</style>
background-color css
<style>
a { background-color: #E498F2; }
a { background-color: rgb(228,152,242); }
div.DivClassName
{
background-color: #E498F2;
}
.BgClassName
{
background-color: #E498F2;
}
</style>
border-color css
<style>
span { border-color: #E498F2; }
span { border-color: rgb(228,152,242); }
td.TdClassName
{
border-color: #E498F2;
}
.TagClassName
{
border-color: #E498F2;
}
</style>