Shades of Tea Rose #E98BD0
Tints of Tea Rose #E98BD0
RGB
CMYK
RGB Variations
Color information
#E98BD0 (or 0xE98BD0) is known color: Tea Rose. HEX triplet: E9, 8B and D0. RGB value is (233,139,208). Sum of RGB (Red+Green+Blue) = 233+139+208=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E98BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98BD0 is #16742F. Grayscale: #AEAEAE. Windows color (decimal): -1471536 or 13667305. OLE color: 13667305.
HSL color Cylindrical-coordinate representation of color #E98BD0: hue angle of 315.96º 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 #E98BD0 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 208 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.09 |
| HSL | 315.96º | 0.68% | 0.73% | - |
| HSV(B) | 315.96º | 0.4% | 0.91% | - |
| XYZ | 54.22 | 40.34 | 64.6 | - |
| YUV | 174.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 208 | 0 | 0.40 | 0.11 | 0.09 | 315.96 | 0.68 | 0.73 |
| Hex | E9 | 8B | D0 | 0 | 28 | B | 9 | 13C | 44 | 49 |
| Octal | 351 | 213 | 320 | 0 | 50 | 13 | 11 | 474 | 104 | 111 |
| Binary | 11101001 | 10001011 | 11010000 | 0 | 101000 | 1011 | 1001 | 100111100 | 1000100 | 1001001 |
Color Harmonies of #E98BD0
Complementary color
Monochromatic Colors of #E98BD0
Black with #E98BD0
Text Example
Text Example
White with #E98BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98BD0; }
p { color: rgb(233,139,208); }
H1.HeaderClassName
{
color: #E98BD0;
}
.AnyTagClassName
{
color: #E98BD0;
}
</style>
background-color css
<style>
a { background-color: #E98BD0; }
a { background-color: rgb(233,139,208); }
div.DivClassName
{
background-color: #E98BD0;
}
.BgClassName
{
background-color: #E98BD0;
}
</style>
border-color css
<style>
span { border-color: #E98BD0; }
span { border-color: rgb(233,139,208); }
td.TdClassName
{
border-color: #E98BD0;
}
.TagClassName
{
border-color: #E98BD0;
}
</style>