Shades of Plum #E4B0EC
Tints of Plum #E4B0EC
RGB
CMYK
RGB Variations
Color information
#E4B0EC (or 0xE4B0EC) is known color: Plum. HEX triplet: E4, B0 and EC. RGB value is (228,176,236). Sum of RGB (Red+Green+Blue) = 228+176+236=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B0EC is #1B4F13. Grayscale: #C6C6C6. Windows color (decimal): -1789716 or 15511780. OLE color: 15511780.
HSL color Cylindrical-coordinate representation of color #E4B0EC: hue angle of 292º 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 #E4B0EC is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 176 | 236 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.07 |
| HSL | 292º | 0.61% | 0.81% | - |
| HSV(B) | 292º | 0.25% | 0.93% | - |
| XYZ | 62.66 | 53.6 | 86.4 | - |
| YUV | 198.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 176 | 236 | 0.03 | 0.25 | 0 | 0.07 | 292 | 0.61 | 0.81 |
| Hex | E4 | B0 | EC | 3 | 19 | 0 | 7 | 124 | 3D | 51 |
| Octal | 344 | 260 | 354 | 3 | 31 | 0 | 7 | 444 | 75 | 121 |
| Binary | 11100100 | 10110000 | 11101100 | 11 | 11001 | 0 | 111 | 100100100 | 111101 | 1010001 |
Color Harmonies of #E4B0EC
Complementary color
Monochromatic Colors of #E4B0EC
Black with #E4B0EC
Text Example
Text Example
White with #E4B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B0EC; }
p { color: rgb(228,176,236); }
H1.HeaderClassName
{
color: #E4B0EC;
}
.AnyTagClassName
{
color: #E4B0EC;
}
</style>
background-color css
<style>
a { background-color: #E4B0EC; }
a { background-color: rgb(228,176,236); }
div.DivClassName
{
background-color: #E4B0EC;
}
.BgClassName
{
background-color: #E4B0EC;
}
</style>
border-color css
<style>
span { border-color: #E4B0EC; }
span { border-color: rgb(228,176,236); }
td.TdClassName
{
border-color: #E4B0EC;
}
.TagClassName
{
border-color: #E4B0EC;
}
</style>