Shades of Plum #EAA0E4
Tints of Plum #EAA0E4
RGB
CMYK
RGB Variations
Color information
#EAA0E4 (or 0xEAA0E4) is known color: Plum. HEX triplet: EA, A0 and E4. RGB value is (234,160,228). Sum of RGB (Red+Green+Blue) = 234+160+228=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA0E4 is #155F1B. Grayscale: #BDBDBD. Windows color (decimal): -1400604 or 14983402. OLE color: 14983402.
HSL color Cylindrical-coordinate representation of color #EAA0E4: hue angle of 304.86º 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 #EAA0E4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 228 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.08 |
| HSL | 304.86º | 0.64% | 0.77% | - |
| HSV(B) | 304.86º | 0.32% | 0.92% | - |
| XYZ | 60.51 | 48.24 | 79.52 | - |
| YUV | 189.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 228 | 0 | 0.32 | 0.03 | 0.08 | 304.86 | 0.64 | 0.77 |
| Hex | EA | A0 | E4 | 0 | 20 | 3 | 8 | 131 | 40 | 4D |
| Octal | 352 | 240 | 344 | 0 | 40 | 3 | 10 | 461 | 100 | 115 |
| Binary | 11101010 | 10100000 | 11100100 | 0 | 100000 | 11 | 1000 | 100110001 | 1000000 | 1001101 |
Color Harmonies of #EAA0E4
Complementary color
Monochromatic Colors of #EAA0E4
Black with #EAA0E4
Text Example
Text Example
White with #EAA0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA0E4; }
p { color: rgb(234,160,228); }
H1.HeaderClassName
{
color: #EAA0E4;
}
.AnyTagClassName
{
color: #EAA0E4;
}
</style>
background-color css
<style>
a { background-color: #EAA0E4; }
a { background-color: rgb(234,160,228); }
div.DivClassName
{
background-color: #EAA0E4;
}
.BgClassName
{
background-color: #EAA0E4;
}
</style>
border-color css
<style>
span { border-color: #EAA0E4; }
span { border-color: rgb(234,160,228); }
td.TdClassName
{
border-color: #EAA0E4;
}
.TagClassName
{
border-color: #EAA0E4;
}
</style>