Shades of Tea Rose #EC7BCC
Tints of Tea Rose #EC7BCC
RGB
CMYK
RGB Variations
Color information
#EC7BCC (or 0xEC7BCC) is known color: Tea Rose. HEX triplet: EC, 7B and CC. RGB value is (236,123,204). Sum of RGB (Red+Green+Blue) = 236+123+204=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BCC is #138433. Grayscale: #A5A5A5. Windows color (decimal): -1279028 or 13401068. OLE color: 13401068.
HSL color Cylindrical-coordinate representation of color #EC7BCC: hue angle of 316.99º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7BCC is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 204 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.07 |
| HSL | 316.99º | 0.75% | 0.7% | - |
| HSV(B) | 316.99º | 0.48% | 0.93% | - |
| XYZ | 52.57 | 36.36 | 61.37 | - |
| YUV | 166.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 204 | 0 | 0.48 | 0.14 | 0.07 | 316.99 | 0.75 | 0.7 |
| Hex | EC | 7B | CC | 0 | 30 | E | 7 | 13D | 4B | 46 |
| Octal | 354 | 173 | 314 | 0 | 60 | 16 | 7 | 475 | 113 | 106 |
| Binary | 11101100 | 1111011 | 11001100 | 0 | 110000 | 1110 | 111 | 100111101 | 1001011 | 1000110 |
Color Harmonies of #EC7BCC
Complementary color
Monochromatic Colors of #EC7BCC
Black with #EC7BCC
Text Example
Text Example
White with #EC7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BCC; }
p { color: rgb(236,123,204); }
H1.HeaderClassName
{
color: #EC7BCC;
}
.AnyTagClassName
{
color: #EC7BCC;
}
</style>
background-color css
<style>
a { background-color: #EC7BCC; }
a { background-color: rgb(236,123,204); }
div.DivClassName
{
background-color: #EC7BCC;
}
.BgClassName
{
background-color: #EC7BCC;
}
</style>
border-color css
<style>
span { border-color: #EC7BCC; }
span { border-color: rgb(236,123,204); }
td.TdClassName
{
border-color: #EC7BCC;
}
.TagClassName
{
border-color: #EC7BCC;
}
</style>