Shades of Plum #E8B0EC
Tints of Plum #E8B0EC
RGB
CMYK
RGB Variations
Color information
#E8B0EC (or 0xE8B0EC) is known color: Plum. HEX triplet: E8, B0 and EC. RGB value is (232,176,236). Sum of RGB (Red+Green+Blue) = 232+176+236=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8B0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B0EC is #174F13. Grayscale: #C7C7C7. Windows color (decimal): -1527572 or 15511784. OLE color: 15511784.
HSL color Cylindrical-coordinate representation of color #E8B0EC: hue angle of 296º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8B0EC is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 176 | 236 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.07 |
| HSL | 296º | 0.61% | 0.81% | - |
| HSV(B) | 296º | 0.25% | 0.93% | - |
| XYZ | 63.94 | 54.26 | 86.46 | - |
| YUV | 199.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 236 | 0.02 | 0.25 | 0 | 0.07 | 296 | 0.61 | 0.81 |
| Hex | E8 | B0 | EC | 2 | 19 | 0 | 7 | 128 | 3D | 51 |
| Octal | 350 | 260 | 354 | 2 | 31 | 0 | 7 | 450 | 75 | 121 |
| Binary | 11101000 | 10110000 | 11101100 | 10 | 11001 | 0 | 111 | 100101000 | 111101 | 1010001 |
Color Harmonies of #E8B0EC
Complementary color
Monochromatic Colors of #E8B0EC
Black with #E8B0EC
Text Example
Text Example
White with #E8B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B0EC; }
p { color: rgb(232,176,236); }
H1.HeaderClassName
{
color: #E8B0EC;
}
.AnyTagClassName
{
color: #E8B0EC;
}
</style>
background-color css
<style>
a { background-color: #E8B0EC; }
a { background-color: rgb(232,176,236); }
div.DivClassName
{
background-color: #E8B0EC;
}
.BgClassName
{
background-color: #E8B0EC;
}
</style>
border-color css
<style>
span { border-color: #E8B0EC; }
span { border-color: rgb(232,176,236); }
td.TdClassName
{
border-color: #E8B0EC;
}
.TagClassName
{
border-color: #E8B0EC;
}
</style>