Shades of Plum #E0A6EB
Tints of Plum #E0A6EB
RGB
CMYK
RGB Variations
Color information
#E0A6EB (or 0xE0A6EB) is known color: Plum. HEX triplet: E0, A6 and EB. RGB value is (224,166,235). Sum of RGB (Red+Green+Blue) = 224+166+235=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0A6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A6EB is #1F5914. Grayscale: #BEBEBE. Windows color (decimal): -2054421 or 15443680. OLE color: 15443680.
HSL color Cylindrical-coordinate representation of color #E0A6EB: hue angle of 290.43º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A6EB is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 166 | 235 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.08 |
| HSL | 290.43º | 0.63% | 0.79% | - |
| HSV(B) | 290.43º | 0.29% | 0.92% | - |
| XYZ | 59.37 | 49.12 | 84.95 | - |
| YUV | 191.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 166 | 235 | 0.05 | 0.29 | 0 | 0.08 | 290.43 | 0.63 | 0.79 |
| Hex | E0 | A6 | EB | 5 | 1D | 0 | 8 | 122 | 3F | 4F |
| Octal | 340 | 246 | 353 | 5 | 35 | 0 | 10 | 442 | 77 | 117 |
| Binary | 11100000 | 10100110 | 11101011 | 101 | 11101 | 0 | 1000 | 100100010 | 111111 | 1001111 |
Color Harmonies of #E0A6EB
Complementary color
Monochromatic Colors of #E0A6EB
Black with #E0A6EB
Text Example
Text Example
White with #E0A6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A6EB; }
p { color: rgb(224,166,235); }
H1.HeaderClassName
{
color: #E0A6EB;
}
.AnyTagClassName
{
color: #E0A6EB;
}
</style>
background-color css
<style>
a { background-color: #E0A6EB; }
a { background-color: rgb(224,166,235); }
div.DivClassName
{
background-color: #E0A6EB;
}
.BgClassName
{
background-color: #E0A6EB;
}
</style>
border-color css
<style>
span { border-color: #E0A6EB; }
span { border-color: rgb(224,166,235); }
td.TdClassName
{
border-color: #E0A6EB;
}
.TagClassName
{
border-color: #E0A6EB;
}
</style>