Shades of Tea Rose #EC8ACE
Tints of Tea Rose #EC8ACE
RGB
CMYK
RGB Variations
Color information
#EC8ACE (or 0xEC8ACE) is known color: Tea Rose. HEX triplet: EC, 8A and CE. RGB value is (236,138,206). Sum of RGB (Red+Green+Blue) = 236+138+206=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ACE is #137531. Grayscale: #AEAEAE. Windows color (decimal): -1275186 or 13535980. OLE color: 13535980.
HSL color Cylindrical-coordinate representation of color #EC8ACE: hue angle of 318.37º 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 #EC8ACE is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 206 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.07 |
| HSL | 318.37º | 0.72% | 0.73% | - |
| HSV(B) | 318.37º | 0.42% | 0.93% | - |
| XYZ | 54.82 | 40.47 | 63.31 | - |
| YUV | 175.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 206 | 0 | 0.42 | 0.13 | 0.07 | 318.37 | 0.72 | 0.73 |
| Hex | EC | 8A | CE | 0 | 2A | D | 7 | 13E | 48 | 49 |
| Octal | 354 | 212 | 316 | 0 | 52 | 15 | 7 | 476 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11001110 | 0 | 101010 | 1101 | 111 | 100111110 | 1001000 | 1001001 |
Color Harmonies of #EC8ACE
Complementary color
Monochromatic Colors of #EC8ACE
Black with #EC8ACE
Text Example
Text Example
White with #EC8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8ACE; }
p { color: rgb(236,138,206); }
H1.HeaderClassName
{
color: #EC8ACE;
}
.AnyTagClassName
{
color: #EC8ACE;
}
</style>
background-color css
<style>
a { background-color: #EC8ACE; }
a { background-color: rgb(236,138,206); }
div.DivClassName
{
background-color: #EC8ACE;
}
.BgClassName
{
background-color: #EC8ACE;
}
</style>
border-color css
<style>
span { border-color: #EC8ACE; }
span { border-color: rgb(236,138,206); }
td.TdClassName
{
border-color: #EC8ACE;
}
.TagClassName
{
border-color: #EC8ACE;
}
</style>