Shades of Tea Rose #EF85C7
Tints of Tea Rose #EF85C7
RGB
CMYK
RGB Variations
Color information
#EF85C7 (or 0xEF85C7) is known color: Tea Rose. HEX triplet: EF, 85 and C7. RGB value is (239,133,199). Sum of RGB (Red+Green+Blue) = 239+133+199=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85C7 is #107A38. Grayscale: #ACACAC. Windows color (decimal): -1079865 or 13075951. OLE color: 13075951.
HSL color Cylindrical-coordinate representation of color #EF85C7: hue angle of 322.64º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF85C7 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 199 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.06 |
| HSL | 322.64º | 0.77% | 0.73% | - |
| HSV(B) | 322.64º | 0.44% | 0.94% | - |
| XYZ | 54.29 | 39.25 | 58.75 | - |
| YUV | 172.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 199 | 0 | 0.44 | 0.17 | 0.06 | 322.64 | 0.77 | 0.73 |
| Hex | EF | 85 | C7 | 0 | 2C | 11 | 6 | 143 | 4D | 49 |
| Octal | 357 | 205 | 307 | 0 | 54 | 21 | 6 | 503 | 115 | 111 |
| Binary | 11101111 | 10000101 | 11000111 | 0 | 101100 | 10001 | 110 | 101000011 | 1001101 | 1001001 |
Color Harmonies of #EF85C7
Complementary color
Monochromatic Colors of #EF85C7
Black with #EF85C7
Text Example
Text Example
White with #EF85C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85C7; }
p { color: rgb(239,133,199); }
H1.HeaderClassName
{
color: #EF85C7;
}
.AnyTagClassName
{
color: #EF85C7;
}
</style>
background-color css
<style>
a { background-color: #EF85C7; }
a { background-color: rgb(239,133,199); }
div.DivClassName
{
background-color: #EF85C7;
}
.BgClassName
{
background-color: #EF85C7;
}
</style>
border-color css
<style>
span { border-color: #EF85C7; }
span { border-color: rgb(239,133,199); }
td.TdClassName
{
border-color: #EF85C7;
}
.TagClassName
{
border-color: #EF85C7;
}
</style>