Shades of Plum #EAA1F1
Tints of Plum #EAA1F1
RGB
CMYK
RGB Variations
Color information
#EAA1F1 (or 0xEAA1F1) is known color: Plum. HEX triplet: EA, A1 and F1. RGB value is (234,161,241). Sum of RGB (Red+Green+Blue) = 234+161+241=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAA1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1F1 is #155E0E. Grayscale: #BFBFBF. Windows color (decimal): -1400335 or 15835626. OLE color: 15835626.
HSL color Cylindrical-coordinate representation of color #EAA1F1: hue angle of 294.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAA1F1 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 161 | 241 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.05 |
| HSL | 294.75º | 0.74% | 0.79% | - |
| HSV(B) | 294.75º | 0.33% | 0.95% | - |
| XYZ | 62.55 | 49.33 | 89.44 | - |
| YUV | 191.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 241 | 0.03 | 0.33 | 0 | 0.05 | 294.75 | 0.74 | 0.79 |
| Hex | EA | A1 | F1 | 3 | 21 | 0 | 5 | 127 | 4A | 4F |
| Octal | 352 | 241 | 361 | 3 | 41 | 0 | 5 | 447 | 112 | 117 |
| Binary | 11101010 | 10100001 | 11110001 | 11 | 100001 | 0 | 101 | 100100111 | 1001010 | 1001111 |
Color Harmonies of #EAA1F1
Complementary color
Monochromatic Colors of #EAA1F1
Black with #EAA1F1
Text Example
Text Example
White with #EAA1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA1F1; }
p { color: rgb(234,161,241); }
H1.HeaderClassName
{
color: #EAA1F1;
}
.AnyTagClassName
{
color: #EAA1F1;
}
</style>
background-color css
<style>
a { background-color: #EAA1F1; }
a { background-color: rgb(234,161,241); }
div.DivClassName
{
background-color: #EAA1F1;
}
.BgClassName
{
background-color: #EAA1F1;
}
</style>
border-color css
<style>
span { border-color: #EAA1F1; }
span { border-color: rgb(234,161,241); }
td.TdClassName
{
border-color: #EAA1F1;
}
.TagClassName
{
border-color: #EAA1F1;
}
</style>