Shades of Plum #EAA1EF
Tints of Plum #EAA1EF
RGB
CMYK
RGB Variations
Color information
#EAA1EF (or 0xEAA1EF) is known color: Plum. HEX triplet: EA, A1 and EF. RGB value is (234,161,239). Sum of RGB (Red+Green+Blue) = 234+161+239=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAA1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1EF is #155E10. Grayscale: #BFBFBF. Windows color (decimal): -1400337 or 15704554. OLE color: 15704554.
HSL color Cylindrical-coordinate representation of color #EAA1EF: hue angle of 296.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAA1EF is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 161 | 239 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.06 |
| HSL | 296.15º | 0.71% | 0.78% | - |
| HSV(B) | 296.15º | 0.33% | 0.94% | - |
| XYZ | 62.26 | 49.21 | 87.88 | - |
| YUV | 191.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 239 | 0.02 | 0.33 | 0 | 0.06 | 296.15 | 0.71 | 0.78 |
| Hex | EA | A1 | EF | 2 | 21 | 0 | 6 | 128 | 47 | 4E |
| Octal | 352 | 241 | 357 | 2 | 41 | 0 | 6 | 450 | 107 | 116 |
| Binary | 11101010 | 10100001 | 11101111 | 10 | 100001 | 0 | 110 | 100101000 | 1000111 | 1001110 |
Color Harmonies of #EAA1EF
Complementary color
Monochromatic Colors of #EAA1EF
Black with #EAA1EF
Text Example
Text Example
White with #EAA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA1EF; }
p { color: rgb(234,161,239); }
H1.HeaderClassName
{
color: #EAA1EF;
}
.AnyTagClassName
{
color: #EAA1EF;
}
</style>
background-color css
<style>
a { background-color: #EAA1EF; }
a { background-color: rgb(234,161,239); }
div.DivClassName
{
background-color: #EAA1EF;
}
.BgClassName
{
background-color: #EAA1EF;
}
</style>
border-color css
<style>
span { border-color: #EAA1EF; }
span { border-color: rgb(234,161,239); }
td.TdClassName
{
border-color: #EAA1EF;
}
.TagClassName
{
border-color: #EAA1EF;
}
</style>