Shades of Tea Rose #E98ACC
Tints of Tea Rose #E98ACC
RGB
CMYK
RGB Variations
Color information
#E98ACC (or 0xE98ACC) is known color: Tea Rose. HEX triplet: E9, 8A and CC. RGB value is (233,138,204). Sum of RGB (Red+Green+Blue) = 233+138+204=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E98ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98ACC is #167533. Grayscale: #ADADAD. Windows color (decimal): -1471796 or 13404905. OLE color: 13404905.
HSL color Cylindrical-coordinate representation of color #E98ACC: hue angle of 318.32º 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 #E98ACC is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 138 | 204 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.09 |
| HSL | 318.32º | 0.68% | 0.73% | - |
| HSV(B) | 318.32º | 0.41% | 0.91% | - |
| XYZ | 53.59 | 39.86 | 62 | - |
| YUV | 173.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 204 | 0 | 0.41 | 0.12 | 0.09 | 318.32 | 0.68 | 0.73 |
| Hex | E9 | 8A | CC | 0 | 29 | C | 9 | 13E | 44 | 49 |
| Octal | 351 | 212 | 314 | 0 | 51 | 14 | 11 | 476 | 104 | 111 |
| Binary | 11101001 | 10001010 | 11001100 | 0 | 101001 | 1100 | 1001 | 100111110 | 1000100 | 1001001 |
Color Harmonies of #E98ACC
Complementary color
Monochromatic Colors of #E98ACC
Black with #E98ACC
Text Example
Text Example
White with #E98ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98ACC; }
p { color: rgb(233,138,204); }
H1.HeaderClassName
{
color: #E98ACC;
}
.AnyTagClassName
{
color: #E98ACC;
}
</style>
background-color css
<style>
a { background-color: #E98ACC; }
a { background-color: rgb(233,138,204); }
div.DivClassName
{
background-color: #E98ACC;
}
.BgClassName
{
background-color: #E98ACC;
}
</style>
border-color css
<style>
span { border-color: #E98ACC; }
span { border-color: rgb(233,138,204); }
td.TdClassName
{
border-color: #E98ACC;
}
.TagClassName
{
border-color: #E98ACC;
}
</style>