Shades of Plum #E1ACE5
Tints of Plum #E1ACE5
RGB
CMYK
RGB Variations
Color information
#E1ACE5 (or 0xE1ACE5) is known color: Plum. HEX triplet: E1, AC and E5. RGB value is (225,172,229). Sum of RGB (Red+Green+Blue) = 225+172+229=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1ACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACE5 is #1E531A. Grayscale: #C2C2C2. Windows color (decimal): -1987355 or 15052001. OLE color: 15052001.
HSL color Cylindrical-coordinate representation of color #E1ACE5: hue angle of 295.79º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1ACE5 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 172 | 229 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.10 |
| HSL | 295.79º | 0.52% | 0.79% | - |
| HSV(B) | 295.79º | 0.25% | 0.9% | - |
| XYZ | 59.95 | 51.17 | 80.85 | - |
| YUV | 194.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 229 | 0.02 | 0.25 | 0 | 0.10 | 295.79 | 0.52 | 0.79 |
| Hex | E1 | AC | E5 | 2 | 19 | 0 | A | 128 | 34 | 4F |
| Octal | 341 | 254 | 345 | 2 | 31 | 0 | 12 | 450 | 64 | 117 |
| Binary | 11100001 | 10101100 | 11100101 | 10 | 11001 | 0 | 1010 | 100101000 | 110100 | 1001111 |
Color Harmonies of #E1ACE5
Complementary color
Monochromatic Colors of #E1ACE5
Black with #E1ACE5
Text Example
Text Example
White with #E1ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ACE5; }
p { color: rgb(225,172,229); }
H1.HeaderClassName
{
color: #E1ACE5;
}
.AnyTagClassName
{
color: #E1ACE5;
}
</style>
background-color css
<style>
a { background-color: #E1ACE5; }
a { background-color: rgb(225,172,229); }
div.DivClassName
{
background-color: #E1ACE5;
}
.BgClassName
{
background-color: #E1ACE5;
}
</style>
border-color css
<style>
span { border-color: #E1ACE5; }
span { border-color: rgb(225,172,229); }
td.TdClassName
{
border-color: #E1ACE5;
}
.TagClassName
{
border-color: #E1ACE5;
}
</style>