Shades of Tea Rose #EC7FCE
Tints of Tea Rose #EC7FCE
RGB
CMYK
RGB Variations
Color information
#EC7FCE (or 0xEC7FCE) is known color: Tea Rose. HEX triplet: EC, 7F and CE. RGB value is (236,127,206). Sum of RGB (Red+Green+Blue) = 236+127+206=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FCE is #138031. Grayscale: #A8A8A8. Windows color (decimal): -1278002 or 13533164. OLE color: 13533164.
HSL color Cylindrical-coordinate representation of color #EC7FCE: hue angle of 316.51º 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 #EC7FCE is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 206 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.07 |
| HSL | 316.51º | 0.74% | 0.71% | - |
| HSV(B) | 316.51º | 0.46% | 0.93% | - |
| XYZ | 53.32 | 37.47 | 62.81 | - |
| YUV | 168.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 206 | 0 | 0.46 | 0.13 | 0.07 | 316.51 | 0.74 | 0.71 |
| Hex | EC | 7F | CE | 0 | 2E | D | 7 | 13D | 4A | 47 |
| Octal | 354 | 177 | 316 | 0 | 56 | 15 | 7 | 475 | 112 | 107 |
| Binary | 11101100 | 1111111 | 11001110 | 0 | 101110 | 1101 | 111 | 100111101 | 1001010 | 1000111 |
Color Harmonies of #EC7FCE
Complementary color
Monochromatic Colors of #EC7FCE
Black with #EC7FCE
Text Example
Text Example
White with #EC7FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FCE; }
p { color: rgb(236,127,206); }
H1.HeaderClassName
{
color: #EC7FCE;
}
.AnyTagClassName
{
color: #EC7FCE;
}
</style>
background-color css
<style>
a { background-color: #EC7FCE; }
a { background-color: rgb(236,127,206); }
div.DivClassName
{
background-color: #EC7FCE;
}
.BgClassName
{
background-color: #EC7FCE;
}
</style>
border-color css
<style>
span { border-color: #EC7FCE; }
span { border-color: rgb(236,127,206); }
td.TdClassName
{
border-color: #EC7FCE;
}
.TagClassName
{
border-color: #EC7FCE;
}
</style>