Shades of Plum #EAA3EC
Tints of Plum #EAA3EC
RGB
CMYK
RGB Variations
Color information
#EAA3EC (or 0xEAA3EC) is known color: Plum. HEX triplet: EA, A3 and EC. RGB value is (234,163,236). Sum of RGB (Red+Green+Blue) = 234+163+236=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAA3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA3EC is #155C13. Grayscale: #C0C0C0. Windows color (decimal): -1399828 or 15508458. OLE color: 15508458.
HSL color Cylindrical-coordinate representation of color #EAA3EC: hue angle of 298.36º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA3EC is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 163 | 236 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.07 |
| HSL | 298.36º | 0.66% | 0.78% | - |
| HSV(B) | 298.36º | 0.31% | 0.93% | - |
| XYZ | 62.17 | 49.74 | 85.68 | - |
| YUV | 192.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 236 | 0.01 | 0.31 | 0 | 0.07 | 298.36 | 0.66 | 0.78 |
| Hex | EA | A3 | EC | 1 | 1F | 0 | 7 | 12A | 42 | 4E |
| Octal | 352 | 243 | 354 | 1 | 37 | 0 | 7 | 452 | 102 | 116 |
| Binary | 11101010 | 10100011 | 11101100 | 1 | 11111 | 0 | 111 | 100101010 | 1000010 | 1001110 |
Color Harmonies of #EAA3EC
Complementary color
Monochromatic Colors of #EAA3EC
Black with #EAA3EC
Text Example
Text Example
White with #EAA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA3EC; }
p { color: rgb(234,163,236); }
H1.HeaderClassName
{
color: #EAA3EC;
}
.AnyTagClassName
{
color: #EAA3EC;
}
</style>
background-color css
<style>
a { background-color: #EAA3EC; }
a { background-color: rgb(234,163,236); }
div.DivClassName
{
background-color: #EAA3EC;
}
.BgClassName
{
background-color: #EAA3EC;
}
</style>
border-color css
<style>
span { border-color: #EAA3EC; }
span { border-color: rgb(234,163,236); }
td.TdClassName
{
border-color: #EAA3EC;
}
.TagClassName
{
border-color: #EAA3EC;
}
</style>