Shades of Tea Rose #E989C0
Tints of Tea Rose #E989C0
RGB
CMYK
RGB Variations
Color information
#E989C0 (or 0xE989C0) is known color: Tea Rose. HEX triplet: E9, 89 and C0. RGB value is (233,137,192). Sum of RGB (Red+Green+Blue) = 233+137+192=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E989C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E989C0 is #16763F. Grayscale: #ABABAB. Windows color (decimal): -1472064 or 12618217. OLE color: 12618217.
HSL color Cylindrical-coordinate representation of color #E989C0: hue angle of 325.62º 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 #E989C0 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 137 | 192 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.09 |
| HSL | 325.63º | 0.69% | 0.73% | - |
| HSV(B) | 325.63º | 0.41% | 0.91% | - |
| XYZ | 52.06 | 39.02 | 54.66 | - |
| YUV | 171.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 137 | 192 | 0 | 0.41 | 0.18 | 0.09 | 325.63 | 0.69 | 0.73 |
| Hex | E9 | 89 | C0 | 0 | 29 | 12 | 9 | 146 | 45 | 49 |
| Octal | 351 | 211 | 300 | 0 | 51 | 22 | 11 | 506 | 105 | 111 |
| Binary | 11101001 | 10001001 | 11000000 | 0 | 101001 | 10010 | 1001 | 101000110 | 1000101 | 1001001 |
Color Harmonies of #E989C0
Complementary color
Monochromatic Colors of #E989C0
Black with #E989C0
Text Example
Text Example
White with #E989C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E989C0; }
p { color: rgb(233,137,192); }
H1.HeaderClassName
{
color: #E989C0;
}
.AnyTagClassName
{
color: #E989C0;
}
</style>
background-color css
<style>
a { background-color: #E989C0; }
a { background-color: rgb(233,137,192); }
div.DivClassName
{
background-color: #E989C0;
}
.BgClassName
{
background-color: #E989C0;
}
</style>
border-color css
<style>
span { border-color: #E989C0; }
span { border-color: rgb(233,137,192); }
td.TdClassName
{
border-color: #E989C0;
}
.TagClassName
{
border-color: #E989C0;
}
</style>