Shades of Plum #EEA9EC
Tints of Plum #EEA9EC
RGB
CMYK
RGB Variations
Color information
#EEA9EC (or 0xEEA9EC) is known color: Plum. HEX triplet: EE, A9 and EC. RGB value is (238,169,236). Sum of RGB (Red+Green+Blue) = 238+169+236=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 169 (66.41% from 255 or 26.28% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA9EC is #115613. Grayscale: #C5C5C5. Windows color (decimal): -1136148 or 15509998. OLE color: 15509998.
HSL color Cylindrical-coordinate representation of color #EEA9EC: hue angle of 301.74º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA9EC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 236 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.07 |
| HSL | 301.74º | 0.67% | 0.8% | - |
| HSV(B) | 301.74º | 0.29% | 0.93% | - |
| XYZ | 64.59 | 52.61 | 86.11 | - |
| YUV | 197.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 236 | 0 | 0.29 | 0.01 | 0.07 | 301.74 | 0.67 | 0.8 |
| Hex | EE | A9 | EC | 0 | 1D | 1 | 7 | 12E | 43 | 50 |
| Octal | 356 | 251 | 354 | 0 | 35 | 1 | 7 | 456 | 103 | 120 |
| Binary | 11101110 | 10101001 | 11101100 | 0 | 11101 | 1 | 111 | 100101110 | 1000011 | 1010000 |
Color Harmonies of #EEA9EC
Complementary color
Monochromatic Colors of #EEA9EC
Black with #EEA9EC
Text Example
Text Example
White with #EEA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9EC; }
p { color: rgb(238,169,236); }
H1.HeaderClassName
{
color: #EEA9EC;
}
.AnyTagClassName
{
color: #EEA9EC;
}
</style>
background-color css
<style>
a { background-color: #EEA9EC; }
a { background-color: rgb(238,169,236); }
div.DivClassName
{
background-color: #EEA9EC;
}
.BgClassName
{
background-color: #EEA9EC;
}
</style>
border-color css
<style>
span { border-color: #EEA9EC; }
span { border-color: rgb(238,169,236); }
td.TdClassName
{
border-color: #EEA9EC;
}
.TagClassName
{
border-color: #EEA9EC;
}
</style>