Shades of Tea Rose #EE89BF
Tints of Tea Rose #EE89BF
RGB
CMYK
RGB Variations
Color information
#EE89BF (or 0xEE89BF) is known color: Tea Rose. HEX triplet: EE, 89 and BF. RGB value is (238,137,191). Sum of RGB (Red+Green+Blue) = 238+137+191=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89BF is #117640. Grayscale: #ADADAD. Windows color (decimal): -1144385 or 12552686. OLE color: 12552686.
HSL color Cylindrical-coordinate representation of color #EE89BF: hue angle of 327.92º 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 #EE89BF is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 191 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.07 |
| HSL | 327.92º | 0.75% | 0.74% | - |
| HSV(B) | 327.92º | 0.42% | 0.93% | - |
| XYZ | 53.61 | 39.83 | 54.15 | - |
| YUV | 173.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 191 | 0 | 0.42 | 0.20 | 0.07 | 327.92 | 0.75 | 0.74 |
| Hex | EE | 89 | BF | 0 | 2A | 14 | 7 | 148 | 4B | 4A |
| Octal | 356 | 211 | 277 | 0 | 52 | 24 | 7 | 510 | 113 | 112 |
| Binary | 11101110 | 10001001 | 10111111 | 0 | 101010 | 10100 | 111 | 101001000 | 1001011 | 1001010 |
Color Harmonies of #EE89BF
Complementary color
Monochromatic Colors of #EE89BF
Black with #EE89BF
Text Example
Text Example
White with #EE89BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE89BF; }
p { color: rgb(238,137,191); }
H1.HeaderClassName
{
color: #EE89BF;
}
.AnyTagClassName
{
color: #EE89BF;
}
</style>
background-color css
<style>
a { background-color: #EE89BF; }
a { background-color: rgb(238,137,191); }
div.DivClassName
{
background-color: #EE89BF;
}
.BgClassName
{
background-color: #EE89BF;
}
</style>
border-color css
<style>
span { border-color: #EE89BF; }
span { border-color: rgb(238,137,191); }
td.TdClassName
{
border-color: #EE89BF;
}
.TagClassName
{
border-color: #EE89BF;
}
</style>