Shades of Tea Rose #EC7FC8
Tints of Tea Rose #EC7FC8
RGB
CMYK
RGB Variations
Color information
#EC7FC8 (or 0xEC7FC8) is known color: Tea Rose. HEX triplet: EC, 7F and C8. RGB value is (236,127,200). Sum of RGB (Red+Green+Blue) = 236+127+200=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FC8 is #138037. Grayscale: #A7A7A7. Windows color (decimal): -1278008 or 13139948. OLE color: 13139948.
HSL color Cylindrical-coordinate representation of color #EC7FC8: hue angle of 319.82º 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 #EC7FC8 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 200 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.07 |
| HSL | 319.82º | 0.74% | 0.71% | - |
| HSV(B) | 319.82º | 0.46% | 0.93% | - |
| XYZ | 52.61 | 37.18 | 59.05 | - |
| YUV | 167.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 200 | 0 | 0.46 | 0.15 | 0.07 | 319.82 | 0.74 | 0.71 |
| Hex | EC | 7F | C8 | 0 | 2E | F | 7 | 140 | 4A | 47 |
| Octal | 354 | 177 | 310 | 0 | 56 | 17 | 7 | 500 | 112 | 107 |
| Binary | 11101100 | 1111111 | 11001000 | 0 | 101110 | 1111 | 111 | 101000000 | 1001010 | 1000111 |
Color Harmonies of #EC7FC8
Complementary color
Monochromatic Colors of #EC7FC8
Black with #EC7FC8
Text Example
Text Example
White with #EC7FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FC8; }
p { color: rgb(236,127,200); }
H1.HeaderClassName
{
color: #EC7FC8;
}
.AnyTagClassName
{
color: #EC7FC8;
}
</style>
background-color css
<style>
a { background-color: #EC7FC8; }
a { background-color: rgb(236,127,200); }
div.DivClassName
{
background-color: #EC7FC8;
}
.BgClassName
{
background-color: #EC7FC8;
}
</style>
border-color css
<style>
span { border-color: #EC7FC8; }
span { border-color: rgb(236,127,200); }
td.TdClassName
{
border-color: #EC7FC8;
}
.TagClassName
{
border-color: #EC7FC8;
}
</style>