Shades of Plum #EAA1EC
Tints of Plum #EAA1EC
RGB
CMYK
RGB Variations
Color information
#EAA1EC (or 0xEAA1EC) is known color: Plum. HEX triplet: EA, A1 and EC. RGB value is (234,161,236). Sum of RGB (Red+Green+Blue) = 234+161+236=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 161 (63.28% from 255 or 25.52% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAA1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1EC is #155E13. Grayscale: #BFBFBF. Windows color (decimal): -1400340 or 15507946. OLE color: 15507946.
HSL color Cylindrical-coordinate representation of color #EAA1EC: hue angle of 298.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA1EC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 161 | 236 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.07 |
| HSL | 298.4º | 0.66% | 0.78% | - |
| HSV(B) | 298.4º | 0.32% | 0.93% | - |
| XYZ | 61.82 | 49.04 | 85.56 | - |
| YUV | 191.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 236 | 0.01 | 0.32 | 0 | 0.07 | 298.4 | 0.66 | 0.78 |
| Hex | EA | A1 | EC | 1 | 20 | 0 | 7 | 12A | 42 | 4E |
| Octal | 352 | 241 | 354 | 1 | 40 | 0 | 7 | 452 | 102 | 116 |
| Binary | 11101010 | 10100001 | 11101100 | 1 | 100000 | 0 | 111 | 100101010 | 1000010 | 1001110 |
Color Harmonies of #EAA1EC
Complementary color
Monochromatic Colors of #EAA1EC
Black with #EAA1EC
Text Example
Text Example
White with #EAA1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA1EC; }
p { color: rgb(234,161,236); }
H1.HeaderClassName
{
color: #EAA1EC;
}
.AnyTagClassName
{
color: #EAA1EC;
}
</style>
background-color css
<style>
a { background-color: #EAA1EC; }
a { background-color: rgb(234,161,236); }
div.DivClassName
{
background-color: #EAA1EC;
}
.BgClassName
{
background-color: #EAA1EC;
}
</style>
border-color css
<style>
span { border-color: #EAA1EC; }
span { border-color: rgb(234,161,236); }
td.TdClassName
{
border-color: #EAA1EC;
}
.TagClassName
{
border-color: #EAA1EC;
}
</style>