Shades of Tea Rose #EE7ECF
Tints of Tea Rose #EE7ECF
RGB
CMYK
RGB Variations
Color information
#EE7ECF (or 0xEE7ECF) is known color: Tea Rose. HEX triplet: EE, 7E and CF. RGB value is (238,126,207). Sum of RGB (Red+Green+Blue) = 238+126+207=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7ECF is #118130. Grayscale: #A8A8A8. Windows color (decimal): -1147185 or 13598446. OLE color: 13598446.
HSL color Cylindrical-coordinate representation of color #EE7ECF: hue angle of 316.61º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7ECF is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 207 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.07 |
| HSL | 316.61º | 0.77% | 0.71% | - |
| HSV(B) | 316.61º | 0.47% | 0.93% | - |
| XYZ | 53.98 | 37.6 | 63.44 | - |
| YUV | 168.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 207 | 0 | 0.47 | 0.13 | 0.07 | 316.61 | 0.77 | 0.71 |
| Hex | EE | 7E | CF | 0 | 2F | D | 7 | 13D | 4D | 47 |
| Octal | 356 | 176 | 317 | 0 | 57 | 15 | 7 | 475 | 115 | 107 |
| Binary | 11101110 | 1111110 | 11001111 | 0 | 101111 | 1101 | 111 | 100111101 | 1001101 | 1000111 |
Color Harmonies of #EE7ECF
Complementary color
Monochromatic Colors of #EE7ECF
Black with #EE7ECF
Text Example
Text Example
White with #EE7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7ECF; }
p { color: rgb(238,126,207); }
H1.HeaderClassName
{
color: #EE7ECF;
}
.AnyTagClassName
{
color: #EE7ECF;
}
</style>
background-color css
<style>
a { background-color: #EE7ECF; }
a { background-color: rgb(238,126,207); }
div.DivClassName
{
background-color: #EE7ECF;
}
.BgClassName
{
background-color: #EE7ECF;
}
</style>
border-color css
<style>
span { border-color: #EE7ECF; }
span { border-color: rgb(238,126,207); }
td.TdClassName
{
border-color: #EE7ECF;
}
.TagClassName
{
border-color: #EE7ECF;
}
</style>