Shades of Plum #E7A1DD
Tints of Plum #E7A1DD
RGB
CMYK
RGB Variations
Color information
#E7A1DD (or 0xE7A1DD) is known color: Plum. HEX triplet: E7, A1 and DD. RGB value is (231,161,221). Sum of RGB (Red+Green+Blue) = 231+161+221=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1DD is #185E22. Grayscale: #BCBCBC. Windows color (decimal): -1596963 or 14524903. OLE color: 14524903.
HSL color Cylindrical-coordinate representation of color #E7A1DD: hue angle of 308.57º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A1DD is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 221 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.09 |
| HSL | 308.57º | 0.59% | 0.77% | - |
| HSV(B) | 308.57º | 0.3% | 0.91% | - |
| XYZ | 58.75 | 47.7 | 74.52 | - |
| YUV | 188.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 221 | 0 | 0.30 | 0.04 | 0.09 | 308.57 | 0.59 | 0.77 |
| Hex | E7 | A1 | DD | 0 | 1E | 4 | 9 | 135 | 3B | 4D |
| Octal | 347 | 241 | 335 | 0 | 36 | 4 | 11 | 465 | 73 | 115 |
| Binary | 11100111 | 10100001 | 11011101 | 0 | 11110 | 100 | 1001 | 100110101 | 111011 | 1001101 |
Color Harmonies of #E7A1DD
Complementary color
Monochromatic Colors of #E7A1DD
Black with #E7A1DD
Text Example
Text Example
White with #E7A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A1DD; }
p { color: rgb(231,161,221); }
H1.HeaderClassName
{
color: #E7A1DD;
}
.AnyTagClassName
{
color: #E7A1DD;
}
</style>
background-color css
<style>
a { background-color: #E7A1DD; }
a { background-color: rgb(231,161,221); }
div.DivClassName
{
background-color: #E7A1DD;
}
.BgClassName
{
background-color: #E7A1DD;
}
</style>
border-color css
<style>
span { border-color: #E7A1DD; }
span { border-color: rgb(231,161,221); }
td.TdClassName
{
border-color: #E7A1DD;
}
.TagClassName
{
border-color: #E7A1DD;
}
</style>