Shades of Plum #EE9BEA
Tints of Plum #EE9BEA
RGB
CMYK
RGB Variations
Color information
#EE9BEA (or 0xEE9BEA) is known color: Plum. HEX triplet: EE, 9B and EA. RGB value is (238,155,234). Sum of RGB (Red+Green+Blue) = 238+155+234=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 155 (60.94% from 255 or 24.72% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BEA is #116415. Grayscale: #BCBCBC. Windows color (decimal): -1139734 or 15375342. OLE color: 15375342.
HSL color Cylindrical-coordinate representation of color #EE9BEA: hue angle of 302.89º 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 #EE9BEA is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 234 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.07 |
| HSL | 302.89º | 0.71% | 0.77% | - |
| HSV(B) | 302.89º | 0.35% | 0.93% | - |
| XYZ | 61.83 | 47.56 | 83.76 | - |
| YUV | 188.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 234 | 0 | 0.35 | 0.02 | 0.07 | 302.89 | 0.71 | 0.77 |
| Hex | EE | 9B | EA | 0 | 23 | 2 | 7 | 12F | 47 | 4D |
| Octal | 356 | 233 | 352 | 0 | 43 | 2 | 7 | 457 | 107 | 115 |
| Binary | 11101110 | 10011011 | 11101010 | 0 | 100011 | 10 | 111 | 100101111 | 1000111 | 1001101 |
Color Harmonies of #EE9BEA
Complementary color
Monochromatic Colors of #EE9BEA
Black with #EE9BEA
Text Example
Text Example
White with #EE9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BEA; }
p { color: rgb(238,155,234); }
H1.HeaderClassName
{
color: #EE9BEA;
}
.AnyTagClassName
{
color: #EE9BEA;
}
</style>
background-color css
<style>
a { background-color: #EE9BEA; }
a { background-color: rgb(238,155,234); }
div.DivClassName
{
background-color: #EE9BEA;
}
.BgClassName
{
background-color: #EE9BEA;
}
</style>
border-color css
<style>
span { border-color: #EE9BEA; }
span { border-color: rgb(238,155,234); }
td.TdClassName
{
border-color: #EE9BEA;
}
.TagClassName
{
border-color: #EE9BEA;
}
</style>