Shades of Plum #E9A8DF
Tints of Plum #E9A8DF
RGB
CMYK
RGB Variations
Color information
#E9A8DF (or 0xE9A8DF) is known color: Plum. HEX triplet: E9, A8 and DF. RGB value is (233,168,223). Sum of RGB (Red+Green+Blue) = 233+168+223=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A8DF is #165720. Grayscale: #C1C1C1. Windows color (decimal): -1464097 or 14657769. OLE color: 14657769.
HSL color Cylindrical-coordinate representation of color #E9A8DF: hue angle of 309.23º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A8DF is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 223 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.09 |
| HSL | 309.23º | 0.6% | 0.79% | - |
| HSV(B) | 309.23º | 0.28% | 0.91% | - |
| XYZ | 60.93 | 50.66 | 76.38 | - |
| YUV | 193.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 223 | 0 | 0.28 | 0.04 | 0.09 | 309.23 | 0.6 | 0.79 |
| Hex | E9 | A8 | DF | 0 | 1C | 4 | 9 | 135 | 3C | 4F |
| Octal | 351 | 250 | 337 | 0 | 34 | 4 | 11 | 465 | 74 | 117 |
| Binary | 11101001 | 10101000 | 11011111 | 0 | 11100 | 100 | 1001 | 100110101 | 111100 | 1001111 |
Color Harmonies of #E9A8DF
Complementary color
Monochromatic Colors of #E9A8DF
Black with #E9A8DF
Text Example
Text Example
White with #E9A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A8DF; }
p { color: rgb(233,168,223); }
H1.HeaderClassName
{
color: #E9A8DF;
}
.AnyTagClassName
{
color: #E9A8DF;
}
</style>
background-color css
<style>
a { background-color: #E9A8DF; }
a { background-color: rgb(233,168,223); }
div.DivClassName
{
background-color: #E9A8DF;
}
.BgClassName
{
background-color: #E9A8DF;
}
</style>
border-color css
<style>
span { border-color: #E9A8DF; }
span { border-color: rgb(233,168,223); }
td.TdClassName
{
border-color: #E9A8DF;
}
.TagClassName
{
border-color: #E9A8DF;
}
</style>