Shades of Tea Rose #E989C7
Tints of Tea Rose #E989C7
RGB
CMYK
RGB Variations
Color information
#E989C7 (or 0xE989C7) is known color: Tea Rose. HEX triplet: E9, 89 and C7. RGB value is (233,137,199). Sum of RGB (Red+Green+Blue) = 233+137+199=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E989C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E989C7 is #167638. Grayscale: #ACACAC. Windows color (decimal): -1472057 or 13076969. OLE color: 13076969.
HSL color Cylindrical-coordinate representation of color #E989C7: hue angle of 321.25º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E989C7 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 137 | 199 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.09 |
| HSL | 321.25º | 0.69% | 0.73% | - |
| HSV(B) | 321.25º | 0.41% | 0.91% | - |
| XYZ | 52.86 | 39.34 | 58.84 | - |
| YUV | 172.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 137 | 199 | 0 | 0.41 | 0.15 | 0.09 | 321.25 | 0.69 | 0.73 |
| Hex | E9 | 89 | C7 | 0 | 29 | F | 9 | 141 | 45 | 49 |
| Octal | 351 | 211 | 307 | 0 | 51 | 17 | 11 | 501 | 105 | 111 |
| Binary | 11101001 | 10001001 | 11000111 | 0 | 101001 | 1111 | 1001 | 101000001 | 1000101 | 1001001 |
Color Harmonies of #E989C7
Complementary color
Monochromatic Colors of #E989C7
Black with #E989C7
Text Example
Text Example
White with #E989C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E989C7; }
p { color: rgb(233,137,199); }
H1.HeaderClassName
{
color: #E989C7;
}
.AnyTagClassName
{
color: #E989C7;
}
</style>
background-color css
<style>
a { background-color: #E989C7; }
a { background-color: rgb(233,137,199); }
div.DivClassName
{
background-color: #E989C7;
}
.BgClassName
{
background-color: #E989C7;
}
</style>
border-color css
<style>
span { border-color: #E989C7; }
span { border-color: rgb(233,137,199); }
td.TdClassName
{
border-color: #E989C7;
}
.TagClassName
{
border-color: #E989C7;
}
</style>