Shades of Tea Rose #EC89CB
Tints of Tea Rose #EC89CB
RGB
CMYK
RGB Variations
Color information
#EC89CB (or 0xEC89CB) is known color: Tea Rose. HEX triplet: EC, 89 and CB. RGB value is (236,137,203). Sum of RGB (Red+Green+Blue) = 236+137+203=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC89CB is #137634. Grayscale: #ADADAD. Windows color (decimal): -1275445 or 13339116. OLE color: 13339116.
HSL color Cylindrical-coordinate representation of color #EC89CB: hue angle of 320º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC89CB is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 203 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.07 |
| HSL | 320º | 0.72% | 0.73% | - |
| HSV(B) | 320º | 0.42% | 0.93% | - |
| XYZ | 54.32 | 40.04 | 61.36 | - |
| YUV | 174.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 203 | 0 | 0.42 | 0.14 | 0.07 | 320 | 0.72 | 0.73 |
| Hex | EC | 89 | CB | 0 | 2A | E | 7 | 140 | 48 | 49 |
| Octal | 354 | 211 | 313 | 0 | 52 | 16 | 7 | 500 | 110 | 111 |
| Binary | 11101100 | 10001001 | 11001011 | 0 | 101010 | 1110 | 111 | 101000000 | 1001000 | 1001001 |
Color Harmonies of #EC89CB
Complementary color
Monochromatic Colors of #EC89CB
Black with #EC89CB
Text Example
Text Example
White with #EC89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC89CB; }
p { color: rgb(236,137,203); }
H1.HeaderClassName
{
color: #EC89CB;
}
.AnyTagClassName
{
color: #EC89CB;
}
</style>
background-color css
<style>
a { background-color: #EC89CB; }
a { background-color: rgb(236,137,203); }
div.DivClassName
{
background-color: #EC89CB;
}
.BgClassName
{
background-color: #EC89CB;
}
</style>
border-color css
<style>
span { border-color: #EC89CB; }
span { border-color: rgb(236,137,203); }
td.TdClassName
{
border-color: #EC89CB;
}
.TagClassName
{
border-color: #EC89CB;
}
</style>