Shades of Plum #E499EC
Tints of Plum #E499EC
RGB
CMYK
RGB Variations
Color information
#E499EC (or 0xE499EC) is known color: Plum. HEX triplet: E4, 99 and EC. RGB value is (228,153,236). Sum of RGB (Red+Green+Blue) = 228+153+236=617 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.95% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #E499EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E499EC is #1B6613. Grayscale: #B8B8B8. Windows color (decimal): -1795604 or 15505892. OLE color: 15505892.
HSL color Cylindrical-coordinate representation of color #E499EC: hue angle of 294.22º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E499EC is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 153 | 236 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.07 |
| HSL | 294.22º | 0.69% | 0.76% | - |
| HSV(B) | 294.22º | 0.35% | 0.93% | - |
| XYZ | 58.53 | 45.33 | 85.02 | - |
| YUV | 184.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 236 | 0.03 | 0.35 | 0 | 0.07 | 294.22 | 0.69 | 0.76 |
| Hex | E4 | 99 | EC | 3 | 23 | 0 | 7 | 126 | 45 | 4C |
| Octal | 344 | 231 | 354 | 3 | 43 | 0 | 7 | 446 | 105 | 114 |
| Binary | 11100100 | 10011001 | 11101100 | 11 | 100011 | 0 | 111 | 100100110 | 1000101 | 1001100 |
Color Harmonies of #E499EC
Complementary color
Monochromatic Colors of #E499EC
Black with #E499EC
Text Example
Text Example
White with #E499EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499EC; }
p { color: rgb(228,153,236); }
H1.HeaderClassName
{
color: #E499EC;
}
.AnyTagClassName
{
color: #E499EC;
}
</style>
background-color css
<style>
a { background-color: #E499EC; }
a { background-color: rgb(228,153,236); }
div.DivClassName
{
background-color: #E499EC;
}
.BgClassName
{
background-color: #E499EC;
}
</style>
border-color css
<style>
span { border-color: #E499EC; }
span { border-color: rgb(228,153,236); }
td.TdClassName
{
border-color: #E499EC;
}
.TagClassName
{
border-color: #E499EC;
}
</style>