Shades of Tea Rose #EC88CA
Tints of Tea Rose #EC88CA
RGB
CMYK
RGB Variations
Color information
#EC88CA (or 0xEC88CA) is known color: Tea Rose. HEX triplet: EC, 88 and CA. RGB value is (236,136,202). Sum of RGB (Red+Green+Blue) = 236+136+202=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88CA is #137735. Grayscale: #ADADAD. Windows color (decimal): -1275702 or 13273324. OLE color: 13273324.
HSL color Cylindrical-coordinate representation of color #EC88CA: hue angle of 320.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 #EC88CA is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 202 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.07 |
| HSL | 320.4º | 0.72% | 0.73% | - |
| HSV(B) | 320.4º | 0.42% | 0.93% | - |
| XYZ | 54.06 | 39.71 | 60.69 | - |
| YUV | 173.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 202 | 0 | 0.42 | 0.14 | 0.07 | 320.4 | 0.72 | 0.73 |
| Hex | EC | 88 | CA | 0 | 2A | E | 7 | 140 | 48 | 49 |
| Octal | 354 | 210 | 312 | 0 | 52 | 16 | 7 | 500 | 110 | 111 |
| Binary | 11101100 | 10001000 | 11001010 | 0 | 101010 | 1110 | 111 | 101000000 | 1001000 | 1001001 |
Color Harmonies of #EC88CA
Complementary color
Monochromatic Colors of #EC88CA
Black with #EC88CA
Text Example
Text Example
White with #EC88CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88CA; }
p { color: rgb(236,136,202); }
H1.HeaderClassName
{
color: #EC88CA;
}
.AnyTagClassName
{
color: #EC88CA;
}
</style>
background-color css
<style>
a { background-color: #EC88CA; }
a { background-color: rgb(236,136,202); }
div.DivClassName
{
background-color: #EC88CA;
}
.BgClassName
{
background-color: #EC88CA;
}
</style>
border-color css
<style>
span { border-color: #EC88CA; }
span { border-color: rgb(236,136,202); }
td.TdClassName
{
border-color: #EC88CA;
}
.TagClassName
{
border-color: #EC88CA;
}
</style>