Shades of Tea Rose #EF7CC5
Tints of Tea Rose #EF7CC5
RGB
CMYK
RGB Variations
Color information
#EF7CC5 (or 0xEF7CC5) is known color: Tea Rose. HEX triplet: EF, 7C and C5. RGB value is (239,124,197). Sum of RGB (Red+Green+Blue) = 239+124+197=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7CC5 is #10833A. Grayscale: #A6A6A6. Windows color (decimal): -1082171 or 12942575. OLE color: 12942575.
HSL color Cylindrical-coordinate representation of color #EF7CC5: hue angle of 321.91º 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 #EF7CC5 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 197 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.06 |
| HSL | 321.91º | 0.78% | 0.71% | - |
| HSV(B) | 321.91º | 0.48% | 0.94% | - |
| XYZ | 52.88 | 36.8 | 57.14 | - |
| YUV | 166.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 197 | 0 | 0.48 | 0.18 | 0.06 | 321.91 | 0.78 | 0.71 |
| Hex | EF | 7C | C5 | 0 | 30 | 12 | 6 | 142 | 4E | 47 |
| Octal | 357 | 174 | 305 | 0 | 60 | 22 | 6 | 502 | 116 | 107 |
| Binary | 11101111 | 1111100 | 11000101 | 0 | 110000 | 10010 | 110 | 101000010 | 1001110 | 1000111 |
Color Harmonies of #EF7CC5
Complementary color
Monochromatic Colors of #EF7CC5
Black with #EF7CC5
Text Example
Text Example
White with #EF7CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CC5; }
p { color: rgb(239,124,197); }
H1.HeaderClassName
{
color: #EF7CC5;
}
.AnyTagClassName
{
color: #EF7CC5;
}
</style>
background-color css
<style>
a { background-color: #EF7CC5; }
a { background-color: rgb(239,124,197); }
div.DivClassName
{
background-color: #EF7CC5;
}
.BgClassName
{
background-color: #EF7CC5;
}
</style>
border-color css
<style>
span { border-color: #EF7CC5; }
span { border-color: rgb(239,124,197); }
td.TdClassName
{
border-color: #EF7CC5;
}
.TagClassName
{
border-color: #EF7CC5;
}
</style>