Shades of Plum #EE9FEC
Tints of Plum #EE9FEC
RGB
CMYK
RGB Variations
Color information
#EE9FEC (or 0xEE9FEC) is known color: Plum. HEX triplet: EE, 9F and EC. RGB value is (238,159,236). Sum of RGB (Red+Green+Blue) = 238+159+236=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FEC is #116013. Grayscale: #BFBFBF. Windows color (decimal): -1138708 or 15507438. OLE color: 15507438.
HSL color Cylindrical-coordinate representation of color #EE9FEC: hue angle of 301.52º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EE9FEC is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 159 | 236 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.07 |
| HSL | 301.52º | 0.7% | 0.78% | - |
| HSV(B) | 301.52º | 0.33% | 0.93% | - |
| XYZ | 62.8 | 49.03 | 85.51 | - |
| YUV | 191.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 236 | 0 | 0.33 | 0.01 | 0.07 | 301.52 | 0.7 | 0.78 |
| Hex | EE | 9F | EC | 0 | 21 | 1 | 7 | 12E | 46 | 4E |
| Octal | 356 | 237 | 354 | 0 | 41 | 1 | 7 | 456 | 106 | 116 |
| Binary | 11101110 | 10011111 | 11101100 | 0 | 100001 | 1 | 111 | 100101110 | 1000110 | 1001110 |
Color Harmonies of #EE9FEC
Complementary color
Monochromatic Colors of #EE9FEC
Black with #EE9FEC
Text Example
Text Example
White with #EE9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9FEC; }
p { color: rgb(238,159,236); }
H1.HeaderClassName
{
color: #EE9FEC;
}
.AnyTagClassName
{
color: #EE9FEC;
}
</style>
background-color css
<style>
a { background-color: #EE9FEC; }
a { background-color: rgb(238,159,236); }
div.DivClassName
{
background-color: #EE9FEC;
}
.BgClassName
{
background-color: #EE9FEC;
}
</style>
border-color css
<style>
span { border-color: #EE9FEC; }
span { border-color: rgb(238,159,236); }
td.TdClassName
{
border-color: #EE9FEC;
}
.TagClassName
{
border-color: #EE9FEC;
}
</style>