Shades of Plum #EAA0E5
Tints of Plum #EAA0E5
RGB
CMYK
RGB Variations
Color information
#EAA0E5 (or 0xEAA0E5) is known color: Plum. HEX triplet: EA, A0 and E5. RGB value is (234,160,229). Sum of RGB (Red+Green+Blue) = 234+160+229=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA0E5 is #155F1A. Grayscale: #BDBDBD. Windows color (decimal): -1400603 or 15048938. OLE color: 15048938.
HSL color Cylindrical-coordinate representation of color #EAA0E5: hue angle of 304.05º 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 #EAA0E5 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 229 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.08 |
| HSL | 304.05º | 0.64% | 0.77% | - |
| HSV(B) | 304.05º | 0.32% | 0.92% | - |
| XYZ | 60.65 | 48.29 | 80.25 | - |
| YUV | 189.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 229 | 0 | 0.32 | 0.02 | 0.08 | 304.05 | 0.64 | 0.77 |
| Hex | EA | A0 | E5 | 0 | 20 | 2 | 8 | 130 | 40 | 4D |
| Octal | 352 | 240 | 345 | 0 | 40 | 2 | 10 | 460 | 100 | 115 |
| Binary | 11101010 | 10100000 | 11100101 | 0 | 100000 | 10 | 1000 | 100110000 | 1000000 | 1001101 |
Color Harmonies of #EAA0E5
Complementary color
Monochromatic Colors of #EAA0E5
Black with #EAA0E5
Text Example
Text Example
White with #EAA0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA0E5; }
p { color: rgb(234,160,229); }
H1.HeaderClassName
{
color: #EAA0E5;
}
.AnyTagClassName
{
color: #EAA0E5;
}
</style>
background-color css
<style>
a { background-color: #EAA0E5; }
a { background-color: rgb(234,160,229); }
div.DivClassName
{
background-color: #EAA0E5;
}
.BgClassName
{
background-color: #EAA0E5;
}
</style>
border-color css
<style>
span { border-color: #EAA0E5; }
span { border-color: rgb(234,160,229); }
td.TdClassName
{
border-color: #EAA0E5;
}
.TagClassName
{
border-color: #EAA0E5;
}
</style>