Shades of Plum #E08BE0
Tints of Plum #E08BE0
RGB
CMYK
RGB Variations
Color information
#E08BE0 (or 0xE08BE0) is known color: Plum. HEX triplet: E0, 8B and E0. RGB value is (224,139,224). Sum of RGB (Red+Green+Blue) = 224+139+224=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E08BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BE0 is #1F741F. Grayscale: #ADADAD. Windows color (decimal): -2061344 or 14715872. OLE color: 14715872.
HSL color Cylindrical-coordinate representation of color #E08BE0: hue angle of 300º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08BE0 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 224 | - |
| CMYK | 0 | 0.38 | 0 | 0.12 |
| HSL | 300º | 0.58% | 0.71% | - |
| HSV(B) | 300º | 0.38% | 0.88% | - |
| XYZ | 53.43 | 39.69 | 75.37 | - |
| YUV | 174.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 224 | 0 | 0.38 | 0 | 0.12 | 300 | 0.58 | 0.71 |
| Hex | E0 | 8B | E0 | 0 | 26 | 0 | C | 12C | 3A | 47 |
| Octal | 340 | 213 | 340 | 0 | 46 | 0 | 14 | 454 | 72 | 107 |
| Binary | 11100000 | 10001011 | 11100000 | 0 | 100110 | 0 | 1100 | 100101100 | 111010 | 1000111 |
Color Harmonies of #E08BE0
Complementary color
Monochromatic Colors of #E08BE0
Black with #E08BE0
Text Example
Text Example
White with #E08BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BE0; }
p { color: rgb(224,139,224); }
H1.HeaderClassName
{
color: #E08BE0;
}
.AnyTagClassName
{
color: #E08BE0;
}
</style>
background-color css
<style>
a { background-color: #E08BE0; }
a { background-color: rgb(224,139,224); }
div.DivClassName
{
background-color: #E08BE0;
}
.BgClassName
{
background-color: #E08BE0;
}
</style>
border-color css
<style>
span { border-color: #E08BE0; }
span { border-color: rgb(224,139,224); }
td.TdClassName
{
border-color: #E08BE0;
}
.TagClassName
{
border-color: #E08BE0;
}
</style>