Shades of Plum #EAA4E7
Tints of Plum #EAA4E7
RGB
CMYK
RGB Variations
Color information
#EAA4E7 (or 0xEAA4E7) is known color: Plum. HEX triplet: EA, A4 and E7. RGB value is (234,164,231). Sum of RGB (Red+Green+Blue) = 234+164+231=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 164 (64.45% from 255 or 26.07% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA4E7 is #155B18. Grayscale: #C0C0C0. Windows color (decimal): -1399577 or 15181034. OLE color: 15181034.
HSL color Cylindrical-coordinate representation of color #EAA4E7: hue angle of 302.57º 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 #EAA4E7 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 231 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.08 |
| HSL | 302.57º | 0.63% | 0.78% | - |
| HSV(B) | 302.57º | 0.3% | 0.92% | - |
| XYZ | 61.63 | 49.81 | 81.97 | - |
| YUV | 192.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 231 | 0 | 0.30 | 0.01 | 0.08 | 302.57 | 0.63 | 0.78 |
| Hex | EA | A4 | E7 | 0 | 1E | 1 | 8 | 12F | 3E | 4E |
| Octal | 352 | 244 | 347 | 0 | 36 | 1 | 10 | 457 | 76 | 116 |
| Binary | 11101010 | 10100100 | 11100111 | 0 | 11110 | 1 | 1000 | 100101111 | 111110 | 1001110 |
Color Harmonies of #EAA4E7
Complementary color
Monochromatic Colors of #EAA4E7
Black with #EAA4E7
Text Example
Text Example
White with #EAA4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA4E7; }
p { color: rgb(234,164,231); }
H1.HeaderClassName
{
color: #EAA4E7;
}
.AnyTagClassName
{
color: #EAA4E7;
}
</style>
background-color css
<style>
a { background-color: #EAA4E7; }
a { background-color: rgb(234,164,231); }
div.DivClassName
{
background-color: #EAA4E7;
}
.BgClassName
{
background-color: #EAA4E7;
}
</style>
border-color css
<style>
span { border-color: #EAA4E7; }
span { border-color: rgb(234,164,231); }
td.TdClassName
{
border-color: #EAA4E7;
}
.TagClassName
{
border-color: #EAA4E7;
}
</style>