Shades of Tea Rose #E98DCE
Tints of Tea Rose #E98DCE
RGB
CMYK
RGB Variations
Color information
#E98DCE (or 0xE98DCE) is known color: Tea Rose. HEX triplet: E9, 8D and CE. RGB value is (233,141,206). Sum of RGB (Red+Green+Blue) = 233+141+206=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DCE is #167231. Grayscale: #AFAFAF. Windows color (decimal): -1471026 or 13536745. OLE color: 13536745.
HSL color Cylindrical-coordinate representation of color #E98DCE: hue angle of 317.61º 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 #E98DCE is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 206 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.09 |
| HSL | 317.61º | 0.68% | 0.73% | - |
| HSV(B) | 317.61º | 0.39% | 0.91% | - |
| XYZ | 54.27 | 40.83 | 63.41 | - |
| YUV | 175.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 206 | 0 | 0.39 | 0.12 | 0.09 | 317.61 | 0.68 | 0.73 |
| Hex | E9 | 8D | CE | 0 | 27 | C | 9 | 13E | 44 | 49 |
| Octal | 351 | 215 | 316 | 0 | 47 | 14 | 11 | 476 | 104 | 111 |
| Binary | 11101001 | 10001101 | 11001110 | 0 | 100111 | 1100 | 1001 | 100111110 | 1000100 | 1001001 |
Color Harmonies of #E98DCE
Complementary color
Monochromatic Colors of #E98DCE
Black with #E98DCE
Text Example
Text Example
White with #E98DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98DCE; }
p { color: rgb(233,141,206); }
H1.HeaderClassName
{
color: #E98DCE;
}
.AnyTagClassName
{
color: #E98DCE;
}
</style>
background-color css
<style>
a { background-color: #E98DCE; }
a { background-color: rgb(233,141,206); }
div.DivClassName
{
background-color: #E98DCE;
}
.BgClassName
{
background-color: #E98DCE;
}
</style>
border-color css
<style>
span { border-color: #E98DCE; }
span { border-color: rgb(233,141,206); }
td.TdClassName
{
border-color: #E98DCE;
}
.TagClassName
{
border-color: #E98DCE;
}
</style>