Shades of Plum #E7B0E8
Tints of Plum #E7B0E8
RGB
CMYK
RGB Variations
Color information
#E7B0E8 (or 0xE7B0E8) is known color: Plum. HEX triplet: E7, B0 and E8. RGB value is (231,176,232). Sum of RGB (Red+Green+Blue) = 231+176+232=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #E7B0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B0E8 is #184F17. Grayscale: #C6C6C6. Windows color (decimal): -1593112 or 15249639. OLE color: 15249639.
HSL color Cylindrical-coordinate representation of color #E7B0E8: hue angle of 298.93º 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 #E7B0E8 is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 232 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.09 |
| HSL | 298.93º | 0.55% | 0.8% | - |
| HSV(B) | 298.93º | 0.24% | 0.91% | - |
| XYZ | 63.05 | 53.87 | 83.42 | - |
| YUV | 198.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 232 | 0.00 | 0.24 | 0 | 0.09 | 298.93 | 0.55 | 0.8 |
| Hex | E7 | B0 | E8 | 0 | 18 | 0 | 9 | 12B | 37 | 50 |
| Octal | 347 | 260 | 350 | 0 | 30 | 0 | 11 | 453 | 67 | 120 |
| Binary | 11100111 | 10110000 | 11101000 | 0 | 11000 | 0 | 1001 | 100101011 | 110111 | 1010000 |
Color Harmonies of #E7B0E8
Complementary color
Monochromatic Colors of #E7B0E8
Black with #E7B0E8
Text Example
Text Example
White with #E7B0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0E8; }
p { color: rgb(231,176,232); }
H1.HeaderClassName
{
color: #E7B0E8;
}
.AnyTagClassName
{
color: #E7B0E8;
}
</style>
background-color css
<style>
a { background-color: #E7B0E8; }
a { background-color: rgb(231,176,232); }
div.DivClassName
{
background-color: #E7B0E8;
}
.BgClassName
{
background-color: #E7B0E8;
}
</style>
border-color css
<style>
span { border-color: #E7B0E8; }
span { border-color: rgb(231,176,232); }
td.TdClassName
{
border-color: #E7B0E8;
}
.TagClassName
{
border-color: #E7B0E8;
}
</style>