Shades of Plum #E4A7DC
Tints of Plum #E4A7DC
RGB
CMYK
RGB Variations
Color information
#E4A7DC (or 0xE4A7DC) is known color: Plum. HEX triplet: E4, A7 and DC. RGB value is (228,167,220). Sum of RGB (Red+Green+Blue) = 228+167+220=615 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.07% from 615); Green value is 167 (65.62% from 255 or 27.15% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A7DC is #1B5823. Grayscale: #BFBFBF. Windows color (decimal): -1792036 or 14460900. OLE color: 14460900.
HSL color Cylindrical-coordinate representation of color #E4A7DC: hue angle of 307.87º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E4A7DC is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 167 | 220 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.11 |
| HSL | 307.87º | 0.53% | 0.77% | - |
| HSV(B) | 307.87º | 0.27% | 0.89% | - |
| XYZ | 58.73 | 49.3 | 74.13 | - |
| YUV | 191.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 167 | 220 | 0 | 0.27 | 0.04 | 0.11 | 307.87 | 0.53 | 0.77 |
| Hex | E4 | A7 | DC | 0 | 1B | 4 | B | 134 | 35 | 4D |
| Octal | 344 | 247 | 334 | 0 | 33 | 4 | 13 | 464 | 65 | 115 |
| Binary | 11100100 | 10100111 | 11011100 | 0 | 11011 | 100 | 1011 | 100110100 | 110101 | 1001101 |
Color Harmonies of #E4A7DC
Complementary color
Monochromatic Colors of #E4A7DC
Black with #E4A7DC
Text Example
Text Example
White with #E4A7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A7DC; }
p { color: rgb(228,167,220); }
H1.HeaderClassName
{
color: #E4A7DC;
}
.AnyTagClassName
{
color: #E4A7DC;
}
</style>
background-color css
<style>
a { background-color: #E4A7DC; }
a { background-color: rgb(228,167,220); }
div.DivClassName
{
background-color: #E4A7DC;
}
.BgClassName
{
background-color: #E4A7DC;
}
</style>
border-color css
<style>
span { border-color: #E4A7DC; }
span { border-color: rgb(228,167,220); }
td.TdClassName
{
border-color: #E4A7DC;
}
.TagClassName
{
border-color: #E4A7DC;
}
</style>