Shades of Plum #E0ACE9
Tints of Plum #E0ACE9
RGB
CMYK
RGB Variations
Color information
#E0ACE9 (or 0xE0ACE9) is known color: Plum. HEX triplet: E0, AC and E9. RGB value is (224,172,233). Sum of RGB (Red+Green+Blue) = 224+172+233=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0ACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ACE9 is #1F5316. Grayscale: #C2C2C2. Windows color (decimal): -2052887 or 15314144. OLE color: 15314144.
HSL color Cylindrical-coordinate representation of color #E0ACE9: hue angle of 291.15º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0ACE9 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 172 | 233 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.09 |
| HSL | 291.15º | 0.58% | 0.79% | - |
| HSV(B) | 291.15º | 0.26% | 0.91% | - |
| XYZ | 60.2 | 51.24 | 83.81 | - |
| YUV | 194.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 233 | 0.04 | 0.26 | 0 | 0.09 | 291.15 | 0.58 | 0.79 |
| Hex | E0 | AC | E9 | 4 | 1A | 0 | 9 | 123 | 3A | 4F |
| Octal | 340 | 254 | 351 | 4 | 32 | 0 | 11 | 443 | 72 | 117 |
| Binary | 11100000 | 10101100 | 11101001 | 100 | 11010 | 0 | 1001 | 100100011 | 111010 | 1001111 |
Color Harmonies of #E0ACE9
Complementary color
Monochromatic Colors of #E0ACE9
Black with #E0ACE9
Text Example
Text Example
White with #E0ACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ACE9; }
p { color: rgb(224,172,233); }
H1.HeaderClassName
{
color: #E0ACE9;
}
.AnyTagClassName
{
color: #E0ACE9;
}
</style>
background-color css
<style>
a { background-color: #E0ACE9; }
a { background-color: rgb(224,172,233); }
div.DivClassName
{
background-color: #E0ACE9;
}
.BgClassName
{
background-color: #E0ACE9;
}
</style>
border-color css
<style>
span { border-color: #E0ACE9; }
span { border-color: rgb(224,172,233); }
td.TdClassName
{
border-color: #E0ACE9;
}
.TagClassName
{
border-color: #E0ACE9;
}
</style>