Shades of Tea Rose #EC8ACF
Tints of Tea Rose #EC8ACF
RGB
CMYK
RGB Variations
Color information
#EC8ACF (or 0xEC8ACF) is known color: Tea Rose. HEX triplet: EC, 8A and CF. RGB value is (236,138,207). Sum of RGB (Red+Green+Blue) = 236+138+207=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ACF is #137530. Grayscale: #AEAEAE. Windows color (decimal): -1275185 or 13601516. OLE color: 13601516.
HSL color Cylindrical-coordinate representation of color #EC8ACF: hue angle of 317.76º 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 #EC8ACF is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 207 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.07 |
| HSL | 317.76º | 0.72% | 0.73% | - |
| HSV(B) | 317.76º | 0.42% | 0.93% | - |
| XYZ | 54.94 | 40.51 | 63.96 | - |
| YUV | 175.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 207 | 0 | 0.42 | 0.12 | 0.07 | 317.76 | 0.72 | 0.73 |
| Hex | EC | 8A | CF | 0 | 2A | C | 7 | 13E | 48 | 49 |
| Octal | 354 | 212 | 317 | 0 | 52 | 14 | 7 | 476 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11001111 | 0 | 101010 | 1100 | 111 | 100111110 | 1001000 | 1001001 |
Color Harmonies of #EC8ACF
Complementary color
Monochromatic Colors of #EC8ACF
Black with #EC8ACF
Text Example
Text Example
White with #EC8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8ACF; }
p { color: rgb(236,138,207); }
H1.HeaderClassName
{
color: #EC8ACF;
}
.AnyTagClassName
{
color: #EC8ACF;
}
</style>
background-color css
<style>
a { background-color: #EC8ACF; }
a { background-color: rgb(236,138,207); }
div.DivClassName
{
background-color: #EC8ACF;
}
.BgClassName
{
background-color: #EC8ACF;
}
</style>
border-color css
<style>
span { border-color: #EC8ACF; }
span { border-color: rgb(236,138,207); }
td.TdClassName
{
border-color: #EC8ACF;
}
.TagClassName
{
border-color: #EC8ACF;
}
</style>