Shades of Tea Rose #EF85D1
Tints of Tea Rose #EF85D1
RGB
CMYK
RGB Variations
Color information
#EF85D1 (or 0xEF85D1) is known color: Tea Rose. HEX triplet: EF, 85 and D1. RGB value is (239,133,209). Sum of RGB (Red+Green+Blue) = 239+133+209=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85D1 is #107A2E. Grayscale: #ADADAD. Windows color (decimal): -1079855 or 13731311. OLE color: 13731311.
HSL color Cylindrical-coordinate representation of color #EF85D1: hue angle of 316.98º 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 #EF85D1 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 209 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.06 |
| HSL | 316.98º | 0.77% | 0.73% | - |
| HSV(B) | 316.98º | 0.44% | 0.94% | - |
| XYZ | 55.49 | 39.73 | 65.07 | - |
| YUV | 173.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 209 | 0 | 0.44 | 0.13 | 0.06 | 316.98 | 0.77 | 0.73 |
| Hex | EF | 85 | D1 | 0 | 2C | D | 6 | 13D | 4D | 49 |
| Octal | 357 | 205 | 321 | 0 | 54 | 15 | 6 | 475 | 115 | 111 |
| Binary | 11101111 | 10000101 | 11010001 | 0 | 101100 | 1101 | 110 | 100111101 | 1001101 | 1001001 |
Color Harmonies of #EF85D1
Complementary color
Monochromatic Colors of #EF85D1
Black with #EF85D1
Text Example
Text Example
White with #EF85D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85D1; }
p { color: rgb(239,133,209); }
H1.HeaderClassName
{
color: #EF85D1;
}
.AnyTagClassName
{
color: #EF85D1;
}
</style>
background-color css
<style>
a { background-color: #EF85D1; }
a { background-color: rgb(239,133,209); }
div.DivClassName
{
background-color: #EF85D1;
}
.BgClassName
{
background-color: #EF85D1;
}
</style>
border-color css
<style>
span { border-color: #EF85D1; }
span { border-color: rgb(239,133,209); }
td.TdClassName
{
border-color: #EF85D1;
}
.TagClassName
{
border-color: #EF85D1;
}
</style>