Shades of Plum #E49BEB
Tints of Plum #E49BEB
RGB
CMYK
RGB Variations
Color information
#E49BEB (or 0xE49BEB) is known color: Plum. HEX triplet: E4, 9B and EB. RGB value is (228,155,235). Sum of RGB (Red+Green+Blue) = 228+155+235=618 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.89% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #E49BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49BEB is #1B6414. Grayscale: #B9B9B9. Windows color (decimal): -1795093 or 15440868. OLE color: 15440868.
HSL color Cylindrical-coordinate representation of color #E49BEB: hue angle of 294.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E49BEB is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 155 | 235 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.08 |
| HSL | 294.75º | 0.67% | 0.76% | - |
| HSV(B) | 294.75º | 0.34% | 0.92% | - |
| XYZ | 58.71 | 45.93 | 84.37 | - |
| YUV | 185.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 235 | 0.03 | 0.34 | 0 | 0.08 | 294.75 | 0.67 | 0.76 |
| Hex | E4 | 9B | EB | 3 | 22 | 0 | 8 | 127 | 43 | 4C |
| Octal | 344 | 233 | 353 | 3 | 42 | 0 | 10 | 447 | 103 | 114 |
| Binary | 11100100 | 10011011 | 11101011 | 11 | 100010 | 0 | 1000 | 100100111 | 1000011 | 1001100 |
Color Harmonies of #E49BEB
Complementary color
Monochromatic Colors of #E49BEB
Black with #E49BEB
Text Example
Text Example
White with #E49BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49BEB; }
p { color: rgb(228,155,235); }
H1.HeaderClassName
{
color: #E49BEB;
}
.AnyTagClassName
{
color: #E49BEB;
}
</style>
background-color css
<style>
a { background-color: #E49BEB; }
a { background-color: rgb(228,155,235); }
div.DivClassName
{
background-color: #E49BEB;
}
.BgClassName
{
background-color: #E49BEB;
}
</style>
border-color css
<style>
span { border-color: #E49BEB; }
span { border-color: rgb(228,155,235); }
td.TdClassName
{
border-color: #E49BEB;
}
.TagClassName
{
border-color: #E49BEB;
}
</style>