Shades of Plum #EAAAE4
Tints of Plum #EAAAE4
RGB
CMYK
RGB Variations
Color information
#EAAAE4 (or 0xEAAAE4) is known color: Plum. HEX triplet: EA, AA and E4. RGB value is (234,170,228). Sum of RGB (Red+Green+Blue) = 234+170+228=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAE4 is #15551B. Grayscale: #C3C3C3. Windows color (decimal): -1398044 or 14985962. OLE color: 14985962.
HSL color Cylindrical-coordinate representation of color #EAAAE4: hue angle of 305.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAE4 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 228 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.08 |
| HSL | 305.63º | 0.6% | 0.79% | - |
| HSV(B) | 305.63º | 0.27% | 0.92% | - |
| XYZ | 62.31 | 51.84 | 80.12 | - |
| YUV | 195.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 228 | 0 | 0.27 | 0.03 | 0.08 | 305.63 | 0.6 | 0.79 |
| Hex | EA | AA | E4 | 0 | 1B | 3 | 8 | 132 | 3C | 4F |
| Octal | 352 | 252 | 344 | 0 | 33 | 3 | 10 | 462 | 74 | 117 |
| Binary | 11101010 | 10101010 | 11100100 | 0 | 11011 | 11 | 1000 | 100110010 | 111100 | 1001111 |
Color Harmonies of #EAAAE4
Complementary color
Monochromatic Colors of #EAAAE4
Black with #EAAAE4
Text Example
Text Example
White with #EAAAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAE4; }
p { color: rgb(234,170,228); }
H1.HeaderClassName
{
color: #EAAAE4;
}
.AnyTagClassName
{
color: #EAAAE4;
}
</style>
background-color css
<style>
a { background-color: #EAAAE4; }
a { background-color: rgb(234,170,228); }
div.DivClassName
{
background-color: #EAAAE4;
}
.BgClassName
{
background-color: #EAAAE4;
}
</style>
border-color css
<style>
span { border-color: #EAAAE4; }
span { border-color: rgb(234,170,228); }
td.TdClassName
{
border-color: #EAAAE4;
}
.TagClassName
{
border-color: #EAAAE4;
}
</style>