Shades of Tea Rose #EE7CCE
Tints of Tea Rose #EE7CCE
RGB
CMYK
RGB Variations
Color information
#EE7CCE (or 0xEE7CCE) is known color: Tea Rose. HEX triplet: EE, 7C and CE. RGB value is (238,124,206). Sum of RGB (Red+Green+Blue) = 238+124+206=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7CCE is #118331. Grayscale: #A7A7A7. Windows color (decimal): -1147698 or 13532398. OLE color: 13532398.
HSL color Cylindrical-coordinate representation of color #EE7CCE: hue angle of 316.84º 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 #EE7CCE is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 124 | 206 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.07 |
| HSL | 316.84º | 0.77% | 0.71% | - |
| HSV(B) | 316.84º | 0.48% | 0.93% | - |
| XYZ | 53.61 | 37.05 | 62.72 | - |
| YUV | 167.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 124 | 206 | 0 | 0.48 | 0.13 | 0.07 | 316.84 | 0.77 | 0.71 |
| Hex | EE | 7C | CE | 0 | 30 | D | 7 | 13D | 4D | 47 |
| Octal | 356 | 174 | 316 | 0 | 60 | 15 | 7 | 475 | 115 | 107 |
| Binary | 11101110 | 1111100 | 11001110 | 0 | 110000 | 1101 | 111 | 100111101 | 1001101 | 1000111 |
Color Harmonies of #EE7CCE
Complementary color
Monochromatic Colors of #EE7CCE
Black with #EE7CCE
Text Example
Text Example
White with #EE7CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7CCE; }
p { color: rgb(238,124,206); }
H1.HeaderClassName
{
color: #EE7CCE;
}
.AnyTagClassName
{
color: #EE7CCE;
}
</style>
background-color css
<style>
a { background-color: #EE7CCE; }
a { background-color: rgb(238,124,206); }
div.DivClassName
{
background-color: #EE7CCE;
}
.BgClassName
{
background-color: #EE7CCE;
}
</style>
border-color css
<style>
span { border-color: #EE7CCE; }
span { border-color: rgb(238,124,206); }
td.TdClassName
{
border-color: #EE7CCE;
}
.TagClassName
{
border-color: #EE7CCE;
}
</style>