Shades of Tea Rose #EF7ECE
Tints of Tea Rose #EF7ECE
RGB
CMYK
RGB Variations
Color information
#EF7ECE (or 0xEF7ECE) is known color: Tea Rose. HEX triplet: EF, 7E and CE. RGB value is (239,126,206). Sum of RGB (Red+Green+Blue) = 239+126+206=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ECE is #108131. Grayscale: #A8A8A8. Windows color (decimal): -1081650 or 13532911. OLE color: 13532911.
HSL color Cylindrical-coordinate representation of color #EF7ECE: hue angle of 317.52º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7ECE is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 206 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.06 |
| HSL | 317.52º | 0.78% | 0.72% | - |
| HSV(B) | 317.52º | 0.47% | 0.94% | - |
| XYZ | 54.2 | 37.73 | 62.82 | - |
| YUV | 168.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 206 | 0 | 0.47 | 0.14 | 0.06 | 317.52 | 0.78 | 0.72 |
| Hex | EF | 7E | CE | 0 | 2F | E | 6 | 13E | 4E | 48 |
| Octal | 357 | 176 | 316 | 0 | 57 | 16 | 6 | 476 | 116 | 110 |
| Binary | 11101111 | 1111110 | 11001110 | 0 | 101111 | 1110 | 110 | 100111110 | 1001110 | 1001000 |
Color Harmonies of #EF7ECE
Complementary color
Monochromatic Colors of #EF7ECE
Black with #EF7ECE
Text Example
Text Example
White with #EF7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7ECE; }
p { color: rgb(239,126,206); }
H1.HeaderClassName
{
color: #EF7ECE;
}
.AnyTagClassName
{
color: #EF7ECE;
}
</style>
background-color css
<style>
a { background-color: #EF7ECE; }
a { background-color: rgb(239,126,206); }
div.DivClassName
{
background-color: #EF7ECE;
}
.BgClassName
{
background-color: #EF7ECE;
}
</style>
border-color css
<style>
span { border-color: #EF7ECE; }
span { border-color: rgb(239,126,206); }
td.TdClassName
{
border-color: #EF7ECE;
}
.TagClassName
{
border-color: #EF7ECE;
}
</style>