Shades of Plum #E0A5EB
Tints of Plum #E0A5EB
RGB
CMYK
RGB Variations
Color information
#E0A5EB (or 0xE0A5EB) is known color: Plum. HEX triplet: E0, A5 and EB. RGB value is (224,165,235). Sum of RGB (Red+Green+Blue) = 224+165+235=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0A5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A5EB is #1F5A14. Grayscale: #BEBEBE. Windows color (decimal): -2054677 or 15443424. OLE color: 15443424.
HSL color Cylindrical-coordinate representation of color #E0A5EB: hue angle of 290.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0A5EB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 165 | 235 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.08 |
| HSL | 290.57º | 0.64% | 0.78% | - |
| HSV(B) | 290.57º | 0.3% | 0.92% | - |
| XYZ | 59.19 | 48.76 | 84.89 | - |
| YUV | 190.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 165 | 235 | 0.05 | 0.30 | 0 | 0.08 | 290.57 | 0.64 | 0.78 |
| Hex | E0 | A5 | EB | 5 | 1E | 0 | 8 | 123 | 40 | 4E |
| Octal | 340 | 245 | 353 | 5 | 36 | 0 | 10 | 443 | 100 | 116 |
| Binary | 11100000 | 10100101 | 11101011 | 101 | 11110 | 0 | 1000 | 100100011 | 1000000 | 1001110 |
Color Harmonies of #E0A5EB
Complementary color
Monochromatic Colors of #E0A5EB
Black with #E0A5EB
Text Example
Text Example
White with #E0A5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A5EB; }
p { color: rgb(224,165,235); }
H1.HeaderClassName
{
color: #E0A5EB;
}
.AnyTagClassName
{
color: #E0A5EB;
}
</style>
background-color css
<style>
a { background-color: #E0A5EB; }
a { background-color: rgb(224,165,235); }
div.DivClassName
{
background-color: #E0A5EB;
}
.BgClassName
{
background-color: #E0A5EB;
}
</style>
border-color css
<style>
span { border-color: #E0A5EB; }
span { border-color: rgb(224,165,235); }
td.TdClassName
{
border-color: #E0A5EB;
}
.TagClassName
{
border-color: #E0A5EB;
}
</style>