Shades of Plum #E49EF2
Tints of Plum #E49EF2
RGB
CMYK
RGB Variations
Color information
#E49EF2 (or 0xE49EF2) is known color: Plum. HEX triplet: E4, 9E and F2. RGB value is (228,158,242). Sum of RGB (Red+Green+Blue) = 228+158+242=628 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.31% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #E49EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49EF2 is #1B610D. Grayscale: #BCBCBC. Windows color (decimal): -1794318 or 15900388. OLE color: 15900388.
HSL color Cylindrical-coordinate representation of color #E49EF2: hue angle of 290º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E49EF2 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 158 | 242 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.05 |
| HSL | 290º | 0.76% | 0.78% | - |
| HSV(B) | 290º | 0.35% | 0.95% | - |
| XYZ | 60.25 | 47.36 | 89.97 | - |
| YUV | 188.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 242 | 0.06 | 0.35 | 0 | 0.05 | 290 | 0.76 | 0.78 |
| Hex | E4 | 9E | F2 | 6 | 23 | 0 | 5 | 122 | 4C | 4E |
| Octal | 344 | 236 | 362 | 6 | 43 | 0 | 5 | 442 | 114 | 116 |
| Binary | 11100100 | 10011110 | 11110010 | 110 | 100011 | 0 | 101 | 100100010 | 1001100 | 1001110 |
Color Harmonies of #E49EF2
Complementary color
Monochromatic Colors of #E49EF2
Black with #E49EF2
Text Example
Text Example
White with #E49EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49EF2; }
p { color: rgb(228,158,242); }
H1.HeaderClassName
{
color: #E49EF2;
}
.AnyTagClassName
{
color: #E49EF2;
}
</style>
background-color css
<style>
a { background-color: #E49EF2; }
a { background-color: rgb(228,158,242); }
div.DivClassName
{
background-color: #E49EF2;
}
.BgClassName
{
background-color: #E49EF2;
}
</style>
border-color css
<style>
span { border-color: #E49EF2; }
span { border-color: rgb(228,158,242); }
td.TdClassName
{
border-color: #E49EF2;
}
.TagClassName
{
border-color: #E49EF2;
}
</style>