Shades of Tea Rose #EF85CE
Tints of Tea Rose #EF85CE
RGB
CMYK
RGB Variations
Color information
#EF85CE (or 0xEF85CE) is known color: Tea Rose. HEX triplet: EF, 85 and CE. RGB value is (239,133,206). Sum of RGB (Red+Green+Blue) = 239+133+206=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85CE is #107A31. Grayscale: #ACACAC. Windows color (decimal): -1079858 or 13534703. OLE color: 13534703.
HSL color Cylindrical-coordinate representation of color #EF85CE: hue angle of 318.68º 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 #EF85CE is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 206 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.06 |
| HSL | 318.68º | 0.77% | 0.73% | - |
| HSV(B) | 318.68º | 0.44% | 0.94% | - |
| XYZ | 55.12 | 39.58 | 63.13 | - |
| YUV | 173.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 206 | 0 | 0.44 | 0.14 | 0.06 | 318.68 | 0.77 | 0.73 |
| Hex | EF | 85 | CE | 0 | 2C | E | 6 | 13F | 4D | 49 |
| Octal | 357 | 205 | 316 | 0 | 54 | 16 | 6 | 477 | 115 | 111 |
| Binary | 11101111 | 10000101 | 11001110 | 0 | 101100 | 1110 | 110 | 100111111 | 1001101 | 1001001 |
Color Harmonies of #EF85CE
Complementary color
Monochromatic Colors of #EF85CE
Black with #EF85CE
Text Example
Text Example
White with #EF85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85CE; }
p { color: rgb(239,133,206); }
H1.HeaderClassName
{
color: #EF85CE;
}
.AnyTagClassName
{
color: #EF85CE;
}
</style>
background-color css
<style>
a { background-color: #EF85CE; }
a { background-color: rgb(239,133,206); }
div.DivClassName
{
background-color: #EF85CE;
}
.BgClassName
{
background-color: #EF85CE;
}
</style>
border-color css
<style>
span { border-color: #EF85CE; }
span { border-color: rgb(239,133,206); }
td.TdClassName
{
border-color: #EF85CE;
}
.TagClassName
{
border-color: #EF85CE;
}
</style>