Shades of Plum #E7A2DC
Tints of Plum #E7A2DC
RGB
CMYK
RGB Variations
Color information
#E7A2DC (or 0xE7A2DC) is known color: Plum. HEX triplet: E7, A2 and DC. RGB value is (231,162,220). Sum of RGB (Red+Green+Blue) = 231+162+220=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A2DC is #185D23. Grayscale: #BDBDBD. Windows color (decimal): -1596708 or 14459623. OLE color: 14459623.
HSL color Cylindrical-coordinate representation of color #E7A2DC: hue angle of 309.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 #E7A2DC is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 162 | 220 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.09 |
| HSL | 309.57º | 0.59% | 0.77% | - |
| HSV(B) | 309.57º | 0.3% | 0.91% | - |
| XYZ | 58.79 | 48 | 73.88 | - |
| YUV | 189.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 220 | 0 | 0.30 | 0.05 | 0.09 | 309.57 | 0.59 | 0.77 |
| Hex | E7 | A2 | DC | 0 | 1E | 5 | 9 | 136 | 3B | 4D |
| Octal | 347 | 242 | 334 | 0 | 36 | 5 | 11 | 466 | 73 | 115 |
| Binary | 11100111 | 10100010 | 11011100 | 0 | 11110 | 101 | 1001 | 100110110 | 111011 | 1001101 |
Color Harmonies of #E7A2DC
Complementary color
Monochromatic Colors of #E7A2DC
Black with #E7A2DC
Text Example
Text Example
White with #E7A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A2DC; }
p { color: rgb(231,162,220); }
H1.HeaderClassName
{
color: #E7A2DC;
}
.AnyTagClassName
{
color: #E7A2DC;
}
</style>
background-color css
<style>
a { background-color: #E7A2DC; }
a { background-color: rgb(231,162,220); }
div.DivClassName
{
background-color: #E7A2DC;
}
.BgClassName
{
background-color: #E7A2DC;
}
</style>
border-color css
<style>
span { border-color: #E7A2DC; }
span { border-color: rgb(231,162,220); }
td.TdClassName
{
border-color: #E7A2DC;
}
.TagClassName
{
border-color: #E7A2DC;
}
</style>