Shades of Plum #E498EC
Tints of Plum #E498EC
RGB
CMYK
RGB Variations
Color information
#E498EC (or 0xE498EC) is known color: Plum. HEX triplet: E4, 98 and EC. RGB value is (228,152,236). Sum of RGB (Red+Green+Blue) = 228+152+236=616 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.01% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #E498EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E498EC is #1B6713. Grayscale: #B8B8B8. Windows color (decimal): -1795860 or 15505636. OLE color: 15505636.
HSL color Cylindrical-coordinate representation of color #E498EC: hue angle of 294.29º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E498EC is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 152 | 236 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.07 |
| HSL | 294.29º | 0.69% | 0.76% | - |
| HSV(B) | 294.29º | 0.36% | 0.93% | - |
| XYZ | 58.36 | 45.01 | 84.97 | - |
| YUV | 184.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 152 | 236 | 0.03 | 0.36 | 0 | 0.07 | 294.29 | 0.69 | 0.76 |
| Hex | E4 | 98 | EC | 3 | 24 | 0 | 7 | 126 | 45 | 4C |
| Octal | 344 | 230 | 354 | 3 | 44 | 0 | 7 | 446 | 105 | 114 |
| Binary | 11100100 | 10011000 | 11101100 | 11 | 100100 | 0 | 111 | 100100110 | 1000101 | 1001100 |
Color Harmonies of #E498EC
Complementary color
Monochromatic Colors of #E498EC
Black with #E498EC
Text Example
Text Example
White with #E498EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E498EC; }
p { color: rgb(228,152,236); }
H1.HeaderClassName
{
color: #E498EC;
}
.AnyTagClassName
{
color: #E498EC;
}
</style>
background-color css
<style>
a { background-color: #E498EC; }
a { background-color: rgb(228,152,236); }
div.DivClassName
{
background-color: #E498EC;
}
.BgClassName
{
background-color: #E498EC;
}
</style>
border-color css
<style>
span { border-color: #E498EC; }
span { border-color: rgb(228,152,236); }
td.TdClassName
{
border-color: #E498EC;
}
.TagClassName
{
border-color: #E498EC;
}
</style>