Shades of Plum #EAA4E4
Tints of Plum #EAA4E4
RGB
CMYK
RGB Variations
Color information
#EAA4E4 (or 0xEAA4E4) is known color: Plum. HEX triplet: EA, A4 and E4. RGB value is (234,164,228). Sum of RGB (Red+Green+Blue) = 234+164+228=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4E4 is #155B1B. Grayscale: #C0C0C0. Windows color (decimal): -1399580 or 14984426. OLE color: 14984426.
HSL color Cylindrical-coordinate representation of color #EAA4E4: hue angle of 305.14º 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 #EAA4E4 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 228 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.08 |
| HSL | 305.14º | 0.63% | 0.78% | - |
| HSV(B) | 305.14º | 0.3% | 0.92% | - |
| XYZ | 61.21 | 49.64 | 79.76 | - |
| YUV | 192.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 228 | 0 | 0.30 | 0.03 | 0.08 | 305.14 | 0.63 | 0.78 |
| Hex | EA | A4 | E4 | 0 | 1E | 3 | 8 | 131 | 3E | 4E |
| Octal | 352 | 244 | 344 | 0 | 36 | 3 | 10 | 461 | 76 | 116 |
| Binary | 11101010 | 10100100 | 11100100 | 0 | 11110 | 11 | 1000 | 100110001 | 111110 | 1001110 |
Color Harmonies of #EAA4E4
Complementary color
Monochromatic Colors of #EAA4E4
Black with #EAA4E4
Text Example
Text Example
White with #EAA4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA4E4; }
p { color: rgb(234,164,228); }
H1.HeaderClassName
{
color: #EAA4E4;
}
.AnyTagClassName
{
color: #EAA4E4;
}
</style>
background-color css
<style>
a { background-color: #EAA4E4; }
a { background-color: rgb(234,164,228); }
div.DivClassName
{
background-color: #EAA4E4;
}
.BgClassName
{
background-color: #EAA4E4;
}
</style>
border-color css
<style>
span { border-color: #EAA4E4; }
span { border-color: rgb(234,164,228); }
td.TdClassName
{
border-color: #EAA4E4;
}
.TagClassName
{
border-color: #EAA4E4;
}
</style>