Shades of Plum #E7A5DC
Tints of Plum #E7A5DC
RGB
CMYK
RGB Variations
Color information
#E7A5DC (or 0xE7A5DC) is known color: Plum. HEX triplet: E7, A5 and DC. RGB value is (231,165,220). Sum of RGB (Red+Green+Blue) = 231+165+220=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A5DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A5DC is #185A23. Grayscale: #BEBEBE. Windows color (decimal): -1595940 or 14460391. OLE color: 14460391.
HSL color Cylindrical-coordinate representation of color #E7A5DC: hue angle of 310º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A5DC is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 165 | 220 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.09 |
| HSL | 310º | 0.58% | 0.78% | - |
| HSV(B) | 310º | 0.29% | 0.91% | - |
| XYZ | 59.33 | 49.07 | 74.05 | - |
| YUV | 191 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 165 | 220 | 0 | 0.29 | 0.05 | 0.09 | 310 | 0.58 | 0.78 |
| Hex | E7 | A5 | DC | 0 | 1D | 5 | 9 | 136 | 3A | 4E |
| Octal | 347 | 245 | 334 | 0 | 35 | 5 | 11 | 466 | 72 | 116 |
| Binary | 11100111 | 10100101 | 11011100 | 0 | 11101 | 101 | 1001 | 100110110 | 111010 | 1001110 |
Color Harmonies of #E7A5DC
Complementary color
Monochromatic Colors of #E7A5DC
Black with #E7A5DC
Text Example
Text Example
White with #E7A5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A5DC; }
p { color: rgb(231,165,220); }
H1.HeaderClassName
{
color: #E7A5DC;
}
.AnyTagClassName
{
color: #E7A5DC;
}
</style>
background-color css
<style>
a { background-color: #E7A5DC; }
a { background-color: rgb(231,165,220); }
div.DivClassName
{
background-color: #E7A5DC;
}
.BgClassName
{
background-color: #E7A5DC;
}
</style>
border-color css
<style>
span { border-color: #E7A5DC; }
span { border-color: rgb(231,165,220); }
td.TdClassName
{
border-color: #E7A5DC;
}
.TagClassName
{
border-color: #E7A5DC;
}
</style>