Shades of Tea Rose #E98AC1
Tints of Tea Rose #E98AC1
RGB
CMYK
RGB Variations
Color information
#E98AC1 (or 0xE98AC1) is known color: Tea Rose. HEX triplet: E9, 8A and C1. RGB value is (233,138,193). Sum of RGB (Red+Green+Blue) = 233+138+193=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E98AC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98AC1 is #16753E. Grayscale: #ACACAC. Windows color (decimal): -1471807 or 12684009. OLE color: 12684009.
HSL color Cylindrical-coordinate representation of color #E98AC1: hue angle of 325.26º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E98AC1 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 138 | 193 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.09 |
| HSL | 325.26º | 0.68% | 0.73% | - |
| HSV(B) | 325.26º | 0.41% | 0.91% | - |
| XYZ | 52.32 | 39.35 | 55.29 | - |
| YUV | 172.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 193 | 0 | 0.41 | 0.17 | 0.09 | 325.26 | 0.68 | 0.73 |
| Hex | E9 | 8A | C1 | 0 | 29 | 11 | 9 | 145 | 44 | 49 |
| Octal | 351 | 212 | 301 | 0 | 51 | 21 | 11 | 505 | 104 | 111 |
| Binary | 11101001 | 10001010 | 11000001 | 0 | 101001 | 10001 | 1001 | 101000101 | 1000100 | 1001001 |
Color Harmonies of #E98AC1
Complementary color
Monochromatic Colors of #E98AC1
Black with #E98AC1
Text Example
Text Example
White with #E98AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98AC1; }
p { color: rgb(233,138,193); }
H1.HeaderClassName
{
color: #E98AC1;
}
.AnyTagClassName
{
color: #E98AC1;
}
</style>
background-color css
<style>
a { background-color: #E98AC1; }
a { background-color: rgb(233,138,193); }
div.DivClassName
{
background-color: #E98AC1;
}
.BgClassName
{
background-color: #E98AC1;
}
</style>
border-color css
<style>
span { border-color: #E98AC1; }
span { border-color: rgb(233,138,193); }
td.TdClassName
{
border-color: #E98AC1;
}
.TagClassName
{
border-color: #E98AC1;
}
</style>