Shades of Plum #E1ACE7
Tints of Plum #E1ACE7
RGB
CMYK
RGB Variations
Color information
#E1ACE7 (or 0xE1ACE7) is known color: Plum. HEX triplet: E1, AC and E7. RGB value is (225,172,231). Sum of RGB (Red+Green+Blue) = 225+172+231=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #E1ACE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ACE7 is #1E5318. Grayscale: #C2C2C2. Windows color (decimal): -1987353 or 15183073. OLE color: 15183073.
HSL color Cylindrical-coordinate representation of color #E1ACE7: hue angle of 293.9º degrees, saturation: 0.55, 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 #E1ACE7 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 172 | 231 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.09 |
| HSL | 293.9º | 0.55% | 0.79% | - |
| HSV(B) | 293.9º | 0.26% | 0.91% | - |
| XYZ | 60.23 | 51.28 | 82.33 | - |
| YUV | 194.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 231 | 0.03 | 0.26 | 0 | 0.09 | 293.9 | 0.55 | 0.79 |
| Hex | E1 | AC | E7 | 3 | 1A | 0 | 9 | 126 | 37 | 4F |
| Octal | 341 | 254 | 347 | 3 | 32 | 0 | 11 | 446 | 67 | 117 |
| Binary | 11100001 | 10101100 | 11100111 | 11 | 11010 | 0 | 1001 | 100100110 | 110111 | 1001111 |
Color Harmonies of #E1ACE7
Complementary color
Monochromatic Colors of #E1ACE7
Black with #E1ACE7
Text Example
Text Example
White with #E1ACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ACE7; }
p { color: rgb(225,172,231); }
H1.HeaderClassName
{
color: #E1ACE7;
}
.AnyTagClassName
{
color: #E1ACE7;
}
</style>
background-color css
<style>
a { background-color: #E1ACE7; }
a { background-color: rgb(225,172,231); }
div.DivClassName
{
background-color: #E1ACE7;
}
.BgClassName
{
background-color: #E1ACE7;
}
</style>
border-color css
<style>
span { border-color: #E1ACE7; }
span { border-color: rgb(225,172,231); }
td.TdClassName
{
border-color: #E1ACE7;
}
.TagClassName
{
border-color: #E1ACE7;
}
</style>