Shades of Plum #E499EF
Tints of Plum #E499EF
RGB
CMYK
RGB Variations
Color information
#E499EF (or 0xE499EF) is known color: Plum. HEX triplet: E4, 99 and EF. RGB value is (228,153,239). Sum of RGB (Red+Green+Blue) = 228+153+239=620 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.77% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #E499EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E499EF is #1B6610. Grayscale: #B8B8B8. Windows color (decimal): -1795601 or 15702500. OLE color: 15702500.
HSL color Cylindrical-coordinate representation of color #E499EF: hue angle of 292.33º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E499EF is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 153 | 239 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.06 |
| HSL | 292.33º | 0.73% | 0.77% | - |
| HSV(B) | 292.33º | 0.36% | 0.94% | - |
| XYZ | 58.97 | 45.51 | 87.34 | - |
| YUV | 185.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 239 | 0.05 | 0.36 | 0 | 0.06 | 292.33 | 0.73 | 0.77 |
| Hex | E4 | 99 | EF | 5 | 24 | 0 | 6 | 124 | 49 | 4D |
| Octal | 344 | 231 | 357 | 5 | 44 | 0 | 6 | 444 | 111 | 115 |
| Binary | 11100100 | 10011001 | 11101111 | 101 | 100100 | 0 | 110 | 100100100 | 1001001 | 1001101 |
Color Harmonies of #E499EF
Complementary color
Monochromatic Colors of #E499EF
Black with #E499EF
Text Example
Text Example
White with #E499EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499EF; }
p { color: rgb(228,153,239); }
H1.HeaderClassName
{
color: #E499EF;
}
.AnyTagClassName
{
color: #E499EF;
}
</style>
background-color css
<style>
a { background-color: #E499EF; }
a { background-color: rgb(228,153,239); }
div.DivClassName
{
background-color: #E499EF;
}
.BgClassName
{
background-color: #E499EF;
}
</style>
border-color css
<style>
span { border-color: #E499EF; }
span { border-color: rgb(228,153,239); }
td.TdClassName
{
border-color: #E499EF;
}
.TagClassName
{
border-color: #E499EF;
}
</style>