Shades of Plum #E0A7E5
Tints of Plum #E0A7E5
RGB
CMYK
RGB Variations
Color information
#E0A7E5 (or 0xE0A7E5) is known color: Plum. HEX triplet: E0, A7 and E5. RGB value is (224,167,229). Sum of RGB (Red+Green+Blue) = 224+167+229=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0A7E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A7E5 is #1F581A. Grayscale: #BEBEBE. Windows color (decimal): -2054171 or 15050720. OLE color: 15050720.
HSL color Cylindrical-coordinate representation of color #E0A7E5: hue angle of 295.16º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0A7E5 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 167 | 229 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.10 |
| HSL | 295.16º | 0.54% | 0.78% | - |
| HSV(B) | 295.16º | 0.27% | 0.9% | - |
| XYZ | 58.7 | 49.14 | 80.52 | - |
| YUV | 191.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 229 | 0.02 | 0.27 | 0 | 0.10 | 295.16 | 0.54 | 0.78 |
| Hex | E0 | A7 | E5 | 2 | 1B | 0 | A | 127 | 36 | 4E |
| Octal | 340 | 247 | 345 | 2 | 33 | 0 | 12 | 447 | 66 | 116 |
| Binary | 11100000 | 10100111 | 11100101 | 10 | 11011 | 0 | 1010 | 100100111 | 110110 | 1001110 |
Color Harmonies of #E0A7E5
Complementary color
Monochromatic Colors of #E0A7E5
Black with #E0A7E5
Text Example
Text Example
White with #E0A7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A7E5; }
p { color: rgb(224,167,229); }
H1.HeaderClassName
{
color: #E0A7E5;
}
.AnyTagClassName
{
color: #E0A7E5;
}
</style>
background-color css
<style>
a { background-color: #E0A7E5; }
a { background-color: rgb(224,167,229); }
div.DivClassName
{
background-color: #E0A7E5;
}
.BgClassName
{
background-color: #E0A7E5;
}
</style>
border-color css
<style>
span { border-color: #E0A7E5; }
span { border-color: rgb(224,167,229); }
td.TdClassName
{
border-color: #E0A7E5;
}
.TagClassName
{
border-color: #E0A7E5;
}
</style>