Shades of Plum #EAAAE5
Tints of Plum #EAAAE5
RGB
CMYK
RGB Variations
Color information
#EAAAE5 (or 0xEAAAE5) is known color: Plum. HEX triplet: EA, AA and E5. RGB value is (234,170,229). Sum of RGB (Red+Green+Blue) = 234+170+229=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAE5 is #15551A. Grayscale: #C3C3C3. Windows color (decimal): -1398043 or 15051498. OLE color: 15051498.
HSL color Cylindrical-coordinate representation of color #EAAAE5: hue angle of 304.69º 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 #EAAAE5 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 229 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.08 |
| HSL | 304.69º | 0.6% | 0.79% | - |
| HSV(B) | 304.69º | 0.27% | 0.92% | - |
| XYZ | 62.45 | 51.9 | 80.85 | - |
| YUV | 195.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 229 | 0 | 0.27 | 0.02 | 0.08 | 304.69 | 0.6 | 0.79 |
| Hex | EA | AA | E5 | 0 | 1B | 2 | 8 | 131 | 3C | 4F |
| Octal | 352 | 252 | 345 | 0 | 33 | 2 | 10 | 461 | 74 | 117 |
| Binary | 11101010 | 10101010 | 11100101 | 0 | 11011 | 10 | 1000 | 100110001 | 111100 | 1001111 |
Color Harmonies of #EAAAE5
Complementary color
Monochromatic Colors of #EAAAE5
Black with #EAAAE5
Text Example
Text Example
White with #EAAAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAE5; }
p { color: rgb(234,170,229); }
H1.HeaderClassName
{
color: #EAAAE5;
}
.AnyTagClassName
{
color: #EAAAE5;
}
</style>
background-color css
<style>
a { background-color: #EAAAE5; }
a { background-color: rgb(234,170,229); }
div.DivClassName
{
background-color: #EAAAE5;
}
.BgClassName
{
background-color: #EAAAE5;
}
</style>
border-color css
<style>
span { border-color: #EAAAE5; }
span { border-color: rgb(234,170,229); }
td.TdClassName
{
border-color: #EAAAE5;
}
.TagClassName
{
border-color: #EAAAE5;
}
</style>