Shades of Tea Rose #EF7BC7
Tints of Tea Rose #EF7BC7
RGB
CMYK
RGB Variations
Color information
#EF7BC7 (or 0xEF7BC7) is known color: Tea Rose. HEX triplet: EF, 7B and C7. RGB value is (239,123,199). Sum of RGB (Red+Green+Blue) = 239+123+199=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BC7 is #108438. Grayscale: #A6A6A6. Windows color (decimal): -1082425 or 13073391. OLE color: 13073391.
HSL color Cylindrical-coordinate representation of color #EF7BC7: hue angle of 320.69º 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 #EF7BC7 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 199 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.06 |
| HSL | 320.69º | 0.78% | 0.71% | - |
| HSV(B) | 320.69º | 0.49% | 0.94% | - |
| XYZ | 52.99 | 36.64 | 58.31 | - |
| YUV | 166.35 | 146.43 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 199 | 0 | 0.49 | 0.17 | 0.06 | 320.69 | 0.78 | 0.71 |
| Hex | EF | 7B | C7 | 0 | 31 | 11 | 6 | 141 | 4E | 47 |
| Octal | 357 | 173 | 307 | 0 | 61 | 21 | 6 | 501 | 116 | 107 |
| Binary | 11101111 | 1111011 | 11000111 | 0 | 110001 | 10001 | 110 | 101000001 | 1001110 | 1000111 |
Color Harmonies of #EF7BC7
Complementary color
Monochromatic Colors of #EF7BC7
Black with #EF7BC7
Text Example
Text Example
White with #EF7BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BC7; }
p { color: rgb(239,123,199); }
H1.HeaderClassName
{
color: #EF7BC7;
}
.AnyTagClassName
{
color: #EF7BC7;
}
</style>
background-color css
<style>
a { background-color: #EF7BC7; }
a { background-color: rgb(239,123,199); }
div.DivClassName
{
background-color: #EF7BC7;
}
.BgClassName
{
background-color: #EF7BC7;
}
</style>
border-color css
<style>
span { border-color: #EF7BC7; }
span { border-color: rgb(239,123,199); }
td.TdClassName
{
border-color: #EF7BC7;
}
.TagClassName
{
border-color: #EF7BC7;
}
</style>