Shades of Tea Rose #EE7CCF
Tints of Tea Rose #EE7CCF
RGB
CMYK
RGB Variations
Color information
#EE7CCF (or 0xEE7CCF) is known color: Tea Rose. HEX triplet: EE, 7C and CF. RGB value is (238,124,207). Sum of RGB (Red+Green+Blue) = 238+124+207=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7CCF is #118330. Grayscale: #A7A7A7. Windows color (decimal): -1147697 or 13597934. OLE color: 13597934.
HSL color Cylindrical-coordinate representation of color #EE7CCF: hue angle of 316.32º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7CCF is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 124 | 207 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.07 |
| HSL | 316.32º | 0.77% | 0.71% | - |
| HSV(B) | 316.32º | 0.48% | 0.93% | - |
| XYZ | 53.73 | 37.1 | 63.36 | - |
| YUV | 167.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 124 | 207 | 0 | 0.48 | 0.13 | 0.07 | 316.32 | 0.77 | 0.71 |
| Hex | EE | 7C | CF | 0 | 30 | D | 7 | 13C | 4D | 47 |
| Octal | 356 | 174 | 317 | 0 | 60 | 15 | 7 | 474 | 115 | 107 |
| Binary | 11101110 | 1111100 | 11001111 | 0 | 110000 | 1101 | 111 | 100111100 | 1001101 | 1000111 |
Color Harmonies of #EE7CCF
Complementary color
Monochromatic Colors of #EE7CCF
Black with #EE7CCF
Text Example
Text Example
White with #EE7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7CCF; }
p { color: rgb(238,124,207); }
H1.HeaderClassName
{
color: #EE7CCF;
}
.AnyTagClassName
{
color: #EE7CCF;
}
</style>
background-color css
<style>
a { background-color: #EE7CCF; }
a { background-color: rgb(238,124,207); }
div.DivClassName
{
background-color: #EE7CCF;
}
.BgClassName
{
background-color: #EE7CCF;
}
</style>
border-color css
<style>
span { border-color: #EE7CCF; }
span { border-color: rgb(238,124,207); }
td.TdClassName
{
border-color: #EE7CCF;
}
.TagClassName
{
border-color: #EE7CCF;
}
</style>