Shades of Plum #E0A1E9
Tints of Plum #E0A1E9
RGB
CMYK
RGB Variations
Color information
#E0A1E9 (or 0xE0A1E9) is known color: Plum. HEX triplet: E0, A1 and E9. RGB value is (224,161,233). Sum of RGB (Red+Green+Blue) = 224+161+233=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0A1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A1E9 is #1F5E16. Grayscale: #BBBBBB. Windows color (decimal): -2055703 or 15311328. OLE color: 15311328.
HSL color Cylindrical-coordinate representation of color #E0A1E9: hue angle of 292.5º degrees, saturation: 0.62, 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 #E0A1E9 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 161 | 233 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.09 |
| HSL | 292.5º | 0.62% | 0.77% | - |
| HSV(B) | 292.5º | 0.31% | 0.91% | - |
| XYZ | 58.19 | 47.22 | 83.14 | - |
| YUV | 188.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 161 | 233 | 0.04 | 0.31 | 0 | 0.09 | 292.5 | 0.62 | 0.77 |
| Hex | E0 | A1 | E9 | 4 | 1F | 0 | 9 | 124 | 3E | 4D |
| Octal | 340 | 241 | 351 | 4 | 37 | 0 | 11 | 444 | 76 | 115 |
| Binary | 11100000 | 10100001 | 11101001 | 100 | 11111 | 0 | 1001 | 100100100 | 111110 | 1001101 |
Color Harmonies of #E0A1E9
Complementary color
Monochromatic Colors of #E0A1E9
Black with #E0A1E9
Text Example
Text Example
White with #E0A1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A1E9; }
p { color: rgb(224,161,233); }
H1.HeaderClassName
{
color: #E0A1E9;
}
.AnyTagClassName
{
color: #E0A1E9;
}
</style>
background-color css
<style>
a { background-color: #E0A1E9; }
a { background-color: rgb(224,161,233); }
div.DivClassName
{
background-color: #E0A1E9;
}
.BgClassName
{
background-color: #E0A1E9;
}
</style>
border-color css
<style>
span { border-color: #E0A1E9; }
span { border-color: rgb(224,161,233); }
td.TdClassName
{
border-color: #E0A1E9;
}
.TagClassName
{
border-color: #E0A1E9;
}
</style>