Shades of Plum #E49BEF
Tints of Plum #E49BEF
RGB
CMYK
RGB Variations
Color information
#E49BEF (or 0xE49BEF) is known color: Plum. HEX triplet: E4, 9B and EF. RGB value is (228,155,239). Sum of RGB (Red+Green+Blue) = 228+155+239=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #E49BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49BEF is #1B6410. Grayscale: #BABABA. Windows color (decimal): -1795089 or 15703012. OLE color: 15703012.
HSL color Cylindrical-coordinate representation of color #E49BEF: hue angle of 292.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E49BEF is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 155 | 239 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.06 |
| HSL | 292.14º | 0.72% | 0.77% | - |
| HSV(B) | 292.14º | 0.35% | 0.94% | - |
| XYZ | 59.3 | 46.17 | 87.45 | - |
| YUV | 186.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 239 | 0.05 | 0.35 | 0 | 0.06 | 292.14 | 0.72 | 0.77 |
| Hex | E4 | 9B | EF | 5 | 23 | 0 | 6 | 124 | 48 | 4D |
| Octal | 344 | 233 | 357 | 5 | 43 | 0 | 6 | 444 | 110 | 115 |
| Binary | 11100100 | 10011011 | 11101111 | 101 | 100011 | 0 | 110 | 100100100 | 1001000 | 1001101 |
Color Harmonies of #E49BEF
Complementary color
Monochromatic Colors of #E49BEF
Black with #E49BEF
Text Example
Text Example
White with #E49BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49BEF; }
p { color: rgb(228,155,239); }
H1.HeaderClassName
{
color: #E49BEF;
}
.AnyTagClassName
{
color: #E49BEF;
}
</style>
background-color css
<style>
a { background-color: #E49BEF; }
a { background-color: rgb(228,155,239); }
div.DivClassName
{
background-color: #E49BEF;
}
.BgClassName
{
background-color: #E49BEF;
}
</style>
border-color css
<style>
span { border-color: #E49BEF; }
span { border-color: rgb(228,155,239); }
td.TdClassName
{
border-color: #E49BEF;
}
.TagClassName
{
border-color: #E49BEF;
}
</style>