Shades of Tea Rose #EC78C9
Tints of Tea Rose #EC78C9
RGB
CMYK
RGB Variations
Color information
#EC78C9 (or 0xEC78C9) is known color: Tea Rose. HEX triplet: EC, 78 and C9. RGB value is (236,120,201). Sum of RGB (Red+Green+Blue) = 236+120+201=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78C9 is #138736. Grayscale: #A3A3A3. Windows color (decimal): -1279799 or 13203692. OLE color: 13203692.
HSL color Cylindrical-coordinate representation of color #EC78C9: hue angle of 318.1º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC78C9 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 201 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.07 |
| HSL | 318.1º | 0.75% | 0.7% | - |
| HSV(B) | 318.1º | 0.49% | 0.93% | - |
| XYZ | 51.85 | 35.48 | 59.37 | - |
| YUV | 163.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 201 | 0 | 0.49 | 0.15 | 0.07 | 318.1 | 0.75 | 0.7 |
| Hex | EC | 78 | C9 | 0 | 31 | F | 7 | 13E | 4B | 46 |
| Octal | 354 | 170 | 311 | 0 | 61 | 17 | 7 | 476 | 113 | 106 |
| Binary | 11101100 | 1111000 | 11001001 | 0 | 110001 | 1111 | 111 | 100111110 | 1001011 | 1000110 |
Color Harmonies of #EC78C9
Complementary color
Monochromatic Colors of #EC78C9
Black with #EC78C9
Text Example
Text Example
White with #EC78C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78C9; }
p { color: rgb(236,120,201); }
H1.HeaderClassName
{
color: #EC78C9;
}
.AnyTagClassName
{
color: #EC78C9;
}
</style>
background-color css
<style>
a { background-color: #EC78C9; }
a { background-color: rgb(236,120,201); }
div.DivClassName
{
background-color: #EC78C9;
}
.BgClassName
{
background-color: #EC78C9;
}
</style>
border-color css
<style>
span { border-color: #EC78C9; }
span { border-color: rgb(236,120,201); }
td.TdClassName
{
border-color: #EC78C9;
}
.TagClassName
{
border-color: #EC78C9;
}
</style>