Shades of Tea Rose #EF85D0
Tints of Tea Rose #EF85D0
RGB
CMYK
RGB Variations
Color information
#EF85D0 (or 0xEF85D0) is known color: Tea Rose. HEX triplet: EF, 85 and D0. RGB value is (239,133,208). Sum of RGB (Red+Green+Blue) = 239+133+208=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85D0 is #107A2F. Grayscale: #ADADAD. Windows color (decimal): -1079856 or 13665775. OLE color: 13665775.
HSL color Cylindrical-coordinate representation of color #EF85D0: hue angle of 317.55º 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 #EF85D0 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 208 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.06 |
| HSL | 317.55º | 0.77% | 0.73% | - |
| HSV(B) | 317.55º | 0.44% | 0.94% | - |
| XYZ | 55.37 | 39.68 | 64.42 | - |
| YUV | 173.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 208 | 0 | 0.44 | 0.13 | 0.06 | 317.55 | 0.77 | 0.73 |
| Hex | EF | 85 | D0 | 0 | 2C | D | 6 | 13E | 4D | 49 |
| Octal | 357 | 205 | 320 | 0 | 54 | 15 | 6 | 476 | 115 | 111 |
| Binary | 11101111 | 10000101 | 11010000 | 0 | 101100 | 1101 | 110 | 100111110 | 1001101 | 1001001 |
Color Harmonies of #EF85D0
Complementary color
Monochromatic Colors of #EF85D0
Black with #EF85D0
Text Example
Text Example
White with #EF85D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85D0; }
p { color: rgb(239,133,208); }
H1.HeaderClassName
{
color: #EF85D0;
}
.AnyTagClassName
{
color: #EF85D0;
}
</style>
background-color css
<style>
a { background-color: #EF85D0; }
a { background-color: rgb(239,133,208); }
div.DivClassName
{
background-color: #EF85D0;
}
.BgClassName
{
background-color: #EF85D0;
}
</style>
border-color css
<style>
span { border-color: #EF85D0; }
span { border-color: rgb(239,133,208); }
td.TdClassName
{
border-color: #EF85D0;
}
.TagClassName
{
border-color: #EF85D0;
}
</style>