Shades of Tea Rose #EC8ECF
Tints of Tea Rose #EC8ECF
RGB
CMYK
RGB Variations
Color information
#EC8ECF (or 0xEC8ECF) is known color: Tea Rose. HEX triplet: EC, 8E and CF. RGB value is (236,142,207). Sum of RGB (Red+Green+Blue) = 236+142+207=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ECF is #137130. Grayscale: #B1B1B1. Windows color (decimal): -1274161 or 13602540. OLE color: 13602540.
HSL color Cylindrical-coordinate representation of color #EC8ECF: hue angle of 318.51º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8ECF is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 207 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.07 |
| HSL | 318.51º | 0.71% | 0.74% | - |
| HSV(B) | 318.51º | 0.4% | 0.93% | - |
| XYZ | 55.53 | 41.68 | 64.15 | - |
| YUV | 177.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 207 | 0 | 0.40 | 0.12 | 0.07 | 318.51 | 0.71 | 0.74 |
| Hex | EC | 8E | CF | 0 | 28 | C | 7 | 13F | 47 | 4A |
| Octal | 354 | 216 | 317 | 0 | 50 | 14 | 7 | 477 | 107 | 112 |
| Binary | 11101100 | 10001110 | 11001111 | 0 | 101000 | 1100 | 111 | 100111111 | 1000111 | 1001010 |
Color Harmonies of #EC8ECF
Complementary color
Monochromatic Colors of #EC8ECF
Black with #EC8ECF
Text Example
Text Example
White with #EC8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8ECF; }
p { color: rgb(236,142,207); }
H1.HeaderClassName
{
color: #EC8ECF;
}
.AnyTagClassName
{
color: #EC8ECF;
}
</style>
background-color css
<style>
a { background-color: #EC8ECF; }
a { background-color: rgb(236,142,207); }
div.DivClassName
{
background-color: #EC8ECF;
}
.BgClassName
{
background-color: #EC8ECF;
}
</style>
border-color css
<style>
span { border-color: #EC8ECF; }
span { border-color: rgb(236,142,207); }
td.TdClassName
{
border-color: #EC8ECF;
}
.TagClassName
{
border-color: #EC8ECF;
}
</style>