Shades of Tea Rose #EC85CE
Tints of Tea Rose #EC85CE
RGB
CMYK
RGB Variations
Color information
#EC85CE (or 0xEC85CE) is known color: Tea Rose. HEX triplet: EC, 85 and CE. RGB value is (236,133,206). Sum of RGB (Red+Green+Blue) = 236+133+206=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85CE is #137A31. Grayscale: #ABABAB. Windows color (decimal): -1276466 or 13534700. OLE color: 13534700.
HSL color Cylindrical-coordinate representation of color #EC85CE: hue angle of 317.48º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85CE is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 206 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.07 |
| HSL | 317.48º | 0.73% | 0.72% | - |
| HSV(B) | 317.48º | 0.44% | 0.93% | - |
| XYZ | 54.12 | 39.06 | 63.08 | - |
| YUV | 172.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 206 | 0 | 0.44 | 0.13 | 0.07 | 317.48 | 0.73 | 0.72 |
| Hex | EC | 85 | CE | 0 | 2C | D | 7 | 13D | 49 | 48 |
| Octal | 354 | 205 | 316 | 0 | 54 | 15 | 7 | 475 | 111 | 110 |
| Binary | 11101100 | 10000101 | 11001110 | 0 | 101100 | 1101 | 111 | 100111101 | 1001001 | 1001000 |
Color Harmonies of #EC85CE
Complementary color
Monochromatic Colors of #EC85CE
Black with #EC85CE
Text Example
Text Example
White with #EC85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85CE; }
p { color: rgb(236,133,206); }
H1.HeaderClassName
{
color: #EC85CE;
}
.AnyTagClassName
{
color: #EC85CE;
}
</style>
background-color css
<style>
a { background-color: #EC85CE; }
a { background-color: rgb(236,133,206); }
div.DivClassName
{
background-color: #EC85CE;
}
.BgClassName
{
background-color: #EC85CE;
}
</style>
border-color css
<style>
span { border-color: #EC85CE; }
span { border-color: rgb(236,133,206); }
td.TdClassName
{
border-color: #EC85CE;
}
.TagClassName
{
border-color: #EC85CE;
}
</style>