Shades of Tea Rose #EF85C5
Tints of Tea Rose #EF85C5
RGB
CMYK
RGB Variations
Color information
#EF85C5 (or 0xEF85C5) is known color: Tea Rose. HEX triplet: EF, 85 and C5. RGB value is (239,133,197). Sum of RGB (Red+Green+Blue) = 239+133+197=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85C5 is #107A3A. Grayscale: #ABABAB. Windows color (decimal): -1079867 or 12944879. OLE color: 12944879.
HSL color Cylindrical-coordinate representation of color #EF85C5: hue angle of 323.77º 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 #EF85C5 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 197 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.06 |
| HSL | 323.77º | 0.77% | 0.73% | - |
| HSV(B) | 323.77º | 0.44% | 0.94% | - |
| XYZ | 54.06 | 39.16 | 57.53 | - |
| YUV | 171.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 197 | 0 | 0.44 | 0.18 | 0.06 | 323.77 | 0.77 | 0.73 |
| Hex | EF | 85 | C5 | 0 | 2C | 12 | 6 | 144 | 4D | 49 |
| Octal | 357 | 205 | 305 | 0 | 54 | 22 | 6 | 504 | 115 | 111 |
| Binary | 11101111 | 10000101 | 11000101 | 0 | 101100 | 10010 | 110 | 101000100 | 1001101 | 1001001 |
Color Harmonies of #EF85C5
Complementary color
Monochromatic Colors of #EF85C5
Black with #EF85C5
Text Example
Text Example
White with #EF85C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85C5; }
p { color: rgb(239,133,197); }
H1.HeaderClassName
{
color: #EF85C5;
}
.AnyTagClassName
{
color: #EF85C5;
}
</style>
background-color css
<style>
a { background-color: #EF85C5; }
a { background-color: rgb(239,133,197); }
div.DivClassName
{
background-color: #EF85C5;
}
.BgClassName
{
background-color: #EF85C5;
}
</style>
border-color css
<style>
span { border-color: #EF85C5; }
span { border-color: rgb(239,133,197); }
td.TdClassName
{
border-color: #EF85C5;
}
.TagClassName
{
border-color: #EF85C5;
}
</style>