Shades of Plum #E49FED
Tints of Plum #E49FED
RGB
CMYK
RGB Variations
Color information
#E49FED (or 0xE49FED) is known color: Plum. HEX triplet: E4, 9F and ED. RGB value is (228,159,237). Sum of RGB (Red+Green+Blue) = 228+159+237=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #E49FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49FED is #1B6012. Grayscale: #BCBCBC. Windows color (decimal): -1794067 or 15572964. OLE color: 15572964.
HSL color Cylindrical-coordinate representation of color #E49FED: hue angle of 293.08º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E49FED is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 159 | 237 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.07 |
| HSL | 293.08º | 0.68% | 0.78% | - |
| HSV(B) | 293.08º | 0.33% | 0.93% | - |
| XYZ | 59.68 | 47.4 | 86.13 | - |
| YUV | 188.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 237 | 0.04 | 0.33 | 0 | 0.07 | 293.08 | 0.68 | 0.78 |
| Hex | E4 | 9F | ED | 4 | 21 | 0 | 7 | 125 | 44 | 4E |
| Octal | 344 | 237 | 355 | 4 | 41 | 0 | 7 | 445 | 104 | 116 |
| Binary | 11100100 | 10011111 | 11101101 | 100 | 100001 | 0 | 111 | 100100101 | 1000100 | 1001110 |
Color Harmonies of #E49FED
Complementary color
Monochromatic Colors of #E49FED
Black with #E49FED
Text Example
Text Example
White with #E49FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FED; }
p { color: rgb(228,159,237); }
H1.HeaderClassName
{
color: #E49FED;
}
.AnyTagClassName
{
color: #E49FED;
}
</style>
background-color css
<style>
a { background-color: #E49FED; }
a { background-color: rgb(228,159,237); }
div.DivClassName
{
background-color: #E49FED;
}
.BgClassName
{
background-color: #E49FED;
}
</style>
border-color css
<style>
span { border-color: #E49FED; }
span { border-color: rgb(228,159,237); }
td.TdClassName
{
border-color: #E49FED;
}
.TagClassName
{
border-color: #E49FED;
}
</style>