Shades of Tea Rose #EC88BD
Tints of Tea Rose #EC88BD
RGB
CMYK
RGB Variations
Color information
#EC88BD (or 0xEC88BD) is known color: Tea Rose. HEX triplet: EC, 88 and BD. RGB value is (236,136,189). Sum of RGB (Red+Green+Blue) = 236+136+189=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88BD is #137742. Grayscale: #ABABAB. Windows color (decimal): -1275715 or 12421356. OLE color: 12421356.
HSL color Cylindrical-coordinate representation of color #EC88BD: hue angle of 328.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 #EC88BD is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 189 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.07 |
| HSL | 328.2º | 0.72% | 0.73% | - |
| HSV(B) | 328.2º | 0.42% | 0.93% | - |
| XYZ | 52.58 | 39.12 | 52.92 | - |
| YUV | 171.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 189 | 0 | 0.42 | 0.20 | 0.07 | 328.2 | 0.72 | 0.73 |
| Hex | EC | 88 | BD | 0 | 2A | 14 | 7 | 148 | 48 | 49 |
| Octal | 354 | 210 | 275 | 0 | 52 | 24 | 7 | 510 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10111101 | 0 | 101010 | 10100 | 111 | 101001000 | 1001000 | 1001001 |
Color Harmonies of #EC88BD
Complementary color
Monochromatic Colors of #EC88BD
Black with #EC88BD
Text Example
Text Example
White with #EC88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88BD; }
p { color: rgb(236,136,189); }
H1.HeaderClassName
{
color: #EC88BD;
}
.AnyTagClassName
{
color: #EC88BD;
}
</style>
background-color css
<style>
a { background-color: #EC88BD; }
a { background-color: rgb(236,136,189); }
div.DivClassName
{
background-color: #EC88BD;
}
.BgClassName
{
background-color: #EC88BD;
}
</style>
border-color css
<style>
span { border-color: #EC88BD; }
span { border-color: rgb(236,136,189); }
td.TdClassName
{
border-color: #EC88BD;
}
.TagClassName
{
border-color: #EC88BD;
}
</style>