Shades of Tea Rose #E98ECC
Tints of Tea Rose #E98ECC
RGB
CMYK
RGB Variations
Color information
#E98ECC (or 0xE98ECC) is known color: Tea Rose. HEX triplet: E9, 8E and CC. RGB value is (233,142,204). Sum of RGB (Red+Green+Blue) = 233+142+204=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E98ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98ECC is #167133. Grayscale: #B0B0B0. Windows color (decimal): -1470772 or 13405929. OLE color: 13405929.
HSL color Cylindrical-coordinate representation of color #E98ECC: hue angle of 319.12º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E98ECC is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 204 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.09 |
| HSL | 319.12º | 0.67% | 0.74% | - |
| HSV(B) | 319.12º | 0.39% | 0.91% | - |
| XYZ | 54.18 | 41.03 | 62.19 | - |
| YUV | 176.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 204 | 0 | 0.39 | 0.12 | 0.09 | 319.12 | 0.67 | 0.74 |
| Hex | E9 | 8E | CC | 0 | 27 | C | 9 | 13F | 43 | 4A |
| Octal | 351 | 216 | 314 | 0 | 47 | 14 | 11 | 477 | 103 | 112 |
| Binary | 11101001 | 10001110 | 11001100 | 0 | 100111 | 1100 | 1001 | 100111111 | 1000011 | 1001010 |
Color Harmonies of #E98ECC
Complementary color
Monochromatic Colors of #E98ECC
Black with #E98ECC
Text Example
Text Example
White with #E98ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98ECC; }
p { color: rgb(233,142,204); }
H1.HeaderClassName
{
color: #E98ECC;
}
.AnyTagClassName
{
color: #E98ECC;
}
</style>
background-color css
<style>
a { background-color: #E98ECC; }
a { background-color: rgb(233,142,204); }
div.DivClassName
{
background-color: #E98ECC;
}
.BgClassName
{
background-color: #E98ECC;
}
</style>
border-color css
<style>
span { border-color: #E98ECC; }
span { border-color: rgb(233,142,204); }
td.TdClassName
{
border-color: #E98ECC;
}
.TagClassName
{
border-color: #E98ECC;
}
</style>