Shades of Plum #E7A6E4
Tints of Plum #E7A6E4
RGB
CMYK
RGB Variations
Color information
#E7A6E4 (or 0xE7A6E4) is known color: Plum. HEX triplet: E7, A6 and E4. RGB value is (231,166,228). Sum of RGB (Red+Green+Blue) = 231+166+228=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A6E4 is #18591B. Grayscale: #C0C0C0. Windows color (decimal): -1595676 or 14984935. OLE color: 14984935.
HSL color Cylindrical-coordinate representation of color #E7A6E4: hue angle of 302.77º degrees, saturation: 0.58, 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 #E7A6E4 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 228 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.09 |
| HSL | 302.77º | 0.58% | 0.78% | - |
| HSV(B) | 302.77º | 0.28% | 0.91% | - |
| XYZ | 60.59 | 49.86 | 79.83 | - |
| YUV | 192.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 228 | 0 | 0.28 | 0.01 | 0.09 | 302.77 | 0.58 | 0.78 |
| Hex | E7 | A6 | E4 | 0 | 1C | 1 | 9 | 12F | 3A | 4E |
| Octal | 347 | 246 | 344 | 0 | 34 | 1 | 11 | 457 | 72 | 116 |
| Binary | 11100111 | 10100110 | 11100100 | 0 | 11100 | 1 | 1001 | 100101111 | 111010 | 1001110 |
Color Harmonies of #E7A6E4
Complementary color
Monochromatic Colors of #E7A6E4
Black with #E7A6E4
Text Example
Text Example
White with #E7A6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A6E4; }
p { color: rgb(231,166,228); }
H1.HeaderClassName
{
color: #E7A6E4;
}
.AnyTagClassName
{
color: #E7A6E4;
}
</style>
background-color css
<style>
a { background-color: #E7A6E4; }
a { background-color: rgb(231,166,228); }
div.DivClassName
{
background-color: #E7A6E4;
}
.BgClassName
{
background-color: #E7A6E4;
}
</style>
border-color css
<style>
span { border-color: #E7A6E4; }
span { border-color: rgb(231,166,228); }
td.TdClassName
{
border-color: #E7A6E4;
}
.TagClassName
{
border-color: #E7A6E4;
}
</style>