Shades of Tea Rose #EC88BF
Tints of Tea Rose #EC88BF
RGB
CMYK
RGB Variations
Color information
#EC88BF (or 0xEC88BF) is known color: Tea Rose. HEX triplet: EC, 88 and BF. RGB value is (236,136,191). Sum of RGB (Red+Green+Blue) = 236+136+191=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88BF is #137740. Grayscale: #ACACAC. Windows color (decimal): -1275713 or 12552428. OLE color: 12552428.
HSL color Cylindrical-coordinate representation of color #EC88BF: hue angle of 327º 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 #EC88BF is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 191 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.07 |
| HSL | 327º | 0.72% | 0.73% | - |
| HSV(B) | 327º | 0.42% | 0.93% | - |
| XYZ | 52.8 | 39.2 | 54.07 | - |
| YUV | 172.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 191 | 0 | 0.42 | 0.19 | 0.07 | 327 | 0.72 | 0.73 |
| Hex | EC | 88 | BF | 0 | 2A | 13 | 7 | 147 | 48 | 49 |
| Octal | 354 | 210 | 277 | 0 | 52 | 23 | 7 | 507 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10111111 | 0 | 101010 | 10011 | 111 | 101000111 | 1001000 | 1001001 |
Color Harmonies of #EC88BF
Complementary color
Monochromatic Colors of #EC88BF
Black with #EC88BF
Text Example
Text Example
White with #EC88BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88BF; }
p { color: rgb(236,136,191); }
H1.HeaderClassName
{
color: #EC88BF;
}
.AnyTagClassName
{
color: #EC88BF;
}
</style>
background-color css
<style>
a { background-color: #EC88BF; }
a { background-color: rgb(236,136,191); }
div.DivClassName
{
background-color: #EC88BF;
}
.BgClassName
{
background-color: #EC88BF;
}
</style>
border-color css
<style>
span { border-color: #EC88BF; }
span { border-color: rgb(236,136,191); }
td.TdClassName
{
border-color: #EC88BF;
}
.TagClassName
{
border-color: #EC88BF;
}
</style>