Shades of Tea Rose #E989C5
Tints of Tea Rose #E989C5
RGB
CMYK
RGB Variations
Color information
#E989C5 (or 0xE989C5) is known color: Tea Rose. HEX triplet: E9, 89 and C5. RGB value is (233,137,197). Sum of RGB (Red+Green+Blue) = 233+137+197=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E989C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E989C5 is #16763A. Grayscale: #ACACAC. Windows color (decimal): -1472059 or 12945897. OLE color: 12945897.
HSL color Cylindrical-coordinate representation of color #E989C5: hue angle of 322.5º 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 #E989C5 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 137 | 197 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.09 |
| HSL | 322.5º | 0.69% | 0.73% | - |
| HSV(B) | 322.5º | 0.41% | 0.91% | - |
| XYZ | 52.63 | 39.25 | 57.62 | - |
| YUV | 172.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 137 | 197 | 0 | 0.41 | 0.15 | 0.09 | 322.5 | 0.69 | 0.73 |
| Hex | E9 | 89 | C5 | 0 | 29 | F | 9 | 142 | 45 | 49 |
| Octal | 351 | 211 | 305 | 0 | 51 | 17 | 11 | 502 | 105 | 111 |
| Binary | 11101001 | 10001001 | 11000101 | 0 | 101001 | 1111 | 1001 | 101000010 | 1000101 | 1001001 |
Color Harmonies of #E989C5
Complementary color
Monochromatic Colors of #E989C5
Black with #E989C5
Text Example
Text Example
White with #E989C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E989C5; }
p { color: rgb(233,137,197); }
H1.HeaderClassName
{
color: #E989C5;
}
.AnyTagClassName
{
color: #E989C5;
}
</style>
background-color css
<style>
a { background-color: #E989C5; }
a { background-color: rgb(233,137,197); }
div.DivClassName
{
background-color: #E989C5;
}
.BgClassName
{
background-color: #E989C5;
}
</style>
border-color css
<style>
span { border-color: #E989C5; }
span { border-color: rgb(233,137,197); }
td.TdClassName
{
border-color: #E989C5;
}
.TagClassName
{
border-color: #E989C5;
}
</style>