Shades of Plum #EEAAEC
Tints of Plum #EEAAEC
RGB
CMYK
RGB Variations
Color information
#EEAAEC (or 0xEEAAEC) is known color: Plum. HEX triplet: EE, AA and EC. RGB value is (238,170,236). Sum of RGB (Red+Green+Blue) = 238+170+236=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAEC is #115513. Grayscale: #C5C5C5. Windows color (decimal): -1135892 or 15510254. OLE color: 15510254.
HSL color Cylindrical-coordinate representation of color #EEAAEC: hue angle of 301.76º 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 #EEAAEC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 236 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.07 |
| HSL | 301.76º | 0.67% | 0.8% | - |
| HSV(B) | 301.76º | 0.29% | 0.93% | - |
| XYZ | 64.77 | 52.98 | 86.17 | - |
| YUV | 197.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 236 | 0 | 0.29 | 0.01 | 0.07 | 301.76 | 0.67 | 0.8 |
| Hex | EE | AA | EC | 0 | 1D | 1 | 7 | 12E | 43 | 50 |
| Octal | 356 | 252 | 354 | 0 | 35 | 1 | 7 | 456 | 103 | 120 |
| Binary | 11101110 | 10101010 | 11101100 | 0 | 11101 | 1 | 111 | 100101110 | 1000011 | 1010000 |
Color Harmonies of #EEAAEC
Complementary color
Monochromatic Colors of #EEAAEC
Black with #EEAAEC
Text Example
Text Example
White with #EEAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAAEC; }
p { color: rgb(238,170,236); }
H1.HeaderClassName
{
color: #EEAAEC;
}
.AnyTagClassName
{
color: #EEAAEC;
}
</style>
background-color css
<style>
a { background-color: #EEAAEC; }
a { background-color: rgb(238,170,236); }
div.DivClassName
{
background-color: #EEAAEC;
}
.BgClassName
{
background-color: #EEAAEC;
}
</style>
border-color css
<style>
span { border-color: #EEAAEC; }
span { border-color: rgb(238,170,236); }
td.TdClassName
{
border-color: #EEAAEC;
}
.TagClassName
{
border-color: #EEAAEC;
}
</style>