Shades of Plum #EAA1E3
Tints of Plum #EAA1E3
RGB
CMYK
RGB Variations
Color information
#EAA1E3 (or 0xEAA1E3) is known color: Plum. HEX triplet: EA, A1 and E3. RGB value is (234,161,227). Sum of RGB (Red+Green+Blue) = 234+161+227=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 161 (63.28% from 255 or 25.88% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA1E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA1E3 is #155E1C. Grayscale: #BEBEBE. Windows color (decimal): -1400349 or 14918122. OLE color: 14918122.
HSL color Cylindrical-coordinate representation of color #EAA1E3: hue angle of 305.75º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA1E3 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 227 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.08 |
| HSL | 305.75º | 0.63% | 0.77% | - |
| HSV(B) | 305.75º | 0.31% | 0.92% | - |
| XYZ | 60.54 | 48.53 | 78.85 | - |
| YUV | 190.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 227 | 0 | 0.31 | 0.03 | 0.08 | 305.75 | 0.63 | 0.77 |
| Hex | EA | A1 | E3 | 0 | 1F | 3 | 8 | 132 | 3F | 4D |
| Octal | 352 | 241 | 343 | 0 | 37 | 3 | 10 | 462 | 77 | 115 |
| Binary | 11101010 | 10100001 | 11100011 | 0 | 11111 | 11 | 1000 | 100110010 | 111111 | 1001101 |
Color Harmonies of #EAA1E3
Complementary color
Monochromatic Colors of #EAA1E3
Black with #EAA1E3
Text Example
Text Example
White with #EAA1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA1E3; }
p { color: rgb(234,161,227); }
H1.HeaderClassName
{
color: #EAA1E3;
}
.AnyTagClassName
{
color: #EAA1E3;
}
</style>
background-color css
<style>
a { background-color: #EAA1E3; }
a { background-color: rgb(234,161,227); }
div.DivClassName
{
background-color: #EAA1E3;
}
.BgClassName
{
background-color: #EAA1E3;
}
</style>
border-color css
<style>
span { border-color: #EAA1E3; }
span { border-color: rgb(234,161,227); }
td.TdClassName
{
border-color: #EAA1E3;
}
.TagClassName
{
border-color: #EAA1E3;
}
</style>