Shades of Tea Rose #E98BC2
Tints of Tea Rose #E98BC2
RGB
CMYK
RGB Variations
Color information
#E98BC2 (or 0xE98BC2) is known color: Tea Rose. HEX triplet: E9, 8B and C2. RGB value is (233,139,194). Sum of RGB (Red+Green+Blue) = 233+139+194=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E98BC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98BC2 is #16743D. Grayscale: #ADADAD. Windows color (decimal): -1471550 or 12749801. OLE color: 12749801.
HSL color Cylindrical-coordinate representation of color #E98BC2: hue angle of 324.89º 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 #E98BC2 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 194 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.09 |
| HSL | 324.89º | 0.68% | 0.73% | - |
| HSV(B) | 324.89º | 0.4% | 0.91% | - |
| XYZ | 52.57 | 39.68 | 55.93 | - |
| YUV | 173.38 | 139.64 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 194 | 0 | 0.40 | 0.17 | 0.09 | 324.89 | 0.68 | 0.73 |
| Hex | E9 | 8B | C2 | 0 | 28 | 11 | 9 | 145 | 44 | 49 |
| Octal | 351 | 213 | 302 | 0 | 50 | 21 | 11 | 505 | 104 | 111 |
| Binary | 11101001 | 10001011 | 11000010 | 0 | 101000 | 10001 | 1001 | 101000101 | 1000100 | 1001001 |
Color Harmonies of #E98BC2
Complementary color
Monochromatic Colors of #E98BC2
Black with #E98BC2
Text Example
Text Example
White with #E98BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98BC2; }
p { color: rgb(233,139,194); }
H1.HeaderClassName
{
color: #E98BC2;
}
.AnyTagClassName
{
color: #E98BC2;
}
</style>
background-color css
<style>
a { background-color: #E98BC2; }
a { background-color: rgb(233,139,194); }
div.DivClassName
{
background-color: #E98BC2;
}
.BgClassName
{
background-color: #E98BC2;
}
</style>
border-color css
<style>
span { border-color: #E98BC2; }
span { border-color: rgb(233,139,194); }
td.TdClassName
{
border-color: #E98BC2;
}
.TagClassName
{
border-color: #E98BC2;
}
</style>