Shades of Plum #EAAAE9
Tints of Plum #EAAAE9
RGB
CMYK
RGB Variations
Color information
#EAAAE9 (or 0xEAAAE9) is known color: Plum. HEX triplet: EA, AA and E9. RGB value is (234,170,233). Sum of RGB (Red+Green+Blue) = 234+170+233=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAE9 is #155516. Grayscale: #C4C4C4. Windows color (decimal): -1398039 or 15313642. OLE color: 15313642.
HSL color Cylindrical-coordinate representation of color #EAAAE9: hue angle of 300.94º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAE9 is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 233 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.08 |
| HSL | 300.94º | 0.6% | 0.79% | - |
| HSV(B) | 300.94º | 0.27% | 0.92% | - |
| XYZ | 63.01 | 52.13 | 83.83 | - |
| YUV | 196.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 233 | 0 | 0.27 | 0.00 | 0.08 | 300.94 | 0.6 | 0.79 |
| Hex | EA | AA | E9 | 0 | 1B | 0 | 8 | 12D | 3C | 4F |
| Octal | 352 | 252 | 351 | 0 | 33 | 0 | 10 | 455 | 74 | 117 |
| Binary | 11101010 | 10101010 | 11101001 | 0 | 11011 | 0 | 1000 | 100101101 | 111100 | 1001111 |
Color Harmonies of #EAAAE9
Complementary color
Monochromatic Colors of #EAAAE9
Black with #EAAAE9
Text Example
Text Example
White with #EAAAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAE9; }
p { color: rgb(234,170,233); }
H1.HeaderClassName
{
color: #EAAAE9;
}
.AnyTagClassName
{
color: #EAAAE9;
}
</style>
background-color css
<style>
a { background-color: #EAAAE9; }
a { background-color: rgb(234,170,233); }
div.DivClassName
{
background-color: #EAAAE9;
}
.BgClassName
{
background-color: #EAAAE9;
}
</style>
border-color css
<style>
span { border-color: #EAAAE9; }
span { border-color: rgb(234,170,233); }
td.TdClassName
{
border-color: #EAAAE9;
}
.TagClassName
{
border-color: #EAAAE9;
}
</style>