Shades of Tea Rose #EE89BC
Tints of Tea Rose #EE89BC
RGB
CMYK
RGB Variations
Color information
#EE89BC (or 0xEE89BC) is known color: Tea Rose. HEX triplet: EE, 89 and BC. RGB value is (238,137,188). Sum of RGB (Red+Green+Blue) = 238+137+188=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89BC is #117643. Grayscale: #ACACAC. Windows color (decimal): -1144388 or 12356078. OLE color: 12356078.
HSL color Cylindrical-coordinate representation of color #EE89BC: hue angle of 329.7º degrees, saturation: 0.75, 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 #EE89BC is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 188 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.07 |
| HSL | 329.7º | 0.75% | 0.74% | - |
| HSV(B) | 329.7º | 0.42% | 0.93% | - |
| XYZ | 53.28 | 39.7 | 52.43 | - |
| YUV | 173.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 188 | 0 | 0.42 | 0.21 | 0.07 | 329.7 | 0.75 | 0.74 |
| Hex | EE | 89 | BC | 0 | 2A | 15 | 7 | 14A | 4B | 4A |
| Octal | 356 | 211 | 274 | 0 | 52 | 25 | 7 | 512 | 113 | 112 |
| Binary | 11101110 | 10001001 | 10111100 | 0 | 101010 | 10101 | 111 | 101001010 | 1001011 | 1001010 |
Color Harmonies of #EE89BC
Complementary color
Monochromatic Colors of #EE89BC
Black with #EE89BC
Text Example
Text Example
White with #EE89BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE89BC; }
p { color: rgb(238,137,188); }
H1.HeaderClassName
{
color: #EE89BC;
}
.AnyTagClassName
{
color: #EE89BC;
}
</style>
background-color css
<style>
a { background-color: #EE89BC; }
a { background-color: rgb(238,137,188); }
div.DivClassName
{
background-color: #EE89BC;
}
.BgClassName
{
background-color: #EE89BC;
}
</style>
border-color css
<style>
span { border-color: #EE89BC; }
span { border-color: rgb(238,137,188); }
td.TdClassName
{
border-color: #EE89BC;
}
.TagClassName
{
border-color: #EE89BC;
}
</style>