Shades of Plum #E39BE8
Tints of Plum #E39BE8
RGB
CMYK
RGB Variations
Color information
#E39BE8 (or 0xE39BE8) is known color: Plum. HEX triplet: E3, 9B and E8. RGB value is (227,155,232). Sum of RGB (Red+Green+Blue) = 227+155+232=614 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.97% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #E39BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39BE8 is #1C6417. Grayscale: #B9B9B9. Windows color (decimal): -1860632 or 15244259. OLE color: 15244259.
HSL color Cylindrical-coordinate representation of color #E39BE8: hue angle of 296.1º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E39BE8 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 155 | 232 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.09 |
| HSL | 296.1º | 0.63% | 0.76% | - |
| HSV(B) | 296.1º | 0.33% | 0.91% | - |
| XYZ | 57.97 | 45.6 | 82.09 | - |
| YUV | 185.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 155 | 232 | 0.02 | 0.33 | 0 | 0.09 | 296.1 | 0.63 | 0.76 |
| Hex | E3 | 9B | E8 | 2 | 21 | 0 | 9 | 128 | 3F | 4C |
| Octal | 343 | 233 | 350 | 2 | 41 | 0 | 11 | 450 | 77 | 114 |
| Binary | 11100011 | 10011011 | 11101000 | 10 | 100001 | 0 | 1001 | 100101000 | 111111 | 1001100 |
Color Harmonies of #E39BE8
Complementary color
Monochromatic Colors of #E39BE8
Black with #E39BE8
Text Example
Text Example
White with #E39BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39BE8; }
p { color: rgb(227,155,232); }
H1.HeaderClassName
{
color: #E39BE8;
}
.AnyTagClassName
{
color: #E39BE8;
}
</style>
background-color css
<style>
a { background-color: #E39BE8; }
a { background-color: rgb(227,155,232); }
div.DivClassName
{
background-color: #E39BE8;
}
.BgClassName
{
background-color: #E39BE8;
}
</style>
border-color css
<style>
span { border-color: #E39BE8; }
span { border-color: rgb(227,155,232); }
td.TdClassName
{
border-color: #E39BE8;
}
.TagClassName
{
border-color: #E39BE8;
}
</style>