Shades of Plum #E4A1DF
Tints of Plum #E4A1DF
RGB
CMYK
RGB Variations
Color information
#E4A1DF (or 0xE4A1DF) is known color: Plum. HEX triplet: E4, A1 and DF. RGB value is (228,161,223). Sum of RGB (Red+Green+Blue) = 228+161+223=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A1DF is #1B5E20. Grayscale: #BBBBBB. Windows color (decimal): -1793569 or 14655972. OLE color: 14655972.
HSL color Cylindrical-coordinate representation of color #E4A1DF: hue angle of 304.48º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E4A1DF is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 161 | 223 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.11 |
| HSL | 304.48º | 0.55% | 0.76% | - |
| HSV(B) | 304.48º | 0.29% | 0.89% | - |
| XYZ | 58.06 | 47.31 | 75.88 | - |
| YUV | 188.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 161 | 223 | 0 | 0.29 | 0.02 | 0.11 | 304.48 | 0.55 | 0.76 |
| Hex | E4 | A1 | DF | 0 | 1D | 2 | B | 130 | 37 | 4C |
| Octal | 344 | 241 | 337 | 0 | 35 | 2 | 13 | 460 | 67 | 114 |
| Binary | 11100100 | 10100001 | 11011111 | 0 | 11101 | 10 | 1011 | 100110000 | 110111 | 1001100 |
Color Harmonies of #E4A1DF
Complementary color
Monochromatic Colors of #E4A1DF
Black with #E4A1DF
Text Example
Text Example
White with #E4A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A1DF; }
p { color: rgb(228,161,223); }
H1.HeaderClassName
{
color: #E4A1DF;
}
.AnyTagClassName
{
color: #E4A1DF;
}
</style>
background-color css
<style>
a { background-color: #E4A1DF; }
a { background-color: rgb(228,161,223); }
div.DivClassName
{
background-color: #E4A1DF;
}
.BgClassName
{
background-color: #E4A1DF;
}
</style>
border-color css
<style>
span { border-color: #E4A1DF; }
span { border-color: rgb(228,161,223); }
td.TdClassName
{
border-color: #E4A1DF;
}
.TagClassName
{
border-color: #E4A1DF;
}
</style>