Shades of Plum #E49BED
Tints of Plum #E49BED
RGB
CMYK
RGB Variations
Color information
#E49BED (or 0xE49BED) is known color: Plum. HEX triplet: E4, 9B and ED. RGB value is (228,155,237). Sum of RGB (Red+Green+Blue) = 228+155+237=620 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.77% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #E49BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49BED is #1B6412. Grayscale: #B9B9B9. Windows color (decimal): -1795091 or 15571940. OLE color: 15571940.
HSL color Cylindrical-coordinate representation of color #E49BED: hue angle of 293.41º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E49BED is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 155 | 237 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.07 |
| HSL | 293.41º | 0.69% | 0.77% | - |
| HSV(B) | 293.41º | 0.35% | 0.93% | - |
| XYZ | 59 | 46.05 | 85.9 | - |
| YUV | 186.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 237 | 0.04 | 0.35 | 0 | 0.07 | 293.41 | 0.69 | 0.77 |
| Hex | E4 | 9B | ED | 4 | 23 | 0 | 7 | 125 | 45 | 4D |
| Octal | 344 | 233 | 355 | 4 | 43 | 0 | 7 | 445 | 105 | 115 |
| Binary | 11100100 | 10011011 | 11101101 | 100 | 100011 | 0 | 111 | 100100101 | 1000101 | 1001101 |
Color Harmonies of #E49BED
Complementary color
Monochromatic Colors of #E49BED
Black with #E49BED
Text Example
Text Example
White with #E49BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49BED; }
p { color: rgb(228,155,237); }
H1.HeaderClassName
{
color: #E49BED;
}
.AnyTagClassName
{
color: #E49BED;
}
</style>
background-color css
<style>
a { background-color: #E49BED; }
a { background-color: rgb(228,155,237); }
div.DivClassName
{
background-color: #E49BED;
}
.BgClassName
{
background-color: #E49BED;
}
</style>
border-color css
<style>
span { border-color: #E49BED; }
span { border-color: rgb(228,155,237); }
td.TdClassName
{
border-color: #E49BED;
}
.TagClassName
{
border-color: #E49BED;
}
</style>