Shades of Tea Rose #EC88D0
Tints of Tea Rose #EC88D0
RGB
CMYK
RGB Variations
Color information
#EC88D0 (or 0xEC88D0) is known color: Tea Rose. HEX triplet: EC, 88 and D0. RGB value is (236,136,208). Sum of RGB (Red+Green+Blue) = 236+136+208=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88D0 is #13772F. Grayscale: #ADADAD. Windows color (decimal): -1275696 or 13666540. OLE color: 13666540.
HSL color Cylindrical-coordinate representation of color #EC88D0: hue angle of 316.8º 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 #EC88D0 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 208 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.07 |
| HSL | 316.8º | 0.72% | 0.73% | - |
| HSV(B) | 316.8º | 0.42% | 0.93% | - |
| XYZ | 54.78 | 40 | 64.51 | - |
| YUV | 174.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 208 | 0 | 0.42 | 0.12 | 0.07 | 316.8 | 0.72 | 0.73 |
| Hex | EC | 88 | D0 | 0 | 2A | C | 7 | 13D | 48 | 49 |
| Octal | 354 | 210 | 320 | 0 | 52 | 14 | 7 | 475 | 110 | 111 |
| Binary | 11101100 | 10001000 | 11010000 | 0 | 101010 | 1100 | 111 | 100111101 | 1001000 | 1001001 |
Color Harmonies of #EC88D0
Complementary color
Monochromatic Colors of #EC88D0
Black with #EC88D0
Text Example
Text Example
White with #EC88D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88D0; }
p { color: rgb(236,136,208); }
H1.HeaderClassName
{
color: #EC88D0;
}
.AnyTagClassName
{
color: #EC88D0;
}
</style>
background-color css
<style>
a { background-color: #EC88D0; }
a { background-color: rgb(236,136,208); }
div.DivClassName
{
background-color: #EC88D0;
}
.BgClassName
{
background-color: #EC88D0;
}
</style>
border-color css
<style>
span { border-color: #EC88D0; }
span { border-color: rgb(236,136,208); }
td.TdClassName
{
border-color: #EC88D0;
}
.TagClassName
{
border-color: #EC88D0;
}
</style>