Shades of Tea Rose #EF86D0
Tints of Tea Rose #EF86D0
RGB
CMYK
RGB Variations
Color information
#EF86D0 (or 0xEF86D0) is known color: Tea Rose. HEX triplet: EF, 86 and D0. RGB value is (239,134,208). Sum of RGB (Red+Green+Blue) = 239+134+208=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86D0 is #10792F. Grayscale: #ADADAD. Windows color (decimal): -1079600 or 13666031. OLE color: 13666031.
HSL color Cylindrical-coordinate representation of color #EF86D0: hue angle of 317.71º 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 #EF86D0 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 208 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.06 |
| HSL | 317.71º | 0.77% | 0.73% | - |
| HSV(B) | 317.71º | 0.44% | 0.94% | - |
| XYZ | 55.51 | 39.95 | 64.46 | - |
| YUV | 173.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 208 | 0 | 0.44 | 0.13 | 0.06 | 317.71 | 0.77 | 0.73 |
| Hex | EF | 86 | D0 | 0 | 2C | D | 6 | 13E | 4D | 49 |
| Octal | 357 | 206 | 320 | 0 | 54 | 15 | 6 | 476 | 115 | 111 |
| Binary | 11101111 | 10000110 | 11010000 | 0 | 101100 | 1101 | 110 | 100111110 | 1001101 | 1001001 |
Color Harmonies of #EF86D0
Complementary color
Monochromatic Colors of #EF86D0
Black with #EF86D0
Text Example
Text Example
White with #EF86D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF86D0; }
p { color: rgb(239,134,208); }
H1.HeaderClassName
{
color: #EF86D0;
}
.AnyTagClassName
{
color: #EF86D0;
}
</style>
background-color css
<style>
a { background-color: #EF86D0; }
a { background-color: rgb(239,134,208); }
div.DivClassName
{
background-color: #EF86D0;
}
.BgClassName
{
background-color: #EF86D0;
}
</style>
border-color css
<style>
span { border-color: #EF86D0; }
span { border-color: rgb(239,134,208); }
td.TdClassName
{
border-color: #EF86D0;
}
.TagClassName
{
border-color: #EF86D0;
}
</style>