Shades of Tea Rose #EC83C0
Tints of Tea Rose #EC83C0
RGB
CMYK
RGB Variations
Color information
#EC83C0 (or 0xEC83C0) is known color: Tea Rose. HEX triplet: EC, 83 and C0. RGB value is (236,131,192). Sum of RGB (Red+Green+Blue) = 236+131+192=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83C0 is #137C3F. Grayscale: #A9A9A9. Windows color (decimal): -1276992 or 12616684. OLE color: 12616684.
HSL color Cylindrical-coordinate representation of color #EC83C0: hue angle of 325.14º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC83C0 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 192 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.07 |
| HSL | 325.14º | 0.73% | 0.72% | - |
| HSV(B) | 325.14º | 0.44% | 0.93% | - |
| XYZ | 52.22 | 37.87 | 54.43 | - |
| YUV | 169.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 192 | 0 | 0.44 | 0.19 | 0.07 | 325.14 | 0.73 | 0.72 |
| Hex | EC | 83 | C0 | 0 | 2C | 13 | 7 | 145 | 49 | 48 |
| Octal | 354 | 203 | 300 | 0 | 54 | 23 | 7 | 505 | 111 | 110 |
| Binary | 11101100 | 10000011 | 11000000 | 0 | 101100 | 10011 | 111 | 101000101 | 1001001 | 1001000 |
Color Harmonies of #EC83C0
Complementary color
Monochromatic Colors of #EC83C0
Black with #EC83C0
Text Example
Text Example
White with #EC83C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83C0; }
p { color: rgb(236,131,192); }
H1.HeaderClassName
{
color: #EC83C0;
}
.AnyTagClassName
{
color: #EC83C0;
}
</style>
background-color css
<style>
a { background-color: #EC83C0; }
a { background-color: rgb(236,131,192); }
div.DivClassName
{
background-color: #EC83C0;
}
.BgClassName
{
background-color: #EC83C0;
}
</style>
border-color css
<style>
span { border-color: #EC83C0; }
span { border-color: rgb(236,131,192); }
td.TdClassName
{
border-color: #EC83C0;
}
.TagClassName
{
border-color: #EC83C0;
}
</style>