Shades of Plum #EAA0E7
Tints of Plum #EAA0E7
RGB
CMYK
RGB Variations
Color information
#EAA0E7 (or 0xEAA0E7) is known color: Plum. HEX triplet: EA, A0 and E7. RGB value is (234,160,231). Sum of RGB (Red+Green+Blue) = 234+160+231=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 160 (62.89% from 255 or 25.6% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA0E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA0E7 is #155F18. Grayscale: #BEBEBE. Windows color (decimal): -1400601 or 15180010. OLE color: 15180010.
HSL color Cylindrical-coordinate representation of color #EAA0E7: hue angle of 302.43º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA0E7 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 231 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.08 |
| HSL | 302.43º | 0.64% | 0.77% | - |
| HSV(B) | 302.43º | 0.32% | 0.92% | - |
| XYZ | 60.93 | 48.4 | 81.73 | - |
| YUV | 190.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 231 | 0 | 0.32 | 0.01 | 0.08 | 302.43 | 0.64 | 0.77 |
| Hex | EA | A0 | E7 | 0 | 20 | 1 | 8 | 12E | 40 | 4D |
| Octal | 352 | 240 | 347 | 0 | 40 | 1 | 10 | 456 | 100 | 115 |
| Binary | 11101010 | 10100000 | 11100111 | 0 | 100000 | 1 | 1000 | 100101110 | 1000000 | 1001101 |
Color Harmonies of #EAA0E7
Complementary color
Monochromatic Colors of #EAA0E7
Black with #EAA0E7
Text Example
Text Example
White with #EAA0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA0E7; }
p { color: rgb(234,160,231); }
H1.HeaderClassName
{
color: #EAA0E7;
}
.AnyTagClassName
{
color: #EAA0E7;
}
</style>
background-color css
<style>
a { background-color: #EAA0E7; }
a { background-color: rgb(234,160,231); }
div.DivClassName
{
background-color: #EAA0E7;
}
.BgClassName
{
background-color: #EAA0E7;
}
</style>
border-color css
<style>
span { border-color: #EAA0E7; }
span { border-color: rgb(234,160,231); }
td.TdClassName
{
border-color: #EAA0E7;
}
.TagClassName
{
border-color: #EAA0E7;
}
</style>