Shades of Plum #EAA1EE
Tints of Plum #EAA1EE
RGB
CMYK
RGB Variations
Color information
#EAA1EE (or 0xEAA1EE) is known color: Plum. HEX triplet: EA, A1 and EE. RGB value is (234,161,238). Sum of RGB (Red+Green+Blue) = 234+161+238=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAA1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1EE is #155E11. Grayscale: #BFBFBF. Windows color (decimal): -1400338 or 15639018. OLE color: 15639018.
HSL color Cylindrical-coordinate representation of color #EAA1EE: hue angle of 296.88º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA1EE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 161 | 238 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.07 |
| HSL | 296.88º | 0.69% | 0.78% | - |
| HSV(B) | 296.88º | 0.32% | 0.93% | - |
| XYZ | 62.11 | 49.16 | 87.1 | - |
| YUV | 191.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 238 | 0.02 | 0.32 | 0 | 0.07 | 296.88 | 0.69 | 0.78 |
| Hex | EA | A1 | EE | 2 | 20 | 0 | 7 | 129 | 45 | 4E |
| Octal | 352 | 241 | 356 | 2 | 40 | 0 | 7 | 451 | 105 | 116 |
| Binary | 11101010 | 10100001 | 11101110 | 10 | 100000 | 0 | 111 | 100101001 | 1000101 | 1001110 |
Color Harmonies of #EAA1EE
Complementary color
Monochromatic Colors of #EAA1EE
Black with #EAA1EE
Text Example
Text Example
White with #EAA1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA1EE; }
p { color: rgb(234,161,238); }
H1.HeaderClassName
{
color: #EAA1EE;
}
.AnyTagClassName
{
color: #EAA1EE;
}
</style>
background-color css
<style>
a { background-color: #EAA1EE; }
a { background-color: rgb(234,161,238); }
div.DivClassName
{
background-color: #EAA1EE;
}
.BgClassName
{
background-color: #EAA1EE;
}
</style>
border-color css
<style>
span { border-color: #EAA1EE; }
span { border-color: rgb(234,161,238); }
td.TdClassName
{
border-color: #EAA1EE;
}
.TagClassName
{
border-color: #EAA1EE;
}
</style>