Shades of Tea Rose #EC88CC
Tints of Tea Rose #EC88CC
RGB
CMYK
RGB Variations
Color information
#EC88CC (or 0xEC88CC) is known color: Tea Rose. HEX triplet: EC, 88 and CC. RGB value is (236,136,204). Sum of RGB (Red+Green+Blue) = 236+136+204=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88CC is #137733. Grayscale: #ADADAD. Windows color (decimal): -1275700 or 13404396. OLE color: 13404396.
HSL color Cylindrical-coordinate representation of color #EC88CC: hue angle of 319.2º 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 #EC88CC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 204 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.07 |
| HSL | 319.2º | 0.72% | 0.73% | - |
| HSV(B) | 319.2º | 0.42% | 0.93% | - |
| XYZ | 54.3 | 39.8 | 61.95 | - |
| YUV | 173.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 204 | 0 | 0.42 | 0.14 | 0.07 | 319.2 | 0.72 | 0.73 |
| Hex | EC | 88 | CC | 0 | 2A | E | 7 | 13F | 48 | 49 |
| Octal | 354 | 210 | 314 | 0 | 52 | 16 | 7 | 477 | 110 | 111 |
| Binary | 11101100 | 10001000 | 11001100 | 0 | 101010 | 1110 | 111 | 100111111 | 1001000 | 1001001 |
Color Harmonies of #EC88CC
Complementary color
Monochromatic Colors of #EC88CC
Black with #EC88CC
Text Example
Text Example
White with #EC88CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88CC; }
p { color: rgb(236,136,204); }
H1.HeaderClassName
{
color: #EC88CC;
}
.AnyTagClassName
{
color: #EC88CC;
}
</style>
background-color css
<style>
a { background-color: #EC88CC; }
a { background-color: rgb(236,136,204); }
div.DivClassName
{
background-color: #EC88CC;
}
.BgClassName
{
background-color: #EC88CC;
}
</style>
border-color css
<style>
span { border-color: #EC88CC; }
span { border-color: rgb(236,136,204); }
td.TdClassName
{
border-color: #EC88CC;
}
.TagClassName
{
border-color: #EC88CC;
}
</style>