Shades of Plum #EEA3EC
Tints of Plum #EEA3EC
RGB
CMYK
RGB Variations
Color information
#EEA3EC (or 0xEEA3EC) is known color: Plum. HEX triplet: EE, A3 and EC. RGB value is (238,163,236). Sum of RGB (Red+Green+Blue) = 238+163+236=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA3EC is #115C13. Grayscale: #C1C1C1. Windows color (decimal): -1137684 or 15508462. OLE color: 15508462.
HSL color Cylindrical-coordinate representation of color #EEA3EC: hue angle of 301.6º 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 #EEA3EC is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 236 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.07 |
| HSL | 301.6º | 0.69% | 0.79% | - |
| HSV(B) | 301.6º | 0.32% | 0.93% | - |
| XYZ | 63.5 | 50.43 | 85.74 | - |
| YUV | 193.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 236 | 0 | 0.32 | 0.01 | 0.07 | 301.6 | 0.69 | 0.79 |
| Hex | EE | A3 | EC | 0 | 20 | 1 | 7 | 12E | 45 | 4F |
| Octal | 356 | 243 | 354 | 0 | 40 | 1 | 7 | 456 | 105 | 117 |
| Binary | 11101110 | 10100011 | 11101100 | 0 | 100000 | 1 | 111 | 100101110 | 1000101 | 1001111 |
Color Harmonies of #EEA3EC
Complementary color
Monochromatic Colors of #EEA3EC
Black with #EEA3EC
Text Example
Text Example
White with #EEA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA3EC; }
p { color: rgb(238,163,236); }
H1.HeaderClassName
{
color: #EEA3EC;
}
.AnyTagClassName
{
color: #EEA3EC;
}
</style>
background-color css
<style>
a { background-color: #EEA3EC; }
a { background-color: rgb(238,163,236); }
div.DivClassName
{
background-color: #EEA3EC;
}
.BgClassName
{
background-color: #EEA3EC;
}
</style>
border-color css
<style>
span { border-color: #EEA3EC; }
span { border-color: rgb(238,163,236); }
td.TdClassName
{
border-color: #EEA3EC;
}
.TagClassName
{
border-color: #EEA3EC;
}
</style>