Shades of Plum #E7A9E1
Tints of Plum #E7A9E1
RGB
CMYK
RGB Variations
Color information
#E7A9E1 (or 0xE7A9E1) is known color: Plum. HEX triplet: E7, A9 and E1. RGB value is (231,169,225). Sum of RGB (Red+Green+Blue) = 231+169+225=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A9E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A9E1 is #18561E. Grayscale: #C1C1C1. Windows color (decimal): -1594911 or 14789095. OLE color: 14789095.
HSL color Cylindrical-coordinate representation of color #E7A9E1: hue angle of 305.81º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A9E1 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 225 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.09 |
| HSL | 305.81º | 0.56% | 0.78% | - |
| HSV(B) | 305.81º | 0.27% | 0.91% | - |
| XYZ | 60.73 | 50.8 | 77.84 | - |
| YUV | 193.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 225 | 0 | 0.27 | 0.03 | 0.09 | 305.81 | 0.56 | 0.78 |
| Hex | E7 | A9 | E1 | 0 | 1B | 3 | 9 | 132 | 38 | 4E |
| Octal | 347 | 251 | 341 | 0 | 33 | 3 | 11 | 462 | 70 | 116 |
| Binary | 11100111 | 10101001 | 11100001 | 0 | 11011 | 11 | 1001 | 100110010 | 111000 | 1001110 |
Color Harmonies of #E7A9E1
Complementary color
Monochromatic Colors of #E7A9E1
Black with #E7A9E1
Text Example
Text Example
White with #E7A9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A9E1; }
p { color: rgb(231,169,225); }
H1.HeaderClassName
{
color: #E7A9E1;
}
.AnyTagClassName
{
color: #E7A9E1;
}
</style>
background-color css
<style>
a { background-color: #E7A9E1; }
a { background-color: rgb(231,169,225); }
div.DivClassName
{
background-color: #E7A9E1;
}
.BgClassName
{
background-color: #E7A9E1;
}
</style>
border-color css
<style>
span { border-color: #E7A9E1; }
span { border-color: rgb(231,169,225); }
td.TdClassName
{
border-color: #E7A9E1;
}
.TagClassName
{
border-color: #E7A9E1;
}
</style>