Shades of Tea Rose #EC7BCD
Tints of Tea Rose #EC7BCD
RGB
CMYK
RGB Variations
Color information
#EC7BCD (or 0xEC7BCD) is known color: Tea Rose. HEX triplet: EC, 7B and CD. RGB value is (236,123,205). Sum of RGB (Red+Green+Blue) = 236+123+205=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BCD is #138432. Grayscale: #A5A5A5. Windows color (decimal): -1279027 or 13466604. OLE color: 13466604.
HSL color Cylindrical-coordinate representation of color #EC7BCD: hue angle of 316.46º 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 #EC7BCD is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 205 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.07 |
| HSL | 316.46º | 0.75% | 0.7% | - |
| HSV(B) | 316.46º | 0.48% | 0.93% | - |
| XYZ | 52.69 | 36.41 | 62.01 | - |
| YUV | 166.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 205 | 0 | 0.48 | 0.13 | 0.07 | 316.46 | 0.75 | 0.7 |
| Hex | EC | 7B | CD | 0 | 30 | D | 7 | 13C | 4B | 46 |
| Octal | 354 | 173 | 315 | 0 | 60 | 15 | 7 | 474 | 113 | 106 |
| Binary | 11101100 | 1111011 | 11001101 | 0 | 110000 | 1101 | 111 | 100111100 | 1001011 | 1000110 |
Color Harmonies of #EC7BCD
Complementary color
Monochromatic Colors of #EC7BCD
Black with #EC7BCD
Text Example
Text Example
White with #EC7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BCD; }
p { color: rgb(236,123,205); }
H1.HeaderClassName
{
color: #EC7BCD;
}
.AnyTagClassName
{
color: #EC7BCD;
}
</style>
background-color css
<style>
a { background-color: #EC7BCD; }
a { background-color: rgb(236,123,205); }
div.DivClassName
{
background-color: #EC7BCD;
}
.BgClassName
{
background-color: #EC7BCD;
}
</style>
border-color css
<style>
span { border-color: #EC7BCD; }
span { border-color: rgb(236,123,205); }
td.TdClassName
{
border-color: #EC7BCD;
}
.TagClassName
{
border-color: #EC7BCD;
}
</style>