Shades of Tea Rose #EC7FC5
Tints of Tea Rose #EC7FC5
RGB
CMYK
RGB Variations
Color information
#EC7FC5 (or 0xEC7FC5) is known color: Tea Rose. HEX triplet: EC, 7F and C5. RGB value is (236,127,197). Sum of RGB (Red+Green+Blue) = 236+127+197=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FC5 is #13803A. Grayscale: #A7A7A7. Windows color (decimal): -1278011 or 12943340. OLE color: 12943340.
HSL color Cylindrical-coordinate representation of color #EC7FC5: hue angle of 321.47º 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 #EC7FC5 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 197 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.07 |
| HSL | 321.47º | 0.74% | 0.71% | - |
| HSV(B) | 321.47º | 0.46% | 0.93% | - |
| XYZ | 52.26 | 37.04 | 57.22 | - |
| YUV | 167.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 197 | 0 | 0.46 | 0.17 | 0.07 | 321.47 | 0.74 | 0.71 |
| Hex | EC | 7F | C5 | 0 | 2E | 11 | 7 | 141 | 4A | 47 |
| Octal | 354 | 177 | 305 | 0 | 56 | 21 | 7 | 501 | 112 | 107 |
| Binary | 11101100 | 1111111 | 11000101 | 0 | 101110 | 10001 | 111 | 101000001 | 1001010 | 1000111 |
Color Harmonies of #EC7FC5
Complementary color
Monochromatic Colors of #EC7FC5
Black with #EC7FC5
Text Example
Text Example
White with #EC7FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FC5; }
p { color: rgb(236,127,197); }
H1.HeaderClassName
{
color: #EC7FC5;
}
.AnyTagClassName
{
color: #EC7FC5;
}
</style>
background-color css
<style>
a { background-color: #EC7FC5; }
a { background-color: rgb(236,127,197); }
div.DivClassName
{
background-color: #EC7FC5;
}
.BgClassName
{
background-color: #EC7FC5;
}
</style>
border-color css
<style>
span { border-color: #EC7FC5; }
span { border-color: rgb(236,127,197); }
td.TdClassName
{
border-color: #EC7FC5;
}
.TagClassName
{
border-color: #EC7FC5;
}
</style>