Shades of Plum #EAA4E3
Tints of Plum #EAA4E3
RGB
CMYK
RGB Variations
Color information
#EAA4E3 (or 0xEAA4E3) is known color: Plum. HEX triplet: EA, A4 and E3. RGB value is (234,164,227). Sum of RGB (Red+Green+Blue) = 234+164+227=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4E3 is #155B1C. Grayscale: #BFBFBF. Windows color (decimal): -1399581 or 14918890. OLE color: 14918890.
HSL color Cylindrical-coordinate representation of color #EAA4E3: hue angle of 306º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA4E3 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 227 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.08 |
| HSL | 306º | 0.63% | 0.78% | - |
| HSV(B) | 306º | 0.3% | 0.92% | - |
| XYZ | 61.07 | 49.59 | 79.03 | - |
| YUV | 192.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 227 | 0 | 0.30 | 0.03 | 0.08 | 306 | 0.63 | 0.78 |
| Hex | EA | A4 | E3 | 0 | 1E | 3 | 8 | 132 | 3E | 4E |
| Octal | 352 | 244 | 343 | 0 | 36 | 3 | 10 | 462 | 76 | 116 |
| Binary | 11101010 | 10100100 | 11100011 | 0 | 11110 | 11 | 1000 | 100110010 | 111110 | 1001110 |
Color Harmonies of #EAA4E3
Complementary color
Monochromatic Colors of #EAA4E3
Black with #EAA4E3
Text Example
Text Example
White with #EAA4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA4E3; }
p { color: rgb(234,164,227); }
H1.HeaderClassName
{
color: #EAA4E3;
}
.AnyTagClassName
{
color: #EAA4E3;
}
</style>
background-color css
<style>
a { background-color: #EAA4E3; }
a { background-color: rgb(234,164,227); }
div.DivClassName
{
background-color: #EAA4E3;
}
.BgClassName
{
background-color: #EAA4E3;
}
</style>
border-color css
<style>
span { border-color: #EAA4E3; }
span { border-color: rgb(234,164,227); }
td.TdClassName
{
border-color: #EAA4E3;
}
.TagClassName
{
border-color: #EAA4E3;
}
</style>