Shades of Plum #E8A1DC
Tints of Plum #E8A1DC
RGB
CMYK
RGB Variations
Color information
#E8A1DC (or 0xE8A1DC) is known color: Plum. HEX triplet: E8, A1 and DC. RGB value is (232,161,220). Sum of RGB (Red+Green+Blue) = 232+161+220=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A1DC is #175E23. Grayscale: #BCBCBC. Windows color (decimal): -1531428 or 14459368. OLE color: 14459368.
HSL color Cylindrical-coordinate representation of color #E8A1DC: hue angle of 310.14º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8A1DC is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 161 | 220 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.09 |
| HSL | 310.14º | 0.61% | 0.77% | - |
| HSV(B) | 310.14º | 0.31% | 0.91% | - |
| XYZ | 58.94 | 47.81 | 73.83 | - |
| YUV | 188.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 161 | 220 | 0 | 0.31 | 0.05 | 0.09 | 310.14 | 0.61 | 0.77 |
| Hex | E8 | A1 | DC | 0 | 1F | 5 | 9 | 136 | 3D | 4D |
| Octal | 350 | 241 | 334 | 0 | 37 | 5 | 11 | 466 | 75 | 115 |
| Binary | 11101000 | 10100001 | 11011100 | 0 | 11111 | 101 | 1001 | 100110110 | 111101 | 1001101 |
Color Harmonies of #E8A1DC
Complementary color
Monochromatic Colors of #E8A1DC
Black with #E8A1DC
Text Example
Text Example
White with #E8A1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A1DC; }
p { color: rgb(232,161,220); }
H1.HeaderClassName
{
color: #E8A1DC;
}
.AnyTagClassName
{
color: #E8A1DC;
}
</style>
background-color css
<style>
a { background-color: #E8A1DC; }
a { background-color: rgb(232,161,220); }
div.DivClassName
{
background-color: #E8A1DC;
}
.BgClassName
{
background-color: #E8A1DC;
}
</style>
border-color css
<style>
span { border-color: #E8A1DC; }
span { border-color: rgb(232,161,220); }
td.TdClassName
{
border-color: #E8A1DC;
}
.TagClassName
{
border-color: #E8A1DC;
}
</style>