Shades of Plum #E1ACE2
Tints of Plum #E1ACE2
RGB
CMYK
RGB Variations
Color information
#E1ACE2 (or 0xE1ACE2) is known color: Plum. HEX triplet: E1, AC and E2. RGB value is (225,172,226). Sum of RGB (Red+Green+Blue) = 225+172+226=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #E1ACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACE2 is #1E531D. Grayscale: #C1C1C1. Windows color (decimal): -1987358 or 14855393. OLE color: 14855393.
HSL color Cylindrical-coordinate representation of color #E1ACE2: hue angle of 298.89º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACE2 is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 172 | 226 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.11 |
| HSL | 298.89º | 0.48% | 0.78% | - |
| HSV(B) | 298.89º | 0.24% | 0.89% | - |
| XYZ | 59.53 | 51 | 78.66 | - |
| YUV | 194 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 226 | 0.00 | 0.24 | 0 | 0.11 | 298.89 | 0.48 | 0.78 |
| Hex | E1 | AC | E2 | 0 | 18 | 0 | B | 12B | 30 | 4E |
| Octal | 341 | 254 | 342 | 0 | 30 | 0 | 13 | 453 | 60 | 116 |
| Binary | 11100001 | 10101100 | 11100010 | 0 | 11000 | 0 | 1011 | 100101011 | 110000 | 1001110 |
Color Harmonies of #E1ACE2
Complementary color
Monochromatic Colors of #E1ACE2
Black with #E1ACE2
Text Example
Text Example
White with #E1ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ACE2; }
p { color: rgb(225,172,226); }
H1.HeaderClassName
{
color: #E1ACE2;
}
.AnyTagClassName
{
color: #E1ACE2;
}
</style>
background-color css
<style>
a { background-color: #E1ACE2; }
a { background-color: rgb(225,172,226); }
div.DivClassName
{
background-color: #E1ACE2;
}
.BgClassName
{
background-color: #E1ACE2;
}
</style>
border-color css
<style>
span { border-color: #E1ACE2; }
span { border-color: rgb(225,172,226); }
td.TdClassName
{
border-color: #E1ACE2;
}
.TagClassName
{
border-color: #E1ACE2;
}
</style>