Shades of Tea Rose #EC7BCB
Tints of Tea Rose #EC7BCB
RGB
CMYK
RGB Variations
Color information
#EC7BCB (or 0xEC7BCB) is known color: Tea Rose. HEX triplet: EC, 7B and CB. RGB value is (236,123,203). Sum of RGB (Red+Green+Blue) = 236+123+203=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BCB is #138434. Grayscale: #A5A5A5. Windows color (decimal): -1279029 or 13335532. OLE color: 13335532.
HSL color Cylindrical-coordinate representation of color #EC7BCB: hue angle of 317.52º 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 #EC7BCB is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 203 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.07 |
| HSL | 317.52º | 0.75% | 0.7% | - |
| HSV(B) | 317.52º | 0.48% | 0.93% | - |
| XYZ | 52.45 | 36.31 | 60.74 | - |
| YUV | 165.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 203 | 0 | 0.48 | 0.14 | 0.07 | 317.52 | 0.75 | 0.7 |
| Hex | EC | 7B | CB | 0 | 30 | E | 7 | 13E | 4B | 46 |
| Octal | 354 | 173 | 313 | 0 | 60 | 16 | 7 | 476 | 113 | 106 |
| Binary | 11101100 | 1111011 | 11001011 | 0 | 110000 | 1110 | 111 | 100111110 | 1001011 | 1000110 |
Color Harmonies of #EC7BCB
Complementary color
Monochromatic Colors of #EC7BCB
Black with #EC7BCB
Text Example
Text Example
White with #EC7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BCB; }
p { color: rgb(236,123,203); }
H1.HeaderClassName
{
color: #EC7BCB;
}
.AnyTagClassName
{
color: #EC7BCB;
}
</style>
background-color css
<style>
a { background-color: #EC7BCB; }
a { background-color: rgb(236,123,203); }
div.DivClassName
{
background-color: #EC7BCB;
}
.BgClassName
{
background-color: #EC7BCB;
}
</style>
border-color css
<style>
span { border-color: #EC7BCB; }
span { border-color: rgb(236,123,203); }
td.TdClassName
{
border-color: #EC7BCB;
}
.TagClassName
{
border-color: #EC7BCB;
}
</style>