Shades of Plum #EE9FEB
Tints of Plum #EE9FEB
RGB
CMYK
RGB Variations
Color information
#EE9FEB (or 0xEE9FEB) is known color: Plum. HEX triplet: EE, 9F and EB. RGB value is (238,159,235). Sum of RGB (Red+Green+Blue) = 238+159+235=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FEB is #116014. Grayscale: #BFBFBF. Windows color (decimal): -1138709 or 15441902. OLE color: 15441902.
HSL color Cylindrical-coordinate representation of color #EE9FEB: hue angle of 302.28º 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 #EE9FEB is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 159 | 235 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.07 |
| HSL | 302.28º | 0.7% | 0.78% | - |
| HSV(B) | 302.28º | 0.33% | 0.93% | - |
| XYZ | 62.65 | 48.97 | 84.75 | - |
| YUV | 191.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 235 | 0 | 0.33 | 0.01 | 0.07 | 302.28 | 0.7 | 0.78 |
| Hex | EE | 9F | EB | 0 | 21 | 1 | 7 | 12E | 46 | 4E |
| Octal | 356 | 237 | 353 | 0 | 41 | 1 | 7 | 456 | 106 | 116 |
| Binary | 11101110 | 10011111 | 11101011 | 0 | 100001 | 1 | 111 | 100101110 | 1000110 | 1001110 |
Color Harmonies of #EE9FEB
Complementary color
Monochromatic Colors of #EE9FEB
Black with #EE9FEB
Text Example
Text Example
White with #EE9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9FEB; }
p { color: rgb(238,159,235); }
H1.HeaderClassName
{
color: #EE9FEB;
}
.AnyTagClassName
{
color: #EE9FEB;
}
</style>
background-color css
<style>
a { background-color: #EE9FEB; }
a { background-color: rgb(238,159,235); }
div.DivClassName
{
background-color: #EE9FEB;
}
.BgClassName
{
background-color: #EE9FEB;
}
</style>
border-color css
<style>
span { border-color: #EE9FEB; }
span { border-color: rgb(238,159,235); }
td.TdClassName
{
border-color: #EE9FEB;
}
.TagClassName
{
border-color: #EE9FEB;
}
</style>