Shades of Tea Rose #EC8DCB
Tints of Tea Rose #EC8DCB
RGB
CMYK
RGB Variations
Color information
#EC8DCB (or 0xEC8DCB) is known color: Tea Rose. HEX triplet: EC, 8D and CB. RGB value is (236,141,203). Sum of RGB (Red+Green+Blue) = 236+141+203=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DCB is #137234. Grayscale: #B0B0B0. Windows color (decimal): -1274421 or 13340140. OLE color: 13340140.
HSL color Cylindrical-coordinate representation of color #EC8DCB: hue angle of 320.84º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8DCB is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 203 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.07 |
| HSL | 320.84º | 0.71% | 0.74% | - |
| HSV(B) | 320.84º | 0.4% | 0.93% | - |
| XYZ | 54.9 | 41.19 | 61.56 | - |
| YUV | 176.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 203 | 0 | 0.40 | 0.14 | 0.07 | 320.84 | 0.71 | 0.74 |
| Hex | EC | 8D | CB | 0 | 28 | E | 7 | 141 | 47 | 4A |
| Octal | 354 | 215 | 313 | 0 | 50 | 16 | 7 | 501 | 107 | 112 |
| Binary | 11101100 | 10001101 | 11001011 | 0 | 101000 | 1110 | 111 | 101000001 | 1000111 | 1001010 |
Color Harmonies of #EC8DCB
Complementary color
Monochromatic Colors of #EC8DCB
Black with #EC8DCB
Text Example
Text Example
White with #EC8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8DCB; }
p { color: rgb(236,141,203); }
H1.HeaderClassName
{
color: #EC8DCB;
}
.AnyTagClassName
{
color: #EC8DCB;
}
</style>
background-color css
<style>
a { background-color: #EC8DCB; }
a { background-color: rgb(236,141,203); }
div.DivClassName
{
background-color: #EC8DCB;
}
.BgClassName
{
background-color: #EC8DCB;
}
</style>
border-color css
<style>
span { border-color: #EC8DCB; }
span { border-color: rgb(236,141,203); }
td.TdClassName
{
border-color: #EC8DCB;
}
.TagClassName
{
border-color: #EC8DCB;
}
</style>