Shades of Plum #E7A1DF
Tints of Plum #E7A1DF
RGB
CMYK
RGB Variations
Color information
#E7A1DF (or 0xE7A1DF) is known color: Plum. HEX triplet: E7, A1 and DF. RGB value is (231,161,223). Sum of RGB (Red+Green+Blue) = 231+161+223=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1DF is #185E20. Grayscale: #BCBCBC. Windows color (decimal): -1596961 or 14655975. OLE color: 14655975.
HSL color Cylindrical-coordinate representation of color #E7A1DF: hue angle of 306.86º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A1DF is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 223 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.09 |
| HSL | 306.86º | 0.59% | 0.77% | - |
| HSV(B) | 306.86º | 0.3% | 0.91% | - |
| XYZ | 59.02 | 47.81 | 75.93 | - |
| YUV | 189 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 223 | 0 | 0.30 | 0.03 | 0.09 | 306.86 | 0.59 | 0.77 |
| Hex | E7 | A1 | DF | 0 | 1E | 3 | 9 | 133 | 3B | 4D |
| Octal | 347 | 241 | 337 | 0 | 36 | 3 | 11 | 463 | 73 | 115 |
| Binary | 11100111 | 10100001 | 11011111 | 0 | 11110 | 11 | 1001 | 100110011 | 111011 | 1001101 |
Color Harmonies of #E7A1DF
Complementary color
Monochromatic Colors of #E7A1DF
Black with #E7A1DF
Text Example
Text Example
White with #E7A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A1DF; }
p { color: rgb(231,161,223); }
H1.HeaderClassName
{
color: #E7A1DF;
}
.AnyTagClassName
{
color: #E7A1DF;
}
</style>
background-color css
<style>
a { background-color: #E7A1DF; }
a { background-color: rgb(231,161,223); }
div.DivClassName
{
background-color: #E7A1DF;
}
.BgClassName
{
background-color: #E7A1DF;
}
</style>
border-color css
<style>
span { border-color: #E7A1DF; }
span { border-color: rgb(231,161,223); }
td.TdClassName
{
border-color: #E7A1DF;
}
.TagClassName
{
border-color: #E7A1DF;
}
</style>