Shades of Tea Rose #EC88CF
Tints of Tea Rose #EC88CF
RGB
CMYK
RGB Variations
Color information
#EC88CF (or 0xEC88CF) is known color: Tea Rose. HEX triplet: EC, 88 and CF. RGB value is (236,136,207). Sum of RGB (Red+Green+Blue) = 236+136+207=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88CF is #137730. Grayscale: #ADADAD. Windows color (decimal): -1275697 or 13601004. OLE color: 13601004.
HSL color Cylindrical-coordinate representation of color #EC88CF: hue angle of 317.4º 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 #EC88CF is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 207 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.07 |
| HSL | 317.4º | 0.72% | 0.73% | - |
| HSV(B) | 317.4º | 0.42% | 0.93% | - |
| XYZ | 54.66 | 39.95 | 63.86 | - |
| YUV | 173.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 207 | 0 | 0.42 | 0.12 | 0.07 | 317.4 | 0.72 | 0.73 |
| Hex | EC | 88 | CF | 0 | 2A | C | 7 | 13D | 48 | 49 |
| Octal | 354 | 210 | 317 | 0 | 52 | 14 | 7 | 475 | 110 | 111 |
| Binary | 11101100 | 10001000 | 11001111 | 0 | 101010 | 1100 | 111 | 100111101 | 1001000 | 1001001 |
Color Harmonies of #EC88CF
Complementary color
Monochromatic Colors of #EC88CF
Black with #EC88CF
Text Example
Text Example
White with #EC88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88CF; }
p { color: rgb(236,136,207); }
H1.HeaderClassName
{
color: #EC88CF;
}
.AnyTagClassName
{
color: #EC88CF;
}
</style>
background-color css
<style>
a { background-color: #EC88CF; }
a { background-color: rgb(236,136,207); }
div.DivClassName
{
background-color: #EC88CF;
}
.BgClassName
{
background-color: #EC88CF;
}
</style>
border-color css
<style>
span { border-color: #EC88CF; }
span { border-color: rgb(236,136,207); }
td.TdClassName
{
border-color: #EC88CF;
}
.TagClassName
{
border-color: #EC88CF;
}
</style>