Shades of Tea Rose #EF7ECF
Tints of Tea Rose #EF7ECF
RGB
CMYK
RGB Variations
Color information
#EF7ECF (or 0xEF7ECF) is known color: Tea Rose. HEX triplet: EF, 7E and CF. RGB value is (239,126,207). Sum of RGB (Red+Green+Blue) = 239+126+207=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ECF is #108130. Grayscale: #A8A8A8. Windows color (decimal): -1081649 or 13598447. OLE color: 13598447.
HSL color Cylindrical-coordinate representation of color #EF7ECF: hue angle of 316.99º 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 #EF7ECF is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 207 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.06 |
| HSL | 316.99º | 0.78% | 0.72% | - |
| HSV(B) | 316.99º | 0.47% | 0.94% | - |
| XYZ | 54.32 | 37.78 | 63.46 | - |
| YUV | 169.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 207 | 0 | 0.47 | 0.13 | 0.06 | 316.99 | 0.78 | 0.72 |
| Hex | EF | 7E | CF | 0 | 2F | D | 6 | 13D | 4E | 48 |
| Octal | 357 | 176 | 317 | 0 | 57 | 15 | 6 | 475 | 116 | 110 |
| Binary | 11101111 | 1111110 | 11001111 | 0 | 101111 | 1101 | 110 | 100111101 | 1001110 | 1001000 |
Color Harmonies of #EF7ECF
Complementary color
Monochromatic Colors of #EF7ECF
Black with #EF7ECF
Text Example
Text Example
White with #EF7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7ECF; }
p { color: rgb(239,126,207); }
H1.HeaderClassName
{
color: #EF7ECF;
}
.AnyTagClassName
{
color: #EF7ECF;
}
</style>
background-color css
<style>
a { background-color: #EF7ECF; }
a { background-color: rgb(239,126,207); }
div.DivClassName
{
background-color: #EF7ECF;
}
.BgClassName
{
background-color: #EF7ECF;
}
</style>
border-color css
<style>
span { border-color: #EF7ECF; }
span { border-color: rgb(239,126,207); }
td.TdClassName
{
border-color: #EF7ECF;
}
.TagClassName
{
border-color: #EF7ECF;
}
</style>