Shades of Plum #E497F0
Tints of Plum #E497F0
RGB
CMYK
RGB Variations
Color information
#E497F0 (or 0xE497F0) is known color: Plum. HEX triplet: E4, 97 and F0. RGB value is (228,151,240). Sum of RGB (Red+Green+Blue) = 228+151+240=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #E497F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E497F0 is #1B680F. Grayscale: #B7B7B7. Windows color (decimal): -1796112 or 15767524. OLE color: 15767524.
HSL color Cylindrical-coordinate representation of color #E497F0: hue angle of 291.91º 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 #E497F0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 151 | 240 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.06 |
| HSL | 291.91º | 0.75% | 0.77% | - |
| HSV(B) | 291.91º | 0.37% | 0.94% | - |
| XYZ | 58.79 | 44.92 | 88.01 | - |
| YUV | 184.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 240 | 0.05 | 0.37 | 0 | 0.06 | 291.91 | 0.75 | 0.77 |
| Hex | E4 | 97 | F0 | 5 | 25 | 0 | 6 | 124 | 4B | 4D |
| Octal | 344 | 227 | 360 | 5 | 45 | 0 | 6 | 444 | 113 | 115 |
| Binary | 11100100 | 10010111 | 11110000 | 101 | 100101 | 0 | 110 | 100100100 | 1001011 | 1001101 |
Color Harmonies of #E497F0
Complementary color
Monochromatic Colors of #E497F0
Black with #E497F0
Text Example
Text Example
White with #E497F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497F0; }
p { color: rgb(228,151,240); }
H1.HeaderClassName
{
color: #E497F0;
}
.AnyTagClassName
{
color: #E497F0;
}
</style>
background-color css
<style>
a { background-color: #E497F0; }
a { background-color: rgb(228,151,240); }
div.DivClassName
{
background-color: #E497F0;
}
.BgClassName
{
background-color: #E497F0;
}
</style>
border-color css
<style>
span { border-color: #E497F0; }
span { border-color: rgb(228,151,240); }
td.TdClassName
{
border-color: #E497F0;
}
.TagClassName
{
border-color: #E497F0;
}
</style>