Shades of Plum #E1ACEA
Tints of Plum #E1ACEA
RGB
CMYK
RGB Variations
Color information
#E1ACEA (or 0xE1ACEA) is known color: Plum. HEX triplet: E1, AC and EA. RGB value is (225,172,234). Sum of RGB (Red+Green+Blue) = 225+172+234=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ACEA is #1E5315. Grayscale: #C2C2C2. Windows color (decimal): -1987350 or 15379681. OLE color: 15379681.
HSL color Cylindrical-coordinate representation of color #E1ACEA: hue angle of 291.29º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1ACEA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 172 | 234 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.08 |
| HSL | 291.29º | 0.6% | 0.8% | - |
| HSV(B) | 291.29º | 0.26% | 0.92% | - |
| XYZ | 60.66 | 51.45 | 84.58 | - |
| YUV | 194.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 234 | 0.04 | 0.26 | 0 | 0.08 | 291.29 | 0.6 | 0.8 |
| Hex | E1 | AC | EA | 4 | 1A | 0 | 8 | 123 | 3C | 50 |
| Octal | 341 | 254 | 352 | 4 | 32 | 0 | 10 | 443 | 74 | 120 |
| Binary | 11100001 | 10101100 | 11101010 | 100 | 11010 | 0 | 1000 | 100100011 | 111100 | 1010000 |
Color Harmonies of #E1ACEA
Complementary color
Monochromatic Colors of #E1ACEA
Black with #E1ACEA
Text Example
Text Example
White with #E1ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ACEA; }
p { color: rgb(225,172,234); }
H1.HeaderClassName
{
color: #E1ACEA;
}
.AnyTagClassName
{
color: #E1ACEA;
}
</style>
background-color css
<style>
a { background-color: #E1ACEA; }
a { background-color: rgb(225,172,234); }
div.DivClassName
{
background-color: #E1ACEA;
}
.BgClassName
{
background-color: #E1ACEA;
}
</style>
border-color css
<style>
span { border-color: #E1ACEA; }
span { border-color: rgb(225,172,234); }
td.TdClassName
{
border-color: #E1ACEA;
}
.TagClassName
{
border-color: #E1ACEA;
}
</style>