Shades of Plum #EAA9EC
Tints of Plum #EAA9EC
RGB
CMYK
RGB Variations
Color information
#EAA9EC (or 0xEAA9EC) is known color: Plum. HEX triplet: EA, A9 and EC. RGB value is (234,169,236). Sum of RGB (Red+Green+Blue) = 234+169+236=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 169 (66.41% from 255 or 26.45% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAA9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA9EC is #155613. Grayscale: #C3C3C3. Windows color (decimal): -1398292 or 15509994. OLE color: 15509994.
HSL color Cylindrical-coordinate representation of color #EAA9EC: hue angle of 298.21º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9EC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 169 | 236 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.07 |
| HSL | 298.21º | 0.64% | 0.79% | - |
| HSV(B) | 298.21º | 0.28% | 0.93% | - |
| XYZ | 63.26 | 51.92 | 86.05 | - |
| YUV | 196.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 236 | 0.01 | 0.28 | 0 | 0.07 | 298.21 | 0.64 | 0.79 |
| Hex | EA | A9 | EC | 1 | 1C | 0 | 7 | 12A | 40 | 4F |
| Octal | 352 | 251 | 354 | 1 | 34 | 0 | 7 | 452 | 100 | 117 |
| Binary | 11101010 | 10101001 | 11101100 | 1 | 11100 | 0 | 111 | 100101010 | 1000000 | 1001111 |
Color Harmonies of #EAA9EC
Complementary color
Monochromatic Colors of #EAA9EC
Black with #EAA9EC
Text Example
Text Example
White with #EAA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9EC; }
p { color: rgb(234,169,236); }
H1.HeaderClassName
{
color: #EAA9EC;
}
.AnyTagClassName
{
color: #EAA9EC;
}
</style>
background-color css
<style>
a { background-color: #EAA9EC; }
a { background-color: rgb(234,169,236); }
div.DivClassName
{
background-color: #EAA9EC;
}
.BgClassName
{
background-color: #EAA9EC;
}
</style>
border-color css
<style>
span { border-color: #EAA9EC; }
span { border-color: rgb(234,169,236); }
td.TdClassName
{
border-color: #EAA9EC;
}
.TagClassName
{
border-color: #EAA9EC;
}
</style>