Shades of Tea Rose #EC83CE
Tints of Tea Rose #EC83CE
RGB
CMYK
RGB Variations
Color information
#EC83CE (or 0xEC83CE) is known color: Tea Rose. HEX triplet: EC, 83 and CE. RGB value is (236,131,206). Sum of RGB (Red+Green+Blue) = 236+131+206=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83CE is #137C31. Grayscale: #AAAAAA. Windows color (decimal): -1276978 or 13534188. OLE color: 13534188.
HSL color Cylindrical-coordinate representation of color #EC83CE: hue angle of 317.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 #EC83CE is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 206 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.07 |
| HSL | 317.14º | 0.73% | 0.72% | - |
| HSV(B) | 317.14º | 0.44% | 0.93% | - |
| XYZ | 53.85 | 38.52 | 62.99 | - |
| YUV | 170.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 206 | 0 | 0.44 | 0.13 | 0.07 | 317.14 | 0.73 | 0.72 |
| Hex | EC | 83 | CE | 0 | 2C | D | 7 | 13D | 49 | 48 |
| Octal | 354 | 203 | 316 | 0 | 54 | 15 | 7 | 475 | 111 | 110 |
| Binary | 11101100 | 10000011 | 11001110 | 0 | 101100 | 1101 | 111 | 100111101 | 1001001 | 1001000 |
Color Harmonies of #EC83CE
Complementary color
Monochromatic Colors of #EC83CE
Black with #EC83CE
Text Example
Text Example
White with #EC83CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83CE; }
p { color: rgb(236,131,206); }
H1.HeaderClassName
{
color: #EC83CE;
}
.AnyTagClassName
{
color: #EC83CE;
}
</style>
background-color css
<style>
a { background-color: #EC83CE; }
a { background-color: rgb(236,131,206); }
div.DivClassName
{
background-color: #EC83CE;
}
.BgClassName
{
background-color: #EC83CE;
}
</style>
border-color css
<style>
span { border-color: #EC83CE; }
span { border-color: rgb(236,131,206); }
td.TdClassName
{
border-color: #EC83CE;
}
.TagClassName
{
border-color: #EC83CE;
}
</style>