Shades of Plum #E0A2EB
Tints of Plum #E0A2EB
RGB
CMYK
RGB Variations
Color information
#E0A2EB (or 0xE0A2EB) is known color: Plum. HEX triplet: E0, A2 and EB. RGB value is (224,162,235). Sum of RGB (Red+Green+Blue) = 224+162+235=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0A2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A2EB is #1F5D14. Grayscale: #BCBCBC. Windows color (decimal): -2055445 or 15442656. OLE color: 15442656.
HSL color Cylindrical-coordinate representation of color #E0A2EB: hue angle of 290.96º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0A2EB is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 162 | 235 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.08 |
| HSL | 290.96º | 0.65% | 0.78% | - |
| HSV(B) | 290.96º | 0.31% | 0.92% | - |
| XYZ | 58.66 | 47.69 | 84.71 | - |
| YUV | 188.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 235 | 0.05 | 0.31 | 0 | 0.08 | 290.96 | 0.65 | 0.78 |
| Hex | E0 | A2 | EB | 5 | 1F | 0 | 8 | 123 | 41 | 4E |
| Octal | 340 | 242 | 353 | 5 | 37 | 0 | 10 | 443 | 101 | 116 |
| Binary | 11100000 | 10100010 | 11101011 | 101 | 11111 | 0 | 1000 | 100100011 | 1000001 | 1001110 |
Color Harmonies of #E0A2EB
Complementary color
Monochromatic Colors of #E0A2EB
Black with #E0A2EB
Text Example
Text Example
White with #E0A2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A2EB; }
p { color: rgb(224,162,235); }
H1.HeaderClassName
{
color: #E0A2EB;
}
.AnyTagClassName
{
color: #E0A2EB;
}
</style>
background-color css
<style>
a { background-color: #E0A2EB; }
a { background-color: rgb(224,162,235); }
div.DivClassName
{
background-color: #E0A2EB;
}
.BgClassName
{
background-color: #E0A2EB;
}
</style>
border-color css
<style>
span { border-color: #E0A2EB; }
span { border-color: rgb(224,162,235); }
td.TdClassName
{
border-color: #E0A2EB;
}
.TagClassName
{
border-color: #E0A2EB;
}
</style>