Shades of Plum #E8A1DA
Tints of Plum #E8A1DA
RGB
CMYK
RGB Variations
Color information
#E8A1DA (or 0xE8A1DA) is known color: Plum. HEX triplet: E8, A1 and DA. RGB value is (232,161,218). Sum of RGB (Red+Green+Blue) = 232+161+218=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A1DA is #175E25. Grayscale: #BCBCBC. Windows color (decimal): -1531430 or 14328296. OLE color: 14328296.
HSL color Cylindrical-coordinate representation of color #E8A1DA: hue angle of 311.83º 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 #E8A1DA is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 161 | 218 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.09 |
| HSL | 311.83º | 0.61% | 0.77% | - |
| HSV(B) | 311.83º | 0.31% | 0.91% | - |
| XYZ | 58.68 | 47.71 | 72.45 | - |
| YUV | 188.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 161 | 218 | 0 | 0.31 | 0.06 | 0.09 | 311.83 | 0.61 | 0.77 |
| Hex | E8 | A1 | DA | 0 | 1F | 6 | 9 | 138 | 3D | 4D |
| Octal | 350 | 241 | 332 | 0 | 37 | 6 | 11 | 470 | 75 | 115 |
| Binary | 11101000 | 10100001 | 11011010 | 0 | 11111 | 110 | 1001 | 100111000 | 111101 | 1001101 |
Color Harmonies of #E8A1DA
Complementary color
Monochromatic Colors of #E8A1DA
Black with #E8A1DA
Text Example
Text Example
White with #E8A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A1DA; }
p { color: rgb(232,161,218); }
H1.HeaderClassName
{
color: #E8A1DA;
}
.AnyTagClassName
{
color: #E8A1DA;
}
</style>
background-color css
<style>
a { background-color: #E8A1DA; }
a { background-color: rgb(232,161,218); }
div.DivClassName
{
background-color: #E8A1DA;
}
.BgClassName
{
background-color: #E8A1DA;
}
</style>
border-color css
<style>
span { border-color: #E8A1DA; }
span { border-color: rgb(232,161,218); }
td.TdClassName
{
border-color: #E8A1DA;
}
.TagClassName
{
border-color: #E8A1DA;
}
</style>