Shades of Tea Rose #EF7CCC
Tints of Tea Rose #EF7CCC
RGB
CMYK
RGB Variations
Color information
#EF7CCC (or 0xEF7CCC) is known color: Tea Rose. HEX triplet: EF, 7C and CC. RGB value is (239,124,204). Sum of RGB (Red+Green+Blue) = 239+124+204=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7CCC is #108333. Grayscale: #A7A7A7. Windows color (decimal): -1082164 or 13401327. OLE color: 13401327.
HSL color Cylindrical-coordinate representation of color #EF7CCC: hue angle of 318.26º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7CCC is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 204 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.06 |
| HSL | 318.26º | 0.78% | 0.71% | - |
| HSV(B) | 318.26º | 0.48% | 0.94% | - |
| XYZ | 53.7 | 37.13 | 61.46 | - |
| YUV | 167.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 204 | 0 | 0.48 | 0.15 | 0.06 | 318.26 | 0.78 | 0.71 |
| Hex | EF | 7C | CC | 0 | 30 | F | 6 | 13E | 4E | 47 |
| Octal | 357 | 174 | 314 | 0 | 60 | 17 | 6 | 476 | 116 | 107 |
| Binary | 11101111 | 1111100 | 11001100 | 0 | 110000 | 1111 | 110 | 100111110 | 1001110 | 1000111 |
Color Harmonies of #EF7CCC
Complementary color
Monochromatic Colors of #EF7CCC
Black with #EF7CCC
Text Example
Text Example
White with #EF7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CCC; }
p { color: rgb(239,124,204); }
H1.HeaderClassName
{
color: #EF7CCC;
}
.AnyTagClassName
{
color: #EF7CCC;
}
</style>
background-color css
<style>
a { background-color: #EF7CCC; }
a { background-color: rgb(239,124,204); }
div.DivClassName
{
background-color: #EF7CCC;
}
.BgClassName
{
background-color: #EF7CCC;
}
</style>
border-color css
<style>
span { border-color: #EF7CCC; }
span { border-color: rgb(239,124,204); }
td.TdClassName
{
border-color: #EF7CCC;
}
.TagClassName
{
border-color: #EF7CCC;
}
</style>