Shades of Tea Rose #E98DC9
Tints of Tea Rose #E98DC9
RGB
CMYK
RGB Variations
Color information
#E98DC9 (or 0xE98DC9) is known color: Tea Rose. HEX triplet: E9, 8D and C9. RGB value is (233,141,201). Sum of RGB (Red+Green+Blue) = 233+141+201=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DC9 is #167236. Grayscale: #AFAFAF. Windows color (decimal): -1471031 or 13209065. OLE color: 13209065.
HSL color Cylindrical-coordinate representation of color #E98DC9: hue angle of 320.87º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E98DC9 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 201 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.09 |
| HSL | 320.87º | 0.68% | 0.73% | - |
| HSV(B) | 320.87º | 0.39% | 0.91% | - |
| XYZ | 53.67 | 40.59 | 60.26 | - |
| YUV | 175.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 201 | 0 | 0.39 | 0.14 | 0.09 | 320.87 | 0.68 | 0.73 |
| Hex | E9 | 8D | C9 | 0 | 27 | E | 9 | 141 | 44 | 49 |
| Octal | 351 | 215 | 311 | 0 | 47 | 16 | 11 | 501 | 104 | 111 |
| Binary | 11101001 | 10001101 | 11001001 | 0 | 100111 | 1110 | 1001 | 101000001 | 1000100 | 1001001 |
Color Harmonies of #E98DC9
Complementary color
Monochromatic Colors of #E98DC9
Black with #E98DC9
Text Example
Text Example
White with #E98DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98DC9; }
p { color: rgb(233,141,201); }
H1.HeaderClassName
{
color: #E98DC9;
}
.AnyTagClassName
{
color: #E98DC9;
}
</style>
background-color css
<style>
a { background-color: #E98DC9; }
a { background-color: rgb(233,141,201); }
div.DivClassName
{
background-color: #E98DC9;
}
.BgClassName
{
background-color: #E98DC9;
}
</style>
border-color css
<style>
span { border-color: #E98DC9; }
span { border-color: rgb(233,141,201); }
td.TdClassName
{
border-color: #E98DC9;
}
.TagClassName
{
border-color: #E98DC9;
}
</style>