Shades of Plum #E3ACE6
Tints of Plum #E3ACE6
RGB
CMYK
RGB Variations
Color information
#E3ACE6 (or 0xE3ACE6) is known color: Plum. HEX triplet: E3, AC and E6. RGB value is (227,172,230). Sum of RGB (Red+Green+Blue) = 227+172+230=629 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.09% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #E3ACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3ACE6 is #1C5319. Grayscale: #C2C2C2. Windows color (decimal): -1856282 or 15117539. OLE color: 15117539.
HSL color Cylindrical-coordinate representation of color #E3ACE6: hue angle of 296.9º degrees, saturation: 0.54, 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 #E3ACE6 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 172 | 230 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.10 |
| HSL | 296.9º | 0.54% | 0.79% | - |
| HSV(B) | 296.9º | 0.25% | 0.9% | - |
| XYZ | 60.71 | 51.55 | 81.61 | - |
| YUV | 195.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 230 | 0.01 | 0.25 | 0 | 0.10 | 296.9 | 0.54 | 0.79 |
| Hex | E3 | AC | E6 | 1 | 19 | 0 | A | 129 | 36 | 4F |
| Octal | 343 | 254 | 346 | 1 | 31 | 0 | 12 | 451 | 66 | 117 |
| Binary | 11100011 | 10101100 | 11100110 | 1 | 11001 | 0 | 1010 | 100101001 | 110110 | 1001111 |
Color Harmonies of #E3ACE6
Complementary color
Monochromatic Colors of #E3ACE6
Black with #E3ACE6
Text Example
Text Example
White with #E3ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3ACE6; }
p { color: rgb(227,172,230); }
H1.HeaderClassName
{
color: #E3ACE6;
}
.AnyTagClassName
{
color: #E3ACE6;
}
</style>
background-color css
<style>
a { background-color: #E3ACE6; }
a { background-color: rgb(227,172,230); }
div.DivClassName
{
background-color: #E3ACE6;
}
.BgClassName
{
background-color: #E3ACE6;
}
</style>
border-color css
<style>
span { border-color: #E3ACE6; }
span { border-color: rgb(227,172,230); }
td.TdClassName
{
border-color: #E3ACE6;
}
.TagClassName
{
border-color: #E3ACE6;
}
</style>