Shades of Tea Rose #EC8AC5
Tints of Tea Rose #EC8AC5
RGB
CMYK
RGB Variations
Color information
#EC8AC5 (or 0xEC8AC5) is known color: Tea Rose. HEX triplet: EC, 8A and C5. RGB value is (236,138,197). Sum of RGB (Red+Green+Blue) = 236+138+197=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AC5 is #13753A. Grayscale: #ADADAD. Windows color (decimal): -1275195 or 12946156. OLE color: 12946156.
HSL color Cylindrical-coordinate representation of color #EC8AC5: hue angle of 323.88º 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 #EC8AC5 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 197 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.07 |
| HSL | 323.88º | 0.72% | 0.73% | - |
| HSV(B) | 323.88º | 0.42% | 0.93% | - |
| XYZ | 53.76 | 40.04 | 57.72 | - |
| YUV | 174.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 197 | 0 | 0.42 | 0.17 | 0.07 | 323.88 | 0.72 | 0.73 |
| Hex | EC | 8A | C5 | 0 | 2A | 11 | 7 | 144 | 48 | 49 |
| Octal | 354 | 212 | 305 | 0 | 52 | 21 | 7 | 504 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11000101 | 0 | 101010 | 10001 | 111 | 101000100 | 1001000 | 1001001 |
Color Harmonies of #EC8AC5
Complementary color
Monochromatic Colors of #EC8AC5
Black with #EC8AC5
Text Example
Text Example
White with #EC8AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AC5; }
p { color: rgb(236,138,197); }
H1.HeaderClassName
{
color: #EC8AC5;
}
.AnyTagClassName
{
color: #EC8AC5;
}
</style>
background-color css
<style>
a { background-color: #EC8AC5; }
a { background-color: rgb(236,138,197); }
div.DivClassName
{
background-color: #EC8AC5;
}
.BgClassName
{
background-color: #EC8AC5;
}
</style>
border-color css
<style>
span { border-color: #EC8AC5; }
span { border-color: rgb(236,138,197); }
td.TdClassName
{
border-color: #EC8AC5;
}
.TagClassName
{
border-color: #EC8AC5;
}
</style>