Shades of Tea Rose #E98BCF
Tints of Tea Rose #E98BCF
RGB
CMYK
RGB Variations
Color information
#E98BCF (or 0xE98BCF) is known color: Tea Rose. HEX triplet: E9, 8B and CF. RGB value is (233,139,207). Sum of RGB (Red+Green+Blue) = 233+139+207=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E98BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98BCF is #167430. Grayscale: #AEAEAE. Windows color (decimal): -1471537 or 13601769. OLE color: 13601769.
HSL color Cylindrical-coordinate representation of color #E98BCF: hue angle of 316.6º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E98BCF is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 207 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.09 |
| HSL | 316.6º | 0.68% | 0.73% | - |
| HSV(B) | 316.6º | 0.4% | 0.91% | - |
| XYZ | 54.1 | 40.29 | 63.96 | - |
| YUV | 174.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 207 | 0 | 0.40 | 0.11 | 0.09 | 316.6 | 0.68 | 0.73 |
| Hex | E9 | 8B | CF | 0 | 28 | B | 9 | 13D | 44 | 49 |
| Octal | 351 | 213 | 317 | 0 | 50 | 13 | 11 | 475 | 104 | 111 |
| Binary | 11101001 | 10001011 | 11001111 | 0 | 101000 | 1011 | 1001 | 100111101 | 1000100 | 1001001 |
Color Harmonies of #E98BCF
Complementary color
Monochromatic Colors of #E98BCF
Black with #E98BCF
Text Example
Text Example
White with #E98BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98BCF; }
p { color: rgb(233,139,207); }
H1.HeaderClassName
{
color: #E98BCF;
}
.AnyTagClassName
{
color: #E98BCF;
}
</style>
background-color css
<style>
a { background-color: #E98BCF; }
a { background-color: rgb(233,139,207); }
div.DivClassName
{
background-color: #E98BCF;
}
.BgClassName
{
background-color: #E98BCF;
}
</style>
border-color css
<style>
span { border-color: #E98BCF; }
span { border-color: rgb(233,139,207); }
td.TdClassName
{
border-color: #E98BCF;
}
.TagClassName
{
border-color: #E98BCF;
}
</style>