Shades of Tea Rose #EC8AC8
Tints of Tea Rose #EC8AC8
RGB
CMYK
RGB Variations
Color information
#EC8AC8 (or 0xEC8AC8) is known color: Tea Rose. HEX triplet: EC, 8A and C8. RGB value is (236,138,200). Sum of RGB (Red+Green+Blue) = 236+138+200=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AC8 is #137537. Grayscale: #AEAEAE. Windows color (decimal): -1275192 or 13142764. OLE color: 13142764.
HSL color Cylindrical-coordinate representation of color #EC8AC8: hue angle of 322.04º 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 #EC8AC8 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 200 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.07 |
| HSL | 322.04º | 0.72% | 0.73% | - |
| HSV(B) | 322.04º | 0.42% | 0.93% | - |
| XYZ | 54.11 | 40.18 | 59.55 | - |
| YUV | 174.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 200 | 0 | 0.42 | 0.15 | 0.07 | 322.04 | 0.72 | 0.73 |
| Hex | EC | 8A | C8 | 0 | 2A | F | 7 | 142 | 48 | 49 |
| Octal | 354 | 212 | 310 | 0 | 52 | 17 | 7 | 502 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11001000 | 0 | 101010 | 1111 | 111 | 101000010 | 1001000 | 1001001 |
Color Harmonies of #EC8AC8
Complementary color
Monochromatic Colors of #EC8AC8
Black with #EC8AC8
Text Example
Text Example
White with #EC8AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AC8; }
p { color: rgb(236,138,200); }
H1.HeaderClassName
{
color: #EC8AC8;
}
.AnyTagClassName
{
color: #EC8AC8;
}
</style>
background-color css
<style>
a { background-color: #EC8AC8; }
a { background-color: rgb(236,138,200); }
div.DivClassName
{
background-color: #EC8AC8;
}
.BgClassName
{
background-color: #EC8AC8;
}
</style>
border-color css
<style>
span { border-color: #EC8AC8; }
span { border-color: rgb(236,138,200); }
td.TdClassName
{
border-color: #EC8AC8;
}
.TagClassName
{
border-color: #EC8AC8;
}
</style>