Shades of Plum #E0B0E8
Tints of Plum #E0B0E8
RGB
CMYK
RGB Variations
Color information
#E0B0E8 (or 0xE0B0E8) is known color: Plum. HEX triplet: E0, B0 and E8. RGB value is (224,176,232). Sum of RGB (Red+Green+Blue) = 224+176+232=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0B0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0E8 is #1F4F17. Grayscale: #C4C4C4. Windows color (decimal): -2051864 or 15249632. OLE color: 15249632.
HSL color Cylindrical-coordinate representation of color #E0B0E8: hue angle of 291.43º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0B0E8 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 176 | 232 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.09 |
| HSL | 291.43º | 0.55% | 0.8% | - |
| HSV(B) | 291.43º | 0.24% | 0.91% | - |
| XYZ | 60.83 | 52.72 | 83.31 | - |
| YUV | 196.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 232 | 0.03 | 0.24 | 0 | 0.09 | 291.43 | 0.55 | 0.8 |
| Hex | E0 | B0 | E8 | 3 | 18 | 0 | 9 | 123 | 37 | 50 |
| Octal | 340 | 260 | 350 | 3 | 30 | 0 | 11 | 443 | 67 | 120 |
| Binary | 11100000 | 10110000 | 11101000 | 11 | 11000 | 0 | 1001 | 100100011 | 110111 | 1010000 |
Color Harmonies of #E0B0E8
Complementary color
Monochromatic Colors of #E0B0E8
Black with #E0B0E8
Text Example
Text Example
White with #E0B0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B0E8; }
p { color: rgb(224,176,232); }
H1.HeaderClassName
{
color: #E0B0E8;
}
.AnyTagClassName
{
color: #E0B0E8;
}
</style>
background-color css
<style>
a { background-color: #E0B0E8; }
a { background-color: rgb(224,176,232); }
div.DivClassName
{
background-color: #E0B0E8;
}
.BgClassName
{
background-color: #E0B0E8;
}
</style>
border-color css
<style>
span { border-color: #E0B0E8; }
span { border-color: rgb(224,176,232); }
td.TdClassName
{
border-color: #E0B0E8;
}
.TagClassName
{
border-color: #E0B0E8;
}
</style>