Shades of Tea Rose #EC8AC1
Tints of Tea Rose #EC8AC1
RGB
CMYK
RGB Variations
Color information
#EC8AC1 (or 0xEC8AC1) is known color: Tea Rose. HEX triplet: EC, 8A and C1. RGB value is (236,138,193). Sum of RGB (Red+Green+Blue) = 236+138+193=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AC1 is #13753E. Grayscale: #ADADAD. Windows color (decimal): -1275199 or 12684012. OLE color: 12684012.
HSL color Cylindrical-coordinate representation of color #EC8AC1: hue angle of 326.33º 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 #EC8AC1 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 193 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.07 |
| HSL | 326.33º | 0.72% | 0.73% | - |
| HSV(B) | 326.33º | 0.42% | 0.93% | - |
| XYZ | 53.31 | 39.86 | 55.34 | - |
| YUV | 173.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 193 | 0 | 0.42 | 0.18 | 0.07 | 326.33 | 0.72 | 0.73 |
| Hex | EC | 8A | C1 | 0 | 2A | 12 | 7 | 146 | 48 | 49 |
| Octal | 354 | 212 | 301 | 0 | 52 | 22 | 7 | 506 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11000001 | 0 | 101010 | 10010 | 111 | 101000110 | 1001000 | 1001001 |
Color Harmonies of #EC8AC1
Complementary color
Monochromatic Colors of #EC8AC1
Black with #EC8AC1
Text Example
Text Example
White with #EC8AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AC1; }
p { color: rgb(236,138,193); }
H1.HeaderClassName
{
color: #EC8AC1;
}
.AnyTagClassName
{
color: #EC8AC1;
}
</style>
background-color css
<style>
a { background-color: #EC8AC1; }
a { background-color: rgb(236,138,193); }
div.DivClassName
{
background-color: #EC8AC1;
}
.BgClassName
{
background-color: #EC8AC1;
}
</style>
border-color css
<style>
span { border-color: #EC8AC1; }
span { border-color: rgb(236,138,193); }
td.TdClassName
{
border-color: #EC8AC1;
}
.TagClassName
{
border-color: #EC8AC1;
}
</style>