Shades of Tea Rose #EC8ABC
Tints of Tea Rose #EC8ABC
RGB
CMYK
RGB Variations
Color information
#EC8ABC (or 0xEC8ABC) is known color: Tea Rose. HEX triplet: EC, 8A and BC. RGB value is (236,138,188). Sum of RGB (Red+Green+Blue) = 236+138+188=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ABC is #137543. Grayscale: #ACACAC. Windows color (decimal): -1275204 or 12356332. OLE color: 12356332.
HSL color Cylindrical-coordinate representation of color #EC8ABC: hue angle of 329.39º 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 #EC8ABC is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 188 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.07 |
| HSL | 329.39º | 0.72% | 0.73% | - |
| HSV(B) | 329.39º | 0.42% | 0.93% | - |
| XYZ | 52.76 | 39.64 | 52.45 | - |
| YUV | 173 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 188 | 0 | 0.42 | 0.20 | 0.07 | 329.39 | 0.72 | 0.73 |
| Hex | EC | 8A | BC | 0 | 2A | 14 | 7 | 149 | 48 | 49 |
| Octal | 354 | 212 | 274 | 0 | 52 | 24 | 7 | 511 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10111100 | 0 | 101010 | 10100 | 111 | 101001001 | 1001000 | 1001001 |
Color Harmonies of #EC8ABC
Complementary color
Monochromatic Colors of #EC8ABC
Black with #EC8ABC
Text Example
Text Example
White with #EC8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8ABC; }
p { color: rgb(236,138,188); }
H1.HeaderClassName
{
color: #EC8ABC;
}
.AnyTagClassName
{
color: #EC8ABC;
}
</style>
background-color css
<style>
a { background-color: #EC8ABC; }
a { background-color: rgb(236,138,188); }
div.DivClassName
{
background-color: #EC8ABC;
}
.BgClassName
{
background-color: #EC8ABC;
}
</style>
border-color css
<style>
span { border-color: #EC8ABC; }
span { border-color: rgb(236,138,188); }
td.TdClassName
{
border-color: #EC8ABC;
}
.TagClassName
{
border-color: #EC8ABC;
}
</style>