Shades of Plum #EAA3EE
Tints of Plum #EAA3EE
RGB
CMYK
RGB Variations
Color information
#EAA3EE (or 0xEAA3EE) is known color: Plum. HEX triplet: EA, A3 and EE. RGB value is (234,163,238). Sum of RGB (Red+Green+Blue) = 234+163+238=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 163 (64.06% from 255 or 25.67% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAA3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA3EE is #155C11. Grayscale: #C0C0C0. Windows color (decimal): -1399826 or 15639530. OLE color: 15639530.
HSL color Cylindrical-coordinate representation of color #EAA3EE: hue angle of 296.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA3EE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 163 | 238 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.07 |
| HSL | 296.8º | 0.69% | 0.79% | - |
| HSV(B) | 296.8º | 0.32% | 0.93% | - |
| XYZ | 62.46 | 49.86 | 87.22 | - |
| YUV | 192.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 238 | 0.02 | 0.32 | 0 | 0.07 | 296.8 | 0.69 | 0.79 |
| Hex | EA | A3 | EE | 2 | 20 | 0 | 7 | 129 | 45 | 4F |
| Octal | 352 | 243 | 356 | 2 | 40 | 0 | 7 | 451 | 105 | 117 |
| Binary | 11101010 | 10100011 | 11101110 | 10 | 100000 | 0 | 111 | 100101001 | 1000101 | 1001111 |
Color Harmonies of #EAA3EE
Complementary color
Monochromatic Colors of #EAA3EE
Black with #EAA3EE
Text Example
Text Example
White with #EAA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA3EE; }
p { color: rgb(234,163,238); }
H1.HeaderClassName
{
color: #EAA3EE;
}
.AnyTagClassName
{
color: #EAA3EE;
}
</style>
background-color css
<style>
a { background-color: #EAA3EE; }
a { background-color: rgb(234,163,238); }
div.DivClassName
{
background-color: #EAA3EE;
}
.BgClassName
{
background-color: #EAA3EE;
}
</style>
border-color css
<style>
span { border-color: #EAA3EE; }
span { border-color: rgb(234,163,238); }
td.TdClassName
{
border-color: #EAA3EE;
}
.TagClassName
{
border-color: #EAA3EE;
}
</style>