Shades of Plum #E7A7E9
Tints of Plum #E7A7E9
RGB
CMYK
RGB Variations
Color information
#E7A7E9 (or 0xE7A7E9) is known color: Plum. HEX triplet: E7, A7 and E9. RGB value is (231,167,233). Sum of RGB (Red+Green+Blue) = 231+167+233=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 167 (65.62% from 255 or 26.47% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #E7A7E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A7E9 is #185816. Grayscale: #C1C1C1. Windows color (decimal): -1595415 or 15312871. OLE color: 15312871.
HSL color Cylindrical-coordinate representation of color #E7A7E9: hue angle of 298.18º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7A7E9 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 167 | 233 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.09 |
| HSL | 298.18º | 0.6% | 0.78% | - |
| HSV(B) | 298.18º | 0.28% | 0.91% | - |
| XYZ | 61.48 | 50.51 | 83.6 | - |
| YUV | 193.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 167 | 233 | 0.01 | 0.28 | 0 | 0.09 | 298.18 | 0.6 | 0.78 |
| Hex | E7 | A7 | E9 | 1 | 1C | 0 | 9 | 12A | 3C | 4E |
| Octal | 347 | 247 | 351 | 1 | 34 | 0 | 11 | 452 | 74 | 116 |
| Binary | 11100111 | 10100111 | 11101001 | 1 | 11100 | 0 | 1001 | 100101010 | 111100 | 1001110 |
Color Harmonies of #E7A7E9
Complementary color
Monochromatic Colors of #E7A7E9
Black with #E7A7E9
Text Example
Text Example
White with #E7A7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A7E9; }
p { color: rgb(231,167,233); }
H1.HeaderClassName
{
color: #E7A7E9;
}
.AnyTagClassName
{
color: #E7A7E9;
}
</style>
background-color css
<style>
a { background-color: #E7A7E9; }
a { background-color: rgb(231,167,233); }
div.DivClassName
{
background-color: #E7A7E9;
}
.BgClassName
{
background-color: #E7A7E9;
}
</style>
border-color css
<style>
span { border-color: #E7A7E9; }
span { border-color: rgb(231,167,233); }
td.TdClassName
{
border-color: #E7A7E9;
}
.TagClassName
{
border-color: #E7A7E9;
}
</style>