Shades of Tea Rose #E97ECF
Tints of Tea Rose #E97ECF
RGB
CMYK
RGB Variations
Color information
#E97ECF (or 0xE97ECF) is known color: Tea Rose. HEX triplet: E9, 7E and CF. RGB value is (233,126,207). Sum of RGB (Red+Green+Blue) = 233+126+207=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ECF is #168130. Grayscale: #A7A7A7. Windows color (decimal): -1474865 or 13598441. OLE color: 13598441.
HSL color Cylindrical-coordinate representation of color #E97ECF: hue angle of 314.58º 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 #E97ECF is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 126 | 207 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.09 |
| HSL | 314.58º | 0.71% | 0.7% | - |
| HSV(B) | 314.58º | 0.46% | 0.91% | - |
| XYZ | 52.33 | 36.75 | 63.37 | - |
| YUV | 167.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 126 | 207 | 0 | 0.46 | 0.11 | 0.09 | 314.58 | 0.71 | 0.7 |
| Hex | E9 | 7E | CF | 0 | 2E | B | 9 | 13B | 47 | 46 |
| Octal | 351 | 176 | 317 | 0 | 56 | 13 | 11 | 473 | 107 | 106 |
| Binary | 11101001 | 1111110 | 11001111 | 0 | 101110 | 1011 | 1001 | 100111011 | 1000111 | 1000110 |
Color Harmonies of #E97ECF
Complementary color
Monochromatic Colors of #E97ECF
Black with #E97ECF
Text Example
Text Example
White with #E97ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97ECF; }
p { color: rgb(233,126,207); }
H1.HeaderClassName
{
color: #E97ECF;
}
.AnyTagClassName
{
color: #E97ECF;
}
</style>
background-color css
<style>
a { background-color: #E97ECF; }
a { background-color: rgb(233,126,207); }
div.DivClassName
{
background-color: #E97ECF;
}
.BgClassName
{
background-color: #E97ECF;
}
</style>
border-color css
<style>
span { border-color: #E97ECF; }
span { border-color: rgb(233,126,207); }
td.TdClassName
{
border-color: #E97ECF;
}
.TagClassName
{
border-color: #E97ECF;
}
</style>