Shades of Tea Rose #EC83CB
Tints of Tea Rose #EC83CB
RGB
CMYK
RGB Variations
Color information
#EC83CB (or 0xEC83CB) is known color: Tea Rose. HEX triplet: EC, 83 and CB. RGB value is (236,131,203). Sum of RGB (Red+Green+Blue) = 236+131+203=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83CB is #137C34. Grayscale: #AAAAAA. Windows color (decimal): -1276981 or 13337580. OLE color: 13337580.
HSL color Cylindrical-coordinate representation of color #EC83CB: hue angle of 318.86º 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 #EC83CB is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 203 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.07 |
| HSL | 318.86º | 0.73% | 0.72% | - |
| HSV(B) | 318.86º | 0.44% | 0.93% | - |
| XYZ | 53.49 | 38.38 | 61.09 | - |
| YUV | 170.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 203 | 0 | 0.44 | 0.14 | 0.07 | 318.86 | 0.73 | 0.72 |
| Hex | EC | 83 | CB | 0 | 2C | E | 7 | 13F | 49 | 48 |
| Octal | 354 | 203 | 313 | 0 | 54 | 16 | 7 | 477 | 111 | 110 |
| Binary | 11101100 | 10000011 | 11001011 | 0 | 101100 | 1110 | 111 | 100111111 | 1001001 | 1001000 |
Color Harmonies of #EC83CB
Complementary color
Monochromatic Colors of #EC83CB
Black with #EC83CB
Text Example
Text Example
White with #EC83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83CB; }
p { color: rgb(236,131,203); }
H1.HeaderClassName
{
color: #EC83CB;
}
.AnyTagClassName
{
color: #EC83CB;
}
</style>
background-color css
<style>
a { background-color: #EC83CB; }
a { background-color: rgb(236,131,203); }
div.DivClassName
{
background-color: #EC83CB;
}
.BgClassName
{
background-color: #EC83CB;
}
</style>
border-color css
<style>
span { border-color: #EC83CB; }
span { border-color: rgb(236,131,203); }
td.TdClassName
{
border-color: #EC83CB;
}
.TagClassName
{
border-color: #EC83CB;
}
</style>