Shades of Plum #E7A7E6
Tints of Plum #E7A7E6
RGB
CMYK
RGB Variations
Color information
#E7A7E6 (or 0xE7A7E6) is known color: Plum. HEX triplet: E7, A7 and E6. RGB value is (231,167,230). Sum of RGB (Red+Green+Blue) = 231+167+230=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 167 (65.62% from 255 or 26.59% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A7E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A7E6 is #185819. Grayscale: #C1C1C1. Windows color (decimal): -1595418 or 15116263. OLE color: 15116263.
HSL color Cylindrical-coordinate representation of color #E7A7E6: hue angle of 300.94º degrees, saturation: 0.57, 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 #E7A7E6 is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 167 | 230 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.09 |
| HSL | 300.94º | 0.57% | 0.78% | - |
| HSV(B) | 300.94º | 0.28% | 0.91% | - |
| XYZ | 61.06 | 50.34 | 81.36 | - |
| YUV | 193.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 167 | 230 | 0 | 0.28 | 0.00 | 0.09 | 300.94 | 0.57 | 0.78 |
| Hex | E7 | A7 | E6 | 0 | 1C | 0 | 9 | 12D | 39 | 4E |
| Octal | 347 | 247 | 346 | 0 | 34 | 0 | 11 | 455 | 71 | 116 |
| Binary | 11100111 | 10100111 | 11100110 | 0 | 11100 | 0 | 1001 | 100101101 | 111001 | 1001110 |
Color Harmonies of #E7A7E6
Complementary color
Monochromatic Colors of #E7A7E6
Black with #E7A7E6
Text Example
Text Example
White with #E7A7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A7E6; }
p { color: rgb(231,167,230); }
H1.HeaderClassName
{
color: #E7A7E6;
}
.AnyTagClassName
{
color: #E7A7E6;
}
</style>
background-color css
<style>
a { background-color: #E7A7E6; }
a { background-color: rgb(231,167,230); }
div.DivClassName
{
background-color: #E7A7E6;
}
.BgClassName
{
background-color: #E7A7E6;
}
</style>
border-color css
<style>
span { border-color: #E7A7E6; }
span { border-color: rgb(231,167,230); }
td.TdClassName
{
border-color: #E7A7E6;
}
.TagClassName
{
border-color: #E7A7E6;
}
</style>