Shades of Tea Rose #EF7FCC
Tints of Tea Rose #EF7FCC
RGB
CMYK
RGB Variations
Color information
#EF7FCC (or 0xEF7FCC) is known color: Tea Rose. HEX triplet: EF, 7F and CC. RGB value is (239,127,204). Sum of RGB (Red+Green+Blue) = 239+127+204=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FCC is #108033. Grayscale: #A9A9A9. Windows color (decimal): -1081396 or 13402095. OLE color: 13402095.
HSL color Cylindrical-coordinate representation of color #EF7FCC: hue angle of 318.75º 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 #EF7FCC is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 204 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.06 |
| HSL | 318.75º | 0.78% | 0.72% | - |
| HSV(B) | 318.75º | 0.47% | 0.94% | - |
| XYZ | 54.09 | 37.89 | 61.59 | - |
| YUV | 169.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 204 | 0 | 0.47 | 0.15 | 0.06 | 318.75 | 0.78 | 0.72 |
| Hex | EF | 7F | CC | 0 | 2F | F | 6 | 13F | 4E | 48 |
| Octal | 357 | 177 | 314 | 0 | 57 | 17 | 6 | 477 | 116 | 110 |
| Binary | 11101111 | 1111111 | 11001100 | 0 | 101111 | 1111 | 110 | 100111111 | 1001110 | 1001000 |
Color Harmonies of #EF7FCC
Complementary color
Monochromatic Colors of #EF7FCC
Black with #EF7FCC
Text Example
Text Example
White with #EF7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FCC; }
p { color: rgb(239,127,204); }
H1.HeaderClassName
{
color: #EF7FCC;
}
.AnyTagClassName
{
color: #EF7FCC;
}
</style>
background-color css
<style>
a { background-color: #EF7FCC; }
a { background-color: rgb(239,127,204); }
div.DivClassName
{
background-color: #EF7FCC;
}
.BgClassName
{
background-color: #EF7FCC;
}
</style>
border-color css
<style>
span { border-color: #EF7FCC; }
span { border-color: rgb(239,127,204); }
td.TdClassName
{
border-color: #EF7FCC;
}
.TagClassName
{
border-color: #EF7FCC;
}
</style>