Shades of Tea Rose #EF7BC6
Tints of Tea Rose #EF7BC6
RGB
CMYK
RGB Variations
Color information
#EF7BC6 (or 0xEF7BC6) is known color: Tea Rose. HEX triplet: EF, 7B and C6. RGB value is (239,123,198). Sum of RGB (Red+Green+Blue) = 239+123+198=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BC6 is #108439. Grayscale: #A6A6A6. Windows color (decimal): -1082426 or 13007855. OLE color: 13007855.
HSL color Cylindrical-coordinate representation of color #EF7BC6: hue angle of 321.21º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7BC6 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 198 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.06 |
| HSL | 321.21º | 0.78% | 0.71% | - |
| HSV(B) | 321.21º | 0.49% | 0.94% | - |
| XYZ | 52.87 | 36.59 | 57.7 | - |
| YUV | 166.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 198 | 0 | 0.49 | 0.17 | 0.06 | 321.21 | 0.78 | 0.71 |
| Hex | EF | 7B | C6 | 0 | 31 | 11 | 6 | 141 | 4E | 47 |
| Octal | 357 | 173 | 306 | 0 | 61 | 21 | 6 | 501 | 116 | 107 |
| Binary | 11101111 | 1111011 | 11000110 | 0 | 110001 | 10001 | 110 | 101000001 | 1001110 | 1000111 |
Color Harmonies of #EF7BC6
Complementary color
Monochromatic Colors of #EF7BC6
Black with #EF7BC6
Text Example
Text Example
White with #EF7BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BC6; }
p { color: rgb(239,123,198); }
H1.HeaderClassName
{
color: #EF7BC6;
}
.AnyTagClassName
{
color: #EF7BC6;
}
</style>
background-color css
<style>
a { background-color: #EF7BC6; }
a { background-color: rgb(239,123,198); }
div.DivClassName
{
background-color: #EF7BC6;
}
.BgClassName
{
background-color: #EF7BC6;
}
</style>
border-color css
<style>
span { border-color: #EF7BC6; }
span { border-color: rgb(239,123,198); }
td.TdClassName
{
border-color: #EF7BC6;
}
.TagClassName
{
border-color: #EF7BC6;
}
</style>