Shades of Tea Rose #EC7FCF
Tints of Tea Rose #EC7FCF
RGB
CMYK
RGB Variations
Color information
#EC7FCF (or 0xEC7FCF) is known color: Tea Rose. HEX triplet: EC, 7F and CF. RGB value is (236,127,207). Sum of RGB (Red+Green+Blue) = 236+127+207=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FCF is #138030. Grayscale: #A8A8A8. Windows color (decimal): -1278001 or 13598700. OLE color: 13598700.
HSL color Cylindrical-coordinate representation of color #EC7FCF: hue angle of 315.96º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7FCF is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 207 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.07 |
| HSL | 315.96º | 0.74% | 0.71% | - |
| HSV(B) | 315.96º | 0.46% | 0.93% | - |
| XYZ | 53.44 | 37.52 | 63.46 | - |
| YUV | 168.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 207 | 0 | 0.46 | 0.12 | 0.07 | 315.96 | 0.74 | 0.71 |
| Hex | EC | 7F | CF | 0 | 2E | C | 7 | 13C | 4A | 47 |
| Octal | 354 | 177 | 317 | 0 | 56 | 14 | 7 | 474 | 112 | 107 |
| Binary | 11101100 | 1111111 | 11001111 | 0 | 101110 | 1100 | 111 | 100111100 | 1001010 | 1000111 |
Color Harmonies of #EC7FCF
Complementary color
Monochromatic Colors of #EC7FCF
Black with #EC7FCF
Text Example
Text Example
White with #EC7FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FCF; }
p { color: rgb(236,127,207); }
H1.HeaderClassName
{
color: #EC7FCF;
}
.AnyTagClassName
{
color: #EC7FCF;
}
</style>
background-color css
<style>
a { background-color: #EC7FCF; }
a { background-color: rgb(236,127,207); }
div.DivClassName
{
background-color: #EC7FCF;
}
.BgClassName
{
background-color: #EC7FCF;
}
</style>
border-color css
<style>
span { border-color: #EC7FCF; }
span { border-color: rgb(236,127,207); }
td.TdClassName
{
border-color: #EC7FCF;
}
.TagClassName
{
border-color: #EC7FCF;
}
</style>