Shades of Tea Rose #E97ECE
Tints of Tea Rose #E97ECE
RGB
CMYK
RGB Variations
Color information
#E97ECE (or 0xE97ECE) is known color: Tea Rose. HEX triplet: E9, 7E and CE. RGB value is (233,126,206). Sum of RGB (Red+Green+Blue) = 233+126+206=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ECE is #168131. Grayscale: #A6A6A6. Windows color (decimal): -1474866 or 13532905. OLE color: 13532905.
HSL color Cylindrical-coordinate representation of color #E97ECE: hue angle of 315.14º 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 #E97ECE is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 126 | 206 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.09 |
| HSL | 315.14º | 0.71% | 0.7% | - |
| HSV(B) | 315.14º | 0.46% | 0.91% | - |
| XYZ | 52.21 | 36.7 | 62.73 | - |
| YUV | 167.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 126 | 206 | 0 | 0.46 | 0.12 | 0.09 | 315.14 | 0.71 | 0.7 |
| Hex | E9 | 7E | CE | 0 | 2E | C | 9 | 13B | 47 | 46 |
| Octal | 351 | 176 | 316 | 0 | 56 | 14 | 11 | 473 | 107 | 106 |
| Binary | 11101001 | 1111110 | 11001110 | 0 | 101110 | 1100 | 1001 | 100111011 | 1000111 | 1000110 |
Color Harmonies of #E97ECE
Complementary color
Monochromatic Colors of #E97ECE
Black with #E97ECE
Text Example
Text Example
White with #E97ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97ECE; }
p { color: rgb(233,126,206); }
H1.HeaderClassName
{
color: #E97ECE;
}
.AnyTagClassName
{
color: #E97ECE;
}
</style>
background-color css
<style>
a { background-color: #E97ECE; }
a { background-color: rgb(233,126,206); }
div.DivClassName
{
background-color: #E97ECE;
}
.BgClassName
{
background-color: #E97ECE;
}
</style>
border-color css
<style>
span { border-color: #E97ECE; }
span { border-color: rgb(233,126,206); }
td.TdClassName
{
border-color: #E97ECE;
}
.TagClassName
{
border-color: #E97ECE;
}
</style>