Shades of Plum #E4ACE1
Tints of Plum #E4ACE1
RGB
CMYK
RGB Variations
Color information
#E4ACE1 (or 0xE4ACE1) is known color: Plum. HEX triplet: E4, AC and E1. RGB value is (228,172,225). Sum of RGB (Red+Green+Blue) = 228+172+225=625 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.48% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ACE1 is #1B531E. Grayscale: #C2C2C2. Windows color (decimal): -1790751 or 14789860. OLE color: 14789860.
HSL color Cylindrical-coordinate representation of color #E4ACE1: hue angle of 303.21º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4ACE1 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 172 | 225 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.11 |
| HSL | 303.21º | 0.51% | 0.78% | - |
| HSV(B) | 303.21º | 0.25% | 0.89% | - |
| XYZ | 60.34 | 51.44 | 77.98 | - |
| YUV | 194.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 172 | 225 | 0 | 0.25 | 0.01 | 0.11 | 303.21 | 0.51 | 0.78 |
| Hex | E4 | AC | E1 | 0 | 19 | 1 | B | 12F | 33 | 4E |
| Octal | 344 | 254 | 341 | 0 | 31 | 1 | 13 | 457 | 63 | 116 |
| Binary | 11100100 | 10101100 | 11100001 | 0 | 11001 | 1 | 1011 | 100101111 | 110011 | 1001110 |
Color Harmonies of #E4ACE1
Complementary color
Monochromatic Colors of #E4ACE1
Black with #E4ACE1
Text Example
Text Example
White with #E4ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ACE1; }
p { color: rgb(228,172,225); }
H1.HeaderClassName
{
color: #E4ACE1;
}
.AnyTagClassName
{
color: #E4ACE1;
}
</style>
background-color css
<style>
a { background-color: #E4ACE1; }
a { background-color: rgb(228,172,225); }
div.DivClassName
{
background-color: #E4ACE1;
}
.BgClassName
{
background-color: #E4ACE1;
}
</style>
border-color css
<style>
span { border-color: #E4ACE1; }
span { border-color: rgb(228,172,225); }
td.TdClassName
{
border-color: #E4ACE1;
}
.TagClassName
{
border-color: #E4ACE1;
}
</style>