Shades of Tea Rose #EE7FCE
Tints of Tea Rose #EE7FCE
RGB
CMYK
RGB Variations
Color information
#EE7FCE (or 0xEE7FCE) is known color: Tea Rose. HEX triplet: EE, 7F and CE. RGB value is (238,127,206). Sum of RGB (Red+Green+Blue) = 238+127+206=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FCE is #118031. Grayscale: #A8A8A8. Windows color (decimal): -1146930 or 13533166. OLE color: 13533166.
HSL color Cylindrical-coordinate representation of color #EE7FCE: hue angle of 317.3º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7FCE is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 206 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.07 |
| HSL | 317.3º | 0.77% | 0.72% | - |
| HSV(B) | 317.3º | 0.47% | 0.93% | - |
| XYZ | 53.99 | 37.81 | 62.85 | - |
| YUV | 169.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 206 | 0 | 0.47 | 0.13 | 0.07 | 317.3 | 0.77 | 0.72 |
| Hex | EE | 7F | CE | 0 | 2F | D | 7 | 13D | 4D | 48 |
| Octal | 356 | 177 | 316 | 0 | 57 | 15 | 7 | 475 | 115 | 110 |
| Binary | 11101110 | 1111111 | 11001110 | 0 | 101111 | 1101 | 111 | 100111101 | 1001101 | 1001000 |
Color Harmonies of #EE7FCE
Complementary color
Monochromatic Colors of #EE7FCE
Black with #EE7FCE
Text Example
Text Example
White with #EE7FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FCE; }
p { color: rgb(238,127,206); }
H1.HeaderClassName
{
color: #EE7FCE;
}
.AnyTagClassName
{
color: #EE7FCE;
}
</style>
background-color css
<style>
a { background-color: #EE7FCE; }
a { background-color: rgb(238,127,206); }
div.DivClassName
{
background-color: #EE7FCE;
}
.BgClassName
{
background-color: #EE7FCE;
}
</style>
border-color css
<style>
span { border-color: #EE7FCE; }
span { border-color: rgb(238,127,206); }
td.TdClassName
{
border-color: #EE7FCE;
}
.TagClassName
{
border-color: #EE7FCE;
}
</style>