Shades of Tea Rose #EF86CB
Tints of Tea Rose #EF86CB
RGB
CMYK
RGB Variations
Color information
#EF86CB (or 0xEF86CB) is known color: Tea Rose. HEX triplet: EF, 86 and CB. RGB value is (239,134,203). Sum of RGB (Red+Green+Blue) = 239+134+203=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86CB is #107934. Grayscale: #ADADAD. Windows color (decimal): -1079605 or 13338351. OLE color: 13338351.
HSL color Cylindrical-coordinate representation of color #EF86CB: hue angle of 320.57º 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 #EF86CB is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 203 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.06 |
| HSL | 320.57º | 0.77% | 0.73% | - |
| HSV(B) | 320.57º | 0.44% | 0.94% | - |
| XYZ | 54.9 | 39.71 | 61.27 | - |
| YUV | 173.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 203 | 0 | 0.44 | 0.15 | 0.06 | 320.57 | 0.77 | 0.73 |
| Hex | EF | 86 | CB | 0 | 2C | F | 6 | 141 | 4D | 49 |
| Octal | 357 | 206 | 313 | 0 | 54 | 17 | 6 | 501 | 115 | 111 |
| Binary | 11101111 | 10000110 | 11001011 | 0 | 101100 | 1111 | 110 | 101000001 | 1001101 | 1001001 |
Color Harmonies of #EF86CB
Complementary color
Monochromatic Colors of #EF86CB
Black with #EF86CB
Text Example
Text Example
White with #EF86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF86CB; }
p { color: rgb(239,134,203); }
H1.HeaderClassName
{
color: #EF86CB;
}
.AnyTagClassName
{
color: #EF86CB;
}
</style>
background-color css
<style>
a { background-color: #EF86CB; }
a { background-color: rgb(239,134,203); }
div.DivClassName
{
background-color: #EF86CB;
}
.BgClassName
{
background-color: #EF86CB;
}
</style>
border-color css
<style>
span { border-color: #EF86CB; }
span { border-color: rgb(239,134,203); }
td.TdClassName
{
border-color: #EF86CB;
}
.TagClassName
{
border-color: #EF86CB;
}
</style>