Shades of Plum #E9A7DF
Tints of Plum #E9A7DF
RGB
CMYK
RGB Variations
Color information
#E9A7DF (or 0xE9A7DF) is known color: Plum. HEX triplet: E9, A7 and DF. RGB value is (233,167,223). Sum of RGB (Red+Green+Blue) = 233+167+223=623 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.40% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A7DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A7DF is #165820. Grayscale: #C0C0C0. Windows color (decimal): -1464353 or 14657513. OLE color: 14657513.
HSL color Cylindrical-coordinate representation of color #E9A7DF: hue angle of 309.09º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A7DF is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 167 | 223 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.09 |
| HSL | 309.09º | 0.6% | 0.78% | - |
| HSV(B) | 309.09º | 0.28% | 0.91% | - |
| XYZ | 60.74 | 50.29 | 76.32 | - |
| YUV | 193.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 167 | 223 | 0 | 0.28 | 0.04 | 0.09 | 309.09 | 0.6 | 0.78 |
| Hex | E9 | A7 | DF | 0 | 1C | 4 | 9 | 135 | 3C | 4E |
| Octal | 351 | 247 | 337 | 0 | 34 | 4 | 11 | 465 | 74 | 116 |
| Binary | 11101001 | 10100111 | 11011111 | 0 | 11100 | 100 | 1001 | 100110101 | 111100 | 1001110 |
Color Harmonies of #E9A7DF
Complementary color
Monochromatic Colors of #E9A7DF
Black with #E9A7DF
Text Example
Text Example
White with #E9A7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A7DF; }
p { color: rgb(233,167,223); }
H1.HeaderClassName
{
color: #E9A7DF;
}
.AnyTagClassName
{
color: #E9A7DF;
}
</style>
background-color css
<style>
a { background-color: #E9A7DF; }
a { background-color: rgb(233,167,223); }
div.DivClassName
{
background-color: #E9A7DF;
}
.BgClassName
{
background-color: #E9A7DF;
}
</style>
border-color css
<style>
span { border-color: #E9A7DF; }
span { border-color: rgb(233,167,223); }
td.TdClassName
{
border-color: #E9A7DF;
}
.TagClassName
{
border-color: #E9A7DF;
}
</style>