Shades of Tea Rose #EC7FCD
Tints of Tea Rose #EC7FCD
RGB
CMYK
RGB Variations
Color information
#EC7FCD (or 0xEC7FCD) is known color: Tea Rose. HEX triplet: EC, 7F and CD. RGB value is (236,127,205). Sum of RGB (Red+Green+Blue) = 236+127+205=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FCD is #138032. Grayscale: #A8A8A8. Windows color (decimal): -1278003 or 13467628. OLE color: 13467628.
HSL color Cylindrical-coordinate representation of color #EC7FCD: hue angle of 317.06º 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 #EC7FCD is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 205 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.07 |
| HSL | 317.06º | 0.74% | 0.71% | - |
| HSV(B) | 317.06º | 0.46% | 0.93% | - |
| XYZ | 53.2 | 37.42 | 62.18 | - |
| YUV | 168.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 205 | 0 | 0.46 | 0.13 | 0.07 | 317.06 | 0.74 | 0.71 |
| Hex | EC | 7F | CD | 0 | 2E | D | 7 | 13D | 4A | 47 |
| Octal | 354 | 177 | 315 | 0 | 56 | 15 | 7 | 475 | 112 | 107 |
| Binary | 11101100 | 1111111 | 11001101 | 0 | 101110 | 1101 | 111 | 100111101 | 1001010 | 1000111 |
Color Harmonies of #EC7FCD
Complementary color
Monochromatic Colors of #EC7FCD
Black with #EC7FCD
Text Example
Text Example
White with #EC7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FCD; }
p { color: rgb(236,127,205); }
H1.HeaderClassName
{
color: #EC7FCD;
}
.AnyTagClassName
{
color: #EC7FCD;
}
</style>
background-color css
<style>
a { background-color: #EC7FCD; }
a { background-color: rgb(236,127,205); }
div.DivClassName
{
background-color: #EC7FCD;
}
.BgClassName
{
background-color: #EC7FCD;
}
</style>
border-color css
<style>
span { border-color: #EC7FCD; }
span { border-color: rgb(236,127,205); }
td.TdClassName
{
border-color: #EC7FCD;
}
.TagClassName
{
border-color: #EC7FCD;
}
</style>