Shades of Tea Rose #EE8BBE
Tints of Tea Rose #EE8BBE
RGB
CMYK
RGB Variations
Color information
#EE8BBE (or 0xEE8BBE) is known color: Tea Rose. HEX triplet: EE, 8B and BE. RGB value is (238,139,190). Sum of RGB (Red+Green+Blue) = 238+139+190=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8BBE is #117441. Grayscale: #AEAEAE. Windows color (decimal): -1143874 or 12487662. OLE color: 12487662.
HSL color Cylindrical-coordinate representation of color #EE8BBE: hue angle of 329.09º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8BBE is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 190 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.07 |
| HSL | 329.09º | 0.74% | 0.74% | - |
| HSV(B) | 329.09º | 0.42% | 0.93% | - |
| XYZ | 53.79 | 40.36 | 53.67 | - |
| YUV | 174.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 190 | 0 | 0.42 | 0.20 | 0.07 | 329.09 | 0.74 | 0.74 |
| Hex | EE | 8B | BE | 0 | 2A | 14 | 7 | 149 | 4A | 4A |
| Octal | 356 | 213 | 276 | 0 | 52 | 24 | 7 | 511 | 112 | 112 |
| Binary | 11101110 | 10001011 | 10111110 | 0 | 101010 | 10100 | 111 | 101001001 | 1001010 | 1001010 |
Color Harmonies of #EE8BBE
Complementary color
Monochromatic Colors of #EE8BBE
Black with #EE8BBE
Text Example
Text Example
White with #EE8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BBE; }
p { color: rgb(238,139,190); }
H1.HeaderClassName
{
color: #EE8BBE;
}
.AnyTagClassName
{
color: #EE8BBE;
}
</style>
background-color css
<style>
a { background-color: #EE8BBE; }
a { background-color: rgb(238,139,190); }
div.DivClassName
{
background-color: #EE8BBE;
}
.BgClassName
{
background-color: #EE8BBE;
}
</style>
border-color css
<style>
span { border-color: #EE8BBE; }
span { border-color: rgb(238,139,190); }
td.TdClassName
{
border-color: #EE8BBE;
}
.TagClassName
{
border-color: #EE8BBE;
}
</style>