Shades of Plum #E49FF2
Tints of Plum #E49FF2
RGB
CMYK
RGB Variations
Color information
#E49FF2 (or 0xE49FF2) is known color: Plum. HEX triplet: E4, 9F and F2. RGB value is (228,159,242). Sum of RGB (Red+Green+Blue) = 228+159+242=629 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.25% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #E49FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49FF2 is #1B600D. Grayscale: #BCBCBC. Windows color (decimal): -1794062 or 15900644. OLE color: 15900644.
HSL color Cylindrical-coordinate representation of color #E49FF2: hue angle of 289.88º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E49FF2 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 159 | 242 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.05 |
| HSL | 289.88º | 0.76% | 0.79% | - |
| HSV(B) | 289.88º | 0.34% | 0.95% | - |
| XYZ | 60.42 | 47.7 | 90.03 | - |
| YUV | 189.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 242 | 0.06 | 0.34 | 0 | 0.05 | 289.88 | 0.76 | 0.79 |
| Hex | E4 | 9F | F2 | 6 | 22 | 0 | 5 | 122 | 4C | 4F |
| Octal | 344 | 237 | 362 | 6 | 42 | 0 | 5 | 442 | 114 | 117 |
| Binary | 11100100 | 10011111 | 11110010 | 110 | 100010 | 0 | 101 | 100100010 | 1001100 | 1001111 |
Color Harmonies of #E49FF2
Complementary color
Monochromatic Colors of #E49FF2
Black with #E49FF2
Text Example
Text Example
White with #E49FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FF2; }
p { color: rgb(228,159,242); }
H1.HeaderClassName
{
color: #E49FF2;
}
.AnyTagClassName
{
color: #E49FF2;
}
</style>
background-color css
<style>
a { background-color: #E49FF2; }
a { background-color: rgb(228,159,242); }
div.DivClassName
{
background-color: #E49FF2;
}
.BgClassName
{
background-color: #E49FF2;
}
</style>
border-color css
<style>
span { border-color: #E49FF2; }
span { border-color: rgb(228,159,242); }
td.TdClassName
{
border-color: #E49FF2;
}
.TagClassName
{
border-color: #E49FF2;
}
</style>