Shades of Plum #E7A3DA
Tints of Plum #E7A3DA
RGB
CMYK
RGB Variations
Color information
#E7A3DA (or 0xE7A3DA) is known color: Plum. HEX triplet: E7, A3 and DA. RGB value is (231,163,218). Sum of RGB (Red+Green+Blue) = 231+163+218=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A3DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A3DA is #185C25. Grayscale: #BDBDBD. Windows color (decimal): -1596454 or 14328807. OLE color: 14328807.
HSL color Cylindrical-coordinate representation of color #E7A3DA: hue angle of 311.47º 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 #E7A3DA is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 218 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.09 |
| HSL | 311.47º | 0.59% | 0.77% | - |
| HSV(B) | 311.47º | 0.29% | 0.91% | - |
| XYZ | 58.71 | 48.25 | 72.55 | - |
| YUV | 189.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 218 | 0 | 0.29 | 0.06 | 0.09 | 311.47 | 0.59 | 0.77 |
| Hex | E7 | A3 | DA | 0 | 1D | 6 | 9 | 137 | 3B | 4D |
| Octal | 347 | 243 | 332 | 0 | 35 | 6 | 11 | 467 | 73 | 115 |
| Binary | 11100111 | 10100011 | 11011010 | 0 | 11101 | 110 | 1001 | 100110111 | 111011 | 1001101 |
Color Harmonies of #E7A3DA
Complementary color
Monochromatic Colors of #E7A3DA
Black with #E7A3DA
Text Example
Text Example
White with #E7A3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A3DA; }
p { color: rgb(231,163,218); }
H1.HeaderClassName
{
color: #E7A3DA;
}
.AnyTagClassName
{
color: #E7A3DA;
}
</style>
background-color css
<style>
a { background-color: #E7A3DA; }
a { background-color: rgb(231,163,218); }
div.DivClassName
{
background-color: #E7A3DA;
}
.BgClassName
{
background-color: #E7A3DA;
}
</style>
border-color css
<style>
span { border-color: #E7A3DA; }
span { border-color: rgb(231,163,218); }
td.TdClassName
{
border-color: #E7A3DA;
}
.TagClassName
{
border-color: #E7A3DA;
}
</style>