Shades of Tea Rose #EC85CB
Tints of Tea Rose #EC85CB
RGB
CMYK
RGB Variations
Color information
#EC85CB (or 0xEC85CB) is known color: Tea Rose. HEX triplet: EC, 85 and CB. RGB value is (236,133,203). Sum of RGB (Red+Green+Blue) = 236+133+203=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85CB is #137A34. Grayscale: #ABABAB. Windows color (decimal): -1276469 or 13338092. OLE color: 13338092.
HSL color Cylindrical-coordinate representation of color #EC85CB: hue angle of 319.22º 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 #EC85CB is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 203 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.07 |
| HSL | 319.22º | 0.73% | 0.72% | - |
| HSV(B) | 319.22º | 0.44% | 0.93% | - |
| XYZ | 53.76 | 38.92 | 61.18 | - |
| YUV | 171.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 203 | 0 | 0.44 | 0.14 | 0.07 | 319.22 | 0.73 | 0.72 |
| Hex | EC | 85 | CB | 0 | 2C | E | 7 | 13F | 49 | 48 |
| Octal | 354 | 205 | 313 | 0 | 54 | 16 | 7 | 477 | 111 | 110 |
| Binary | 11101100 | 10000101 | 11001011 | 0 | 101100 | 1110 | 111 | 100111111 | 1001001 | 1001000 |
Color Harmonies of #EC85CB
Complementary color
Monochromatic Colors of #EC85CB
Black with #EC85CB
Text Example
Text Example
White with #EC85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85CB; }
p { color: rgb(236,133,203); }
H1.HeaderClassName
{
color: #EC85CB;
}
.AnyTagClassName
{
color: #EC85CB;
}
</style>
background-color css
<style>
a { background-color: #EC85CB; }
a { background-color: rgb(236,133,203); }
div.DivClassName
{
background-color: #EC85CB;
}
.BgClassName
{
background-color: #EC85CB;
}
</style>
border-color css
<style>
span { border-color: #EC85CB; }
span { border-color: rgb(236,133,203); }
td.TdClassName
{
border-color: #EC85CB;
}
.TagClassName
{
border-color: #EC85CB;
}
</style>