Shades of Plum #E8A1DD
Tints of Plum #E8A1DD
RGB
CMYK
RGB Variations
Color information
#E8A1DD (or 0xE8A1DD) is known color: Plum. HEX triplet: E8, A1 and DD. RGB value is (232,161,221). Sum of RGB (Red+Green+Blue) = 232+161+221=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A1DD is #175E22. Grayscale: #BCBCBC. Windows color (decimal): -1531427 or 14524904. OLE color: 14524904.
HSL color Cylindrical-coordinate representation of color #E8A1DD: hue angle of 309.3º 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 #E8A1DD is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 161 | 221 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.09 |
| HSL | 309.3º | 0.61% | 0.77% | - |
| HSV(B) | 309.3º | 0.31% | 0.91% | - |
| XYZ | 59.07 | 47.87 | 74.53 | - |
| YUV | 189.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 161 | 221 | 0 | 0.31 | 0.05 | 0.09 | 309.3 | 0.61 | 0.77 |
| Hex | E8 | A1 | DD | 0 | 1F | 5 | 9 | 135 | 3D | 4D |
| Octal | 350 | 241 | 335 | 0 | 37 | 5 | 11 | 465 | 75 | 115 |
| Binary | 11101000 | 10100001 | 11011101 | 0 | 11111 | 101 | 1001 | 100110101 | 111101 | 1001101 |
Color Harmonies of #E8A1DD
Complementary color
Monochromatic Colors of #E8A1DD
Black with #E8A1DD
Text Example
Text Example
White with #E8A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A1DD; }
p { color: rgb(232,161,221); }
H1.HeaderClassName
{
color: #E8A1DD;
}
.AnyTagClassName
{
color: #E8A1DD;
}
</style>
background-color css
<style>
a { background-color: #E8A1DD; }
a { background-color: rgb(232,161,221); }
div.DivClassName
{
background-color: #E8A1DD;
}
.BgClassName
{
background-color: #E8A1DD;
}
</style>
border-color css
<style>
span { border-color: #E8A1DD; }
span { border-color: rgb(232,161,221); }
td.TdClassName
{
border-color: #E8A1DD;
}
.TagClassName
{
border-color: #E8A1DD;
}
</style>