Shades of Plum #E8ACE5
Tints of Plum #E8ACE5
RGB
CMYK
RGB Variations
Color information
#E8ACE5 (or 0xE8ACE5) is known color: Plum. HEX triplet: E8, AC and E5. RGB value is (232,172,229). Sum of RGB (Red+Green+Blue) = 232+172+229=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ACE5 is #17531A. Grayscale: #C4C4C4. Windows color (decimal): -1528603 or 15052008. OLE color: 15052008.
HSL color Cylindrical-coordinate representation of color #E8ACE5: hue angle of 303º degrees, saturation: 0.57, 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 #E8ACE5 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 229 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.09 |
| HSL | 303º | 0.57% | 0.79% | - |
| HSV(B) | 303º | 0.26% | 0.91% | - |
| XYZ | 62.17 | 52.32 | 80.95 | - |
| YUV | 196.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 229 | 0 | 0.26 | 0.01 | 0.09 | 303 | 0.57 | 0.79 |
| Hex | E8 | AC | E5 | 0 | 1A | 1 | 9 | 12F | 39 | 4F |
| Octal | 350 | 254 | 345 | 0 | 32 | 1 | 11 | 457 | 71 | 117 |
| Binary | 11101000 | 10101100 | 11100101 | 0 | 11010 | 1 | 1001 | 100101111 | 111001 | 1001111 |
Color Harmonies of #E8ACE5
Complementary color
Monochromatic Colors of #E8ACE5
Black with #E8ACE5
Text Example
Text Example
White with #E8ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ACE5; }
p { color: rgb(232,172,229); }
H1.HeaderClassName
{
color: #E8ACE5;
}
.AnyTagClassName
{
color: #E8ACE5;
}
</style>
background-color css
<style>
a { background-color: #E8ACE5; }
a { background-color: rgb(232,172,229); }
div.DivClassName
{
background-color: #E8ACE5;
}
.BgClassName
{
background-color: #E8ACE5;
}
</style>
border-color css
<style>
span { border-color: #E8ACE5; }
span { border-color: rgb(232,172,229); }
td.TdClassName
{
border-color: #E8ACE5;
}
.TagClassName
{
border-color: #E8ACE5;
}
</style>