Shades of Plum #E7A6DE
Tints of Plum #E7A6DE
RGB
CMYK
RGB Variations
Color information
#E7A6DE (or 0xE7A6DE) is known color: Plum. HEX triplet: E7, A6 and DE. RGB value is (231,166,222). Sum of RGB (Red+Green+Blue) = 231+166+222=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A6DE is #185921. Grayscale: #BFBFBF. Windows color (decimal): -1595682 or 14591719. OLE color: 14591719.
HSL color Cylindrical-coordinate representation of color #E7A6DE: hue angle of 308.31º 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 #E7A6DE is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 222 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.09 |
| HSL | 308.31º | 0.58% | 0.78% | - |
| HSV(B) | 308.31º | 0.28% | 0.91% | - |
| XYZ | 59.78 | 49.54 | 75.52 | - |
| YUV | 191.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 222 | 0 | 0.28 | 0.04 | 0.09 | 308.31 | 0.58 | 0.78 |
| Hex | E7 | A6 | DE | 0 | 1C | 4 | 9 | 134 | 3A | 4E |
| Octal | 347 | 246 | 336 | 0 | 34 | 4 | 11 | 464 | 72 | 116 |
| Binary | 11100111 | 10100110 | 11011110 | 0 | 11100 | 100 | 1001 | 100110100 | 111010 | 1001110 |
Color Harmonies of #E7A6DE
Complementary color
Monochromatic Colors of #E7A6DE
Black with #E7A6DE
Text Example
Text Example
White with #E7A6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A6DE; }
p { color: rgb(231,166,222); }
H1.HeaderClassName
{
color: #E7A6DE;
}
.AnyTagClassName
{
color: #E7A6DE;
}
</style>
background-color css
<style>
a { background-color: #E7A6DE; }
a { background-color: rgb(231,166,222); }
div.DivClassName
{
background-color: #E7A6DE;
}
.BgClassName
{
background-color: #E7A6DE;
}
</style>
border-color css
<style>
span { border-color: #E7A6DE; }
span { border-color: rgb(231,166,222); }
td.TdClassName
{
border-color: #E7A6DE;
}
.TagClassName
{
border-color: #E7A6DE;
}
</style>