Shades of Tea Rose #E97ECC
Tints of Tea Rose #E97ECC
RGB
CMYK
RGB Variations
Color information
#E97ECC (or 0xE97ECC) is known color: Tea Rose. HEX triplet: E9, 7E and CC. RGB value is (233,126,204). Sum of RGB (Red+Green+Blue) = 233+126+204=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ECC is #168133. Grayscale: #A6A6A6. Windows color (decimal): -1474868 or 13401833. OLE color: 13401833.
HSL color Cylindrical-coordinate representation of color #E97ECC: hue angle of 316.26º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E97ECC is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 126 | 204 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.09 |
| HSL | 316.26º | 0.71% | 0.7% | - |
| HSV(B) | 316.26º | 0.46% | 0.91% | - |
| XYZ | 51.96 | 36.6 | 61.45 | - |
| YUV | 166.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 126 | 204 | 0 | 0.46 | 0.12 | 0.09 | 316.26 | 0.71 | 0.7 |
| Hex | E9 | 7E | CC | 0 | 2E | C | 9 | 13C | 47 | 46 |
| Octal | 351 | 176 | 314 | 0 | 56 | 14 | 11 | 474 | 107 | 106 |
| Binary | 11101001 | 1111110 | 11001100 | 0 | 101110 | 1100 | 1001 | 100111100 | 1000111 | 1000110 |
Color Harmonies of #E97ECC
Complementary color
Monochromatic Colors of #E97ECC
Black with #E97ECC
Text Example
Text Example
White with #E97ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97ECC; }
p { color: rgb(233,126,204); }
H1.HeaderClassName
{
color: #E97ECC;
}
.AnyTagClassName
{
color: #E97ECC;
}
</style>
background-color css
<style>
a { background-color: #E97ECC; }
a { background-color: rgb(233,126,204); }
div.DivClassName
{
background-color: #E97ECC;
}
.BgClassName
{
background-color: #E97ECC;
}
</style>
border-color css
<style>
span { border-color: #E97ECC; }
span { border-color: rgb(233,126,204); }
td.TdClassName
{
border-color: #E97ECC;
}
.TagClassName
{
border-color: #E97ECC;
}
</style>