Shades of Tea Rose #EC8AC0
Tints of Tea Rose #EC8AC0
RGB
CMYK
RGB Variations
Color information
#EC8AC0 (or 0xEC8AC0) is known color: Tea Rose. HEX triplet: EC, 8A and C0. RGB value is (236,138,192). Sum of RGB (Red+Green+Blue) = 236+138+192=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AC0 is #13753F. Grayscale: #ADADAD. Windows color (decimal): -1275200 or 12618476. OLE color: 12618476.
HSL color Cylindrical-coordinate representation of color #EC8AC0: hue angle of 326.94º 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 #EC8AC0 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 192 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.07 |
| HSL | 326.94º | 0.72% | 0.73% | - |
| HSV(B) | 326.94º | 0.42% | 0.93% | - |
| XYZ | 53.19 | 39.82 | 54.75 | - |
| YUV | 173.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 192 | 0 | 0.42 | 0.19 | 0.07 | 326.94 | 0.72 | 0.73 |
| Hex | EC | 8A | C0 | 0 | 2A | 13 | 7 | 147 | 48 | 49 |
| Octal | 354 | 212 | 300 | 0 | 52 | 23 | 7 | 507 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11000000 | 0 | 101010 | 10011 | 111 | 101000111 | 1001000 | 1001001 |
Color Harmonies of #EC8AC0
Complementary color
Monochromatic Colors of #EC8AC0
Black with #EC8AC0
Text Example
Text Example
White with #EC8AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AC0; }
p { color: rgb(236,138,192); }
H1.HeaderClassName
{
color: #EC8AC0;
}
.AnyTagClassName
{
color: #EC8AC0;
}
</style>
background-color css
<style>
a { background-color: #EC8AC0; }
a { background-color: rgb(236,138,192); }
div.DivClassName
{
background-color: #EC8AC0;
}
.BgClassName
{
background-color: #EC8AC0;
}
</style>
border-color css
<style>
span { border-color: #EC8AC0; }
span { border-color: rgb(236,138,192); }
td.TdClassName
{
border-color: #EC8AC0;
}
.TagClassName
{
border-color: #EC8AC0;
}
</style>