Shades of Tea Rose #E98AD0
Tints of Tea Rose #E98AD0
RGB
CMYK
RGB Variations
Color information
#E98AD0 (or 0xE98AD0) is known color: Tea Rose. HEX triplet: E9, 8A and D0. RGB value is (233,138,208). Sum of RGB (Red+Green+Blue) = 233+138+208=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E98AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98AD0 is #16752F. Grayscale: #AEAEAE. Windows color (decimal): -1471792 or 13667049. OLE color: 13667049.
HSL color Cylindrical-coordinate representation of color #E98AD0: hue angle of 315.79º 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 #E98AD0 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 138 | 208 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.09 |
| HSL | 315.79º | 0.68% | 0.73% | - |
| HSV(B) | 315.79º | 0.41% | 0.91% | - |
| XYZ | 54.08 | 40.05 | 64.56 | - |
| YUV | 174.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 208 | 0 | 0.41 | 0.11 | 0.09 | 315.79 | 0.68 | 0.73 |
| Hex | E9 | 8A | D0 | 0 | 29 | B | 9 | 13C | 44 | 49 |
| Octal | 351 | 212 | 320 | 0 | 51 | 13 | 11 | 474 | 104 | 111 |
| Binary | 11101001 | 10001010 | 11010000 | 0 | 101001 | 1011 | 1001 | 100111100 | 1000100 | 1001001 |
Color Harmonies of #E98AD0
Complementary color
Monochromatic Colors of #E98AD0
Black with #E98AD0
Text Example
Text Example
White with #E98AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98AD0; }
p { color: rgb(233,138,208); }
H1.HeaderClassName
{
color: #E98AD0;
}
.AnyTagClassName
{
color: #E98AD0;
}
</style>
background-color css
<style>
a { background-color: #E98AD0; }
a { background-color: rgb(233,138,208); }
div.DivClassName
{
background-color: #E98AD0;
}
.BgClassName
{
background-color: #E98AD0;
}
</style>
border-color css
<style>
span { border-color: #E98AD0; }
span { border-color: rgb(233,138,208); }
td.TdClassName
{
border-color: #E98AD0;
}
.TagClassName
{
border-color: #E98AD0;
}
</style>