Shades of Plum #E9A4DF
Tints of Plum #E9A4DF
RGB
CMYK
RGB Variations
Color information
#E9A4DF (or 0xE9A4DF) is known color: Plum. HEX triplet: E9, A4 and DF. RGB value is (233,164,223). Sum of RGB (Red+Green+Blue) = 233+164+223=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A4DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A4DF is #165B20. Grayscale: #BFBFBF. Windows color (decimal): -1465121 or 14656745. OLE color: 14656745.
HSL color Cylindrical-coordinate representation of color #E9A4DF: hue angle of 308.7º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9A4DF is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 223 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.09 |
| HSL | 308.7º | 0.61% | 0.78% | - |
| HSV(B) | 308.7º | 0.3% | 0.91% | - |
| XYZ | 60.2 | 49.2 | 76.14 | - |
| YUV | 191.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 223 | 0 | 0.30 | 0.04 | 0.09 | 308.7 | 0.61 | 0.78 |
| Hex | E9 | A4 | DF | 0 | 1E | 4 | 9 | 135 | 3D | 4E |
| Octal | 351 | 244 | 337 | 0 | 36 | 4 | 11 | 465 | 75 | 116 |
| Binary | 11101001 | 10100100 | 11011111 | 0 | 11110 | 100 | 1001 | 100110101 | 111101 | 1001110 |
Color Harmonies of #E9A4DF
Complementary color
Monochromatic Colors of #E9A4DF
Black with #E9A4DF
Text Example
Text Example
White with #E9A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A4DF; }
p { color: rgb(233,164,223); }
H1.HeaderClassName
{
color: #E9A4DF;
}
.AnyTagClassName
{
color: #E9A4DF;
}
</style>
background-color css
<style>
a { background-color: #E9A4DF; }
a { background-color: rgb(233,164,223); }
div.DivClassName
{
background-color: #E9A4DF;
}
.BgClassName
{
background-color: #E9A4DF;
}
</style>
border-color css
<style>
span { border-color: #E9A4DF; }
span { border-color: rgb(233,164,223); }
td.TdClassName
{
border-color: #E9A4DF;
}
.TagClassName
{
border-color: #E9A4DF;
}
</style>