Shades of Plum #E0A8EC
Tints of Plum #E0A8EC
RGB
CMYK
RGB Variations
Color information
#E0A8EC (or 0xE0A8EC) is known color: Plum. HEX triplet: E0, A8 and EC. RGB value is (224,168,236). Sum of RGB (Red+Green+Blue) = 224+168+236=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0A8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A8EC is #1F5713. Grayscale: #C0C0C0. Windows color (decimal): -2053908 or 15509728. OLE color: 15509728.
HSL color Cylindrical-coordinate representation of color #E0A8EC: hue angle of 289.41º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A8EC is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 168 | 236 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.07 |
| HSL | 289.41º | 0.64% | 0.79% | - |
| HSV(B) | 289.41º | 0.29% | 0.93% | - |
| XYZ | 59.88 | 49.91 | 85.83 | - |
| YUV | 192.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 168 | 236 | 0.05 | 0.29 | 0 | 0.07 | 289.41 | 0.64 | 0.79 |
| Hex | E0 | A8 | EC | 5 | 1D | 0 | 7 | 121 | 40 | 4F |
| Octal | 340 | 250 | 354 | 5 | 35 | 0 | 7 | 441 | 100 | 117 |
| Binary | 11100000 | 10101000 | 11101100 | 101 | 11101 | 0 | 111 | 100100001 | 1000000 | 1001111 |
Color Harmonies of #E0A8EC
Complementary color
Monochromatic Colors of #E0A8EC
Black with #E0A8EC
Text Example
Text Example
White with #E0A8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A8EC; }
p { color: rgb(224,168,236); }
H1.HeaderClassName
{
color: #E0A8EC;
}
.AnyTagClassName
{
color: #E0A8EC;
}
</style>
background-color css
<style>
a { background-color: #E0A8EC; }
a { background-color: rgb(224,168,236); }
div.DivClassName
{
background-color: #E0A8EC;
}
.BgClassName
{
background-color: #E0A8EC;
}
</style>
border-color css
<style>
span { border-color: #E0A8EC; }
span { border-color: rgb(224,168,236); }
td.TdClassName
{
border-color: #E0A8EC;
}
.TagClassName
{
border-color: #E0A8EC;
}
</style>