Shades of Tea Rose #EC8DC5
Tints of Tea Rose #EC8DC5
RGB
CMYK
RGB Variations
Color information
#EC8DC5 (or 0xEC8DC5) is known color: Tea Rose. HEX triplet: EC, 8D and C5. RGB value is (236,141,197). Sum of RGB (Red+Green+Blue) = 236+141+197=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DC5 is #13723A. Grayscale: #AFAFAF. Windows color (decimal): -1274427 or 12946924. OLE color: 12946924.
HSL color Cylindrical-coordinate representation of color #EC8DC5: hue angle of 324.63º 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 #EC8DC5 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 197 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.07 |
| HSL | 324.63º | 0.71% | 0.74% | - |
| HSV(B) | 324.63º | 0.4% | 0.93% | - |
| XYZ | 54.19 | 40.91 | 57.86 | - |
| YUV | 175.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 197 | 0 | 0.40 | 0.17 | 0.07 | 324.63 | 0.71 | 0.74 |
| Hex | EC | 8D | C5 | 0 | 28 | 11 | 7 | 145 | 47 | 4A |
| Octal | 354 | 215 | 305 | 0 | 50 | 21 | 7 | 505 | 107 | 112 |
| Binary | 11101100 | 10001101 | 11000101 | 0 | 101000 | 10001 | 111 | 101000101 | 1000111 | 1001010 |
Color Harmonies of #EC8DC5
Complementary color
Monochromatic Colors of #EC8DC5
Black with #EC8DC5
Text Example
Text Example
White with #EC8DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8DC5; }
p { color: rgb(236,141,197); }
H1.HeaderClassName
{
color: #EC8DC5;
}
.AnyTagClassName
{
color: #EC8DC5;
}
</style>
background-color css
<style>
a { background-color: #EC8DC5; }
a { background-color: rgb(236,141,197); }
div.DivClassName
{
background-color: #EC8DC5;
}
.BgClassName
{
background-color: #EC8DC5;
}
</style>
border-color css
<style>
span { border-color: #EC8DC5; }
span { border-color: rgb(236,141,197); }
td.TdClassName
{
border-color: #EC8DC5;
}
.TagClassName
{
border-color: #EC8DC5;
}
</style>