Shades of Tea Rose #EC83CF
Tints of Tea Rose #EC83CF
RGB
CMYK
RGB Variations
Color information
#EC83CF (or 0xEC83CF) is known color: Tea Rose. HEX triplet: EC, 83 and CF. RGB value is (236,131,207). Sum of RGB (Red+Green+Blue) = 236+131+207=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83CF is #137C30. Grayscale: #AAAAAA. Windows color (decimal): -1276977 or 13599724. OLE color: 13599724.
HSL color Cylindrical-coordinate representation of color #EC83CF: hue angle of 316.57º 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 #EC83CF is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 207 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.07 |
| HSL | 316.57º | 0.73% | 0.72% | - |
| HSV(B) | 316.57º | 0.44% | 0.93% | - |
| XYZ | 53.97 | 38.57 | 63.63 | - |
| YUV | 171.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 207 | 0 | 0.44 | 0.12 | 0.07 | 316.57 | 0.73 | 0.72 |
| Hex | EC | 83 | CF | 0 | 2C | C | 7 | 13D | 49 | 48 |
| Octal | 354 | 203 | 317 | 0 | 54 | 14 | 7 | 475 | 111 | 110 |
| Binary | 11101100 | 10000011 | 11001111 | 0 | 101100 | 1100 | 111 | 100111101 | 1001001 | 1001000 |
Color Harmonies of #EC83CF
Complementary color
Monochromatic Colors of #EC83CF
Black with #EC83CF
Text Example
Text Example
White with #EC83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83CF; }
p { color: rgb(236,131,207); }
H1.HeaderClassName
{
color: #EC83CF;
}
.AnyTagClassName
{
color: #EC83CF;
}
</style>
background-color css
<style>
a { background-color: #EC83CF; }
a { background-color: rgb(236,131,207); }
div.DivClassName
{
background-color: #EC83CF;
}
.BgClassName
{
background-color: #EC83CF;
}
</style>
border-color css
<style>
span { border-color: #EC83CF; }
span { border-color: rgb(236,131,207); }
td.TdClassName
{
border-color: #EC83CF;
}
.TagClassName
{
border-color: #EC83CF;
}
</style>