Shades of Plum #E0A7ED
Tints of Plum #E0A7ED
RGB
CMYK
RGB Variations
Color information
#E0A7ED (or 0xE0A7ED) is known color: Plum. HEX triplet: E0, A7 and ED. RGB value is (224,167,237). Sum of RGB (Red+Green+Blue) = 224+167+237=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 167 (65.62% from 255 or 26.59% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0A7ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A7ED is #1F5812. Grayscale: #BFBFBF. Windows color (decimal): -2054163 or 15575008. OLE color: 15575008.
HSL color Cylindrical-coordinate representation of color #E0A7ED: hue angle of 288.86º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0A7ED is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 167 | 237 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.07 |
| HSL | 288.86º | 0.66% | 0.79% | - |
| HSV(B) | 288.86º | 0.3% | 0.93% | - |
| XYZ | 59.85 | 49.6 | 86.54 | - |
| YUV | 192.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 237 | 0.05 | 0.30 | 0 | 0.07 | 288.86 | 0.66 | 0.79 |
| Hex | E0 | A7 | ED | 5 | 1E | 0 | 7 | 121 | 42 | 4F |
| Octal | 340 | 247 | 355 | 5 | 36 | 0 | 7 | 441 | 102 | 117 |
| Binary | 11100000 | 10100111 | 11101101 | 101 | 11110 | 0 | 111 | 100100001 | 1000010 | 1001111 |
Color Harmonies of #E0A7ED
Complementary color
Monochromatic Colors of #E0A7ED
Black with #E0A7ED
Text Example
Text Example
White with #E0A7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A7ED; }
p { color: rgb(224,167,237); }
H1.HeaderClassName
{
color: #E0A7ED;
}
.AnyTagClassName
{
color: #E0A7ED;
}
</style>
background-color css
<style>
a { background-color: #E0A7ED; }
a { background-color: rgb(224,167,237); }
div.DivClassName
{
background-color: #E0A7ED;
}
.BgClassName
{
background-color: #E0A7ED;
}
</style>
border-color css
<style>
span { border-color: #E0A7ED; }
span { border-color: rgb(224,167,237); }
td.TdClassName
{
border-color: #E0A7ED;
}
.TagClassName
{
border-color: #E0A7ED;
}
</style>