Shades of Plum #EE9BEB
Tints of Plum #EE9BEB
RGB
CMYK
RGB Variations
Color information
#EE9BEB (or 0xEE9BEB) is known color: Plum. HEX triplet: EE, 9B and EB. RGB value is (238,155,235). Sum of RGB (Red+Green+Blue) = 238+155+235=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BEB is #116414. Grayscale: #BCBCBC. Windows color (decimal): -1139733 or 15440878. OLE color: 15440878.
HSL color Cylindrical-coordinate representation of color #EE9BEB: hue angle of 302.17º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9BEB is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 235 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.07 |
| HSL | 302.17º | 0.71% | 0.77% | - |
| HSV(B) | 302.17º | 0.35% | 0.93% | - |
| XYZ | 61.98 | 47.62 | 84.52 | - |
| YUV | 188.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 235 | 0 | 0.35 | 0.01 | 0.07 | 302.17 | 0.71 | 0.77 |
| Hex | EE | 9B | EB | 0 | 23 | 1 | 7 | 12E | 47 | 4D |
| Octal | 356 | 233 | 353 | 0 | 43 | 1 | 7 | 456 | 107 | 115 |
| Binary | 11101110 | 10011011 | 11101011 | 0 | 100011 | 1 | 111 | 100101110 | 1000111 | 1001101 |
Color Harmonies of #EE9BEB
Complementary color
Monochromatic Colors of #EE9BEB
Black with #EE9BEB
Text Example
Text Example
White with #EE9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BEB; }
p { color: rgb(238,155,235); }
H1.HeaderClassName
{
color: #EE9BEB;
}
.AnyTagClassName
{
color: #EE9BEB;
}
</style>
background-color css
<style>
a { background-color: #EE9BEB; }
a { background-color: rgb(238,155,235); }
div.DivClassName
{
background-color: #EE9BEB;
}
.BgClassName
{
background-color: #EE9BEB;
}
</style>
border-color css
<style>
span { border-color: #EE9BEB; }
span { border-color: rgb(238,155,235); }
td.TdClassName
{
border-color: #EE9BEB;
}
.TagClassName
{
border-color: #EE9BEB;
}
</style>