Shades of Plum #E5A0DF
Tints of Plum #E5A0DF
RGB
CMYK
RGB Variations
Color information
#E5A0DF (or 0xE5A0DF) is known color: Plum. HEX triplet: E5, A0 and DF. RGB value is (229,160,223). Sum of RGB (Red+Green+Blue) = 229+160+223=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A0DF is #1A5F20. Grayscale: #BBBBBB. Windows color (decimal): -1728289 or 14655717. OLE color: 14655717.
HSL color Cylindrical-coordinate representation of color #E5A0DF: hue angle of 305.22º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A0DF is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 160 | 223 | - |
CMYK | 0 | 0.30 | 0.03 | 0.10 |
HSL | 305.22º | 0.57% | 0.76% | - |
HSV(B) | 305.22º | 0.3% | 0.9% | - |
XYZ | 58.2 | 47.13 | 75.84 | - |
YUV | 187.81 | 147.86 | 157.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 160 | 223 | 0 | 0.30 | 0.03 | 0.10 | 305.22 | 0.57 | 0.76 |
Hex | E5 | A0 | DF | 0 | 1E | 3 | A | 131 | 39 | 4C |
Octal | 345 | 240 | 337 | 0 | 36 | 3 | 12 | 461 | 71 | 114 |
Binary | 11100101 | 10100000 | 11011111 | 0 | 11110 | 11 | 1010 | 100110001 | 111001 | 1001100 |
Color Harmonies of #E5A0DF
Complementary color
Monochromatic Colors of #E5A0DF
Black with #E5A0DF
Text Example
Text Example
White with #E5A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A0DF; }
p { color: rgb(229,160,223); }
H1.HeaderClassName
{
color: #E5A0DF;
}
.AnyTagClassName
{
color: #E5A0DF;
}
</style>
background-color css
<style>
a { background-color: #E5A0DF; }
a { background-color: rgb(229,160,223); }
div.DivClassName
{
background-color: #E5A0DF;
}
.BgClassName
{
background-color: #E5A0DF;
}
</style>
border-color css
<style>
span { border-color: #E5A0DF; }
span { border-color: rgb(229,160,223); }
td.TdClassName
{
border-color: #E5A0DF;
}
.TagClassName
{
border-color: #E5A0DF;
}
</style>