Shades of Plum #E7A8DF
Tints of Plum #E7A8DF
RGB
CMYK
RGB Variations
Color information
#E7A8DF (or 0xE7A8DF) is known color: Plum. HEX triplet: E7, A8 and DF. RGB value is (231,168,223). Sum of RGB (Red+Green+Blue) = 231+168+223=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8DF is #185720. Grayscale: #C0C0C0. Windows color (decimal): -1595169 or 14657767. OLE color: 14657767.
HSL color Cylindrical-coordinate representation of color #E7A8DF: hue angle of 307.62º degrees, saturation: 0.57, 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 #E7A8DF is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 223 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.09 |
| HSL | 307.62º | 0.57% | 0.78% | - |
| HSV(B) | 307.62º | 0.27% | 0.91% | - |
| XYZ | 60.28 | 50.32 | 76.35 | - |
| YUV | 193.11 | 144.87 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 223 | 0 | 0.27 | 0.03 | 0.09 | 307.62 | 0.57 | 0.78 |
| Hex | E7 | A8 | DF | 0 | 1B | 3 | 9 | 134 | 39 | 4E |
| Octal | 347 | 250 | 337 | 0 | 33 | 3 | 11 | 464 | 71 | 116 |
| Binary | 11100111 | 10101000 | 11011111 | 0 | 11011 | 11 | 1001 | 100110100 | 111001 | 1001110 |
Color Harmonies of #E7A8DF
Complementary color
Monochromatic Colors of #E7A8DF
Black with #E7A8DF
Text Example
Text Example
White with #E7A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8DF; }
p { color: rgb(231,168,223); }
H1.HeaderClassName
{
color: #E7A8DF;
}
.AnyTagClassName
{
color: #E7A8DF;
}
</style>
background-color css
<style>
a { background-color: #E7A8DF; }
a { background-color: rgb(231,168,223); }
div.DivClassName
{
background-color: #E7A8DF;
}
.BgClassName
{
background-color: #E7A8DF;
}
</style>
border-color css
<style>
span { border-color: #E7A8DF; }
span { border-color: rgb(231,168,223); }
td.TdClassName
{
border-color: #E7A8DF;
}
.TagClassName
{
border-color: #E7A8DF;
}
</style>