Shades of Tea Rose #EF7FC6
Tints of Tea Rose #EF7FC6
RGB
CMYK
RGB Variations
Color information
#EF7FC6 (or 0xEF7FC6) is known color: Tea Rose. HEX triplet: EF, 7F and C6. RGB value is (239,127,198). Sum of RGB (Red+Green+Blue) = 239+127+198=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FC6 is #108039. Grayscale: #A8A8A8. Windows color (decimal): -1081402 or 13008879. OLE color: 13008879.
HSL color Cylindrical-coordinate representation of color #EF7FC6: hue angle of 321.96º 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 #EF7FC6 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 198 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.06 |
| HSL | 321.96º | 0.78% | 0.72% | - |
| HSV(B) | 321.96º | 0.47% | 0.94% | - |
| XYZ | 53.38 | 37.61 | 57.87 | - |
| YUV | 168.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 198 | 0 | 0.47 | 0.17 | 0.06 | 321.96 | 0.78 | 0.72 |
| Hex | EF | 7F | C6 | 0 | 2F | 11 | 6 | 142 | 4E | 48 |
| Octal | 357 | 177 | 306 | 0 | 57 | 21 | 6 | 502 | 116 | 110 |
| Binary | 11101111 | 1111111 | 11000110 | 0 | 101111 | 10001 | 110 | 101000010 | 1001110 | 1001000 |
Color Harmonies of #EF7FC6
Complementary color
Monochromatic Colors of #EF7FC6
Black with #EF7FC6
Text Example
Text Example
White with #EF7FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FC6; }
p { color: rgb(239,127,198); }
H1.HeaderClassName
{
color: #EF7FC6;
}
.AnyTagClassName
{
color: #EF7FC6;
}
</style>
background-color css
<style>
a { background-color: #EF7FC6; }
a { background-color: rgb(239,127,198); }
div.DivClassName
{
background-color: #EF7FC6;
}
.BgClassName
{
background-color: #EF7FC6;
}
</style>
border-color css
<style>
span { border-color: #EF7FC6; }
span { border-color: rgb(239,127,198); }
td.TdClassName
{
border-color: #EF7FC6;
}
.TagClassName
{
border-color: #EF7FC6;
}
</style>