Shades of Plum #E7B2EC
Tints of Plum #E7B2EC
RGB
CMYK
RGB Variations
Color information
#E7B2EC (or 0xE7B2EC) is known color: Plum. HEX triplet: E7, B2 and EC. RGB value is (231,178,236). Sum of RGB (Red+Green+Blue) = 231+178+236=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 178 (69.92% from 255 or 27.60% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7B2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B2EC is #184D13. Grayscale: #C8C8C8. Windows color (decimal): -1592596 or 15512295. OLE color: 15512295.
HSL color Cylindrical-coordinate representation of color #E7B2EC: hue angle of 294.83º degrees, saturation: 0.6, 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 #E7B2EC is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 178 | 236 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.07 |
| HSL | 294.83º | 0.6% | 0.81% | - |
| HSV(B) | 294.83º | 0.25% | 0.93% | - |
| XYZ | 64.02 | 54.89 | 86.58 | - |
| YUV | 200.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 236 | 0.02 | 0.25 | 0 | 0.07 | 294.83 | 0.6 | 0.81 |
| Hex | E7 | B2 | EC | 2 | 19 | 0 | 7 | 127 | 3C | 51 |
| Octal | 347 | 262 | 354 | 2 | 31 | 0 | 7 | 447 | 74 | 121 |
| Binary | 11100111 | 10110010 | 11101100 | 10 | 11001 | 0 | 111 | 100100111 | 111100 | 1010001 |
Color Harmonies of #E7B2EC
Complementary color
Monochromatic Colors of #E7B2EC
Black with #E7B2EC
Text Example
Text Example
White with #E7B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B2EC; }
p { color: rgb(231,178,236); }
H1.HeaderClassName
{
color: #E7B2EC;
}
.AnyTagClassName
{
color: #E7B2EC;
}
</style>
background-color css
<style>
a { background-color: #E7B2EC; }
a { background-color: rgb(231,178,236); }
div.DivClassName
{
background-color: #E7B2EC;
}
.BgClassName
{
background-color: #E7B2EC;
}
</style>
border-color css
<style>
span { border-color: #E7B2EC; }
span { border-color: rgb(231,178,236); }
td.TdClassName
{
border-color: #E7B2EC;
}
.TagClassName
{
border-color: #E7B2EC;
}
</style>