Shades of Plum #E7A3D8
Tints of Plum #E7A3D8
RGB
CMYK
RGB Variations
Color information
#E7A3D8 (or 0xE7A3D8) is known color: Plum. HEX triplet: E7, A3 and D8. RGB value is (231,163,216). Sum of RGB (Red+Green+Blue) = 231+163+216=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 163 (64.06% from 255 or 26.72% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A3D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A3D8 is #185C27. Grayscale: #BDBDBD. Windows color (decimal): -1596456 or 14197735. OLE color: 14197735.
HSL color Cylindrical-coordinate representation of color #E7A3D8: hue angle of 313.24º 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 #E7A3D8 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 216 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.09 |
| HSL | 313.24º | 0.59% | 0.77% | - |
| HSV(B) | 313.24º | 0.29% | 0.91% | - |
| XYZ | 58.45 | 48.14 | 71.18 | - |
| YUV | 189.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 216 | 0 | 0.29 | 0.06 | 0.09 | 313.24 | 0.59 | 0.77 |
| Hex | E7 | A3 | D8 | 0 | 1D | 6 | 9 | 139 | 3B | 4D |
| Octal | 347 | 243 | 330 | 0 | 35 | 6 | 11 | 471 | 73 | 115 |
| Binary | 11100111 | 10100011 | 11011000 | 0 | 11101 | 110 | 1001 | 100111001 | 111011 | 1001101 |
Color Harmonies of #E7A3D8
Complementary color
Monochromatic Colors of #E7A3D8
Black with #E7A3D8
Text Example
Text Example
White with #E7A3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A3D8; }
p { color: rgb(231,163,216); }
H1.HeaderClassName
{
color: #E7A3D8;
}
.AnyTagClassName
{
color: #E7A3D8;
}
</style>
background-color css
<style>
a { background-color: #E7A3D8; }
a { background-color: rgb(231,163,216); }
div.DivClassName
{
background-color: #E7A3D8;
}
.BgClassName
{
background-color: #E7A3D8;
}
</style>
border-color css
<style>
span { border-color: #E7A3D8; }
span { border-color: rgb(231,163,216); }
td.TdClassName
{
border-color: #E7A3D8;
}
.TagClassName
{
border-color: #E7A3D8;
}
</style>