Shades of Plum #EE9EEC
Tints of Plum #EE9EEC
RGB
CMYK
RGB Variations
Color information
#EE9EEC (or 0xEE9EEC) is known color: Plum. HEX triplet: EE, 9E and EC. RGB value is (238,158,236). Sum of RGB (Red+Green+Blue) = 238+158+236=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9EEC is #116113. Grayscale: #BEBEBE. Windows color (decimal): -1138964 or 15507182. OLE color: 15507182.
HSL color Cylindrical-coordinate representation of color #EE9EEC: hue angle of 301.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9EEC is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 158 | 236 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.07 |
| HSL | 301.5º | 0.7% | 0.78% | - |
| HSV(B) | 301.5º | 0.34% | 0.93% | - |
| XYZ | 62.63 | 48.69 | 85.45 | - |
| YUV | 190.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 158 | 236 | 0 | 0.34 | 0.01 | 0.07 | 301.5 | 0.7 | 0.78 |
| Hex | EE | 9E | EC | 0 | 22 | 1 | 7 | 12E | 46 | 4E |
| Octal | 356 | 236 | 354 | 0 | 42 | 1 | 7 | 456 | 106 | 116 |
| Binary | 11101110 | 10011110 | 11101100 | 0 | 100010 | 1 | 111 | 100101110 | 1000110 | 1001110 |
Color Harmonies of #EE9EEC
Complementary color
Monochromatic Colors of #EE9EEC
Black with #EE9EEC
Text Example
Text Example
White with #EE9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9EEC; }
p { color: rgb(238,158,236); }
H1.HeaderClassName
{
color: #EE9EEC;
}
.AnyTagClassName
{
color: #EE9EEC;
}
</style>
background-color css
<style>
a { background-color: #EE9EEC; }
a { background-color: rgb(238,158,236); }
div.DivClassName
{
background-color: #EE9EEC;
}
.BgClassName
{
background-color: #EE9EEC;
}
</style>
border-color css
<style>
span { border-color: #EE9EEC; }
span { border-color: rgb(238,158,236); }
td.TdClassName
{
border-color: #EE9EEC;
}
.TagClassName
{
border-color: #EE9EEC;
}
</style>