Shades of Plum #E4B3EC
Tints of Plum #E4B3EC
RGB
CMYK
RGB Variations
Color information
#E4B3EC (or 0xE4B3EC) is known color: Plum. HEX triplet: E4, B3 and EC. RGB value is (228,179,236). Sum of RGB (Red+Green+Blue) = 228+179+236=643 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.46% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B3EC is #1B4C13. Grayscale: #C7C7C7. Windows color (decimal): -1788948 or 15512548. OLE color: 15512548.
HSL color Cylindrical-coordinate representation of color #E4B3EC: hue angle of 291.58º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4B3EC is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 179 | 236 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.07 |
| HSL | 291.58º | 0.6% | 0.81% | - |
| HSV(B) | 291.58º | 0.24% | 0.93% | - |
| XYZ | 63.26 | 54.79 | 86.6 | - |
| YUV | 200.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 179 | 236 | 0.03 | 0.24 | 0 | 0.07 | 291.58 | 0.6 | 0.81 |
| Hex | E4 | B3 | EC | 3 | 18 | 0 | 7 | 124 | 3C | 51 |
| Octal | 344 | 263 | 354 | 3 | 30 | 0 | 7 | 444 | 74 | 121 |
| Binary | 11100100 | 10110011 | 11101100 | 11 | 11000 | 0 | 111 | 100100100 | 111100 | 1010001 |
Color Harmonies of #E4B3EC
Complementary color
Monochromatic Colors of #E4B3EC
Black with #E4B3EC
Text Example
Text Example
White with #E4B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B3EC; }
p { color: rgb(228,179,236); }
H1.HeaderClassName
{
color: #E4B3EC;
}
.AnyTagClassName
{
color: #E4B3EC;
}
</style>
background-color css
<style>
a { background-color: #E4B3EC; }
a { background-color: rgb(228,179,236); }
div.DivClassName
{
background-color: #E4B3EC;
}
.BgClassName
{
background-color: #E4B3EC;
}
</style>
border-color css
<style>
span { border-color: #E4B3EC; }
span { border-color: rgb(228,179,236); }
td.TdClassName
{
border-color: #E4B3EC;
}
.TagClassName
{
border-color: #E4B3EC;
}
</style>