Shades of Plum #E7A3D9
Tints of Plum #E7A3D9
RGB
CMYK
RGB Variations
Color information
#E7A3D9 (or 0xE7A3D9) is known color: Plum. HEX triplet: E7, A3 and D9. RGB value is (231,163,217). Sum of RGB (Red+Green+Blue) = 231+163+217=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A3D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A3D9 is #185C26. Grayscale: #BDBDBD. Windows color (decimal): -1596455 or 14263271. OLE color: 14263271.
HSL color Cylindrical-coordinate representation of color #E7A3D9: hue angle of 312.35º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A3D9 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 217 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.09 |
| HSL | 312.35º | 0.59% | 0.77% | - |
| HSV(B) | 312.35º | 0.29% | 0.91% | - |
| XYZ | 58.58 | 48.19 | 71.86 | - |
| YUV | 189.49 | 143.53 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 217 | 0 | 0.29 | 0.06 | 0.09 | 312.35 | 0.59 | 0.77 |
| Hex | E7 | A3 | D9 | 0 | 1D | 6 | 9 | 138 | 3B | 4D |
| Octal | 347 | 243 | 331 | 0 | 35 | 6 | 11 | 470 | 73 | 115 |
| Binary | 11100111 | 10100011 | 11011001 | 0 | 11101 | 110 | 1001 | 100111000 | 111011 | 1001101 |
Color Harmonies of #E7A3D9
Complementary color
Monochromatic Colors of #E7A3D9
Black with #E7A3D9
Text Example
Text Example
White with #E7A3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A3D9; }
p { color: rgb(231,163,217); }
H1.HeaderClassName
{
color: #E7A3D9;
}
.AnyTagClassName
{
color: #E7A3D9;
}
</style>
background-color css
<style>
a { background-color: #E7A3D9; }
a { background-color: rgb(231,163,217); }
div.DivClassName
{
background-color: #E7A3D9;
}
.BgClassName
{
background-color: #E7A3D9;
}
</style>
border-color css
<style>
span { border-color: #E7A3D9; }
span { border-color: rgb(231,163,217); }
td.TdClassName
{
border-color: #E7A3D9;
}
.TagClassName
{
border-color: #E7A3D9;
}
</style>