Shades of Plum #E7A0DF
Tints of Plum #E7A0DF
RGB
CMYK
RGB Variations
Color information
#E7A0DF (or 0xE7A0DF) is known color: Plum. HEX triplet: E7, A0 and DF. RGB value is (231,160,223). Sum of RGB (Red+Green+Blue) = 231+160+223=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0DF is #185F20. Grayscale: #BCBCBC. Windows color (decimal): -1597217 or 14655719. OLE color: 14655719.
HSL color Cylindrical-coordinate representation of color #E7A0DF: hue angle of 306.76º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7A0DF is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 223 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.09 |
| HSL | 306.76º | 0.6% | 0.77% | - |
| HSV(B) | 306.76º | 0.31% | 0.91% | - |
| XYZ | 58.85 | 47.46 | 75.87 | - |
| YUV | 188.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 223 | 0 | 0.31 | 0.03 | 0.09 | 306.76 | 0.6 | 0.77 |
| Hex | E7 | A0 | DF | 0 | 1F | 3 | 9 | 133 | 3C | 4D |
| Octal | 347 | 240 | 337 | 0 | 37 | 3 | 11 | 463 | 74 | 115 |
| Binary | 11100111 | 10100000 | 11011111 | 0 | 11111 | 11 | 1001 | 100110011 | 111100 | 1001101 |
Color Harmonies of #E7A0DF
Complementary color
Monochromatic Colors of #E7A0DF
Black with #E7A0DF
Text Example
Text Example
White with #E7A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0DF; }
p { color: rgb(231,160,223); }
H1.HeaderClassName
{
color: #E7A0DF;
}
.AnyTagClassName
{
color: #E7A0DF;
}
</style>
background-color css
<style>
a { background-color: #E7A0DF; }
a { background-color: rgb(231,160,223); }
div.DivClassName
{
background-color: #E7A0DF;
}
.BgClassName
{
background-color: #E7A0DF;
}
</style>
border-color css
<style>
span { border-color: #E7A0DF; }
span { border-color: rgb(231,160,223); }
td.TdClassName
{
border-color: #E7A0DF;
}
.TagClassName
{
border-color: #E7A0DF;
}
</style>