Shades of Tea Rose #EC84C1
Tints of Tea Rose #EC84C1
RGB
CMYK
RGB Variations
Color information
#EC84C1 (or 0xEC84C1) is known color: Tea Rose. HEX triplet: EC, 84 and C1. RGB value is (236,132,193). Sum of RGB (Red+Green+Blue) = 236+132+193=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84C1 is #137B3E. Grayscale: #A9A9A9. Windows color (decimal): -1276735 or 12682476. OLE color: 12682476.
HSL color Cylindrical-coordinate representation of color #EC84C1: hue angle of 324.81º 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 #EC84C1 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 193 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.07 |
| HSL | 324.81º | 0.73% | 0.72% | - |
| HSV(B) | 324.81º | 0.44% | 0.93% | - |
| XYZ | 52.47 | 38.19 | 55.06 | - |
| YUV | 170.05 | 140.96 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 193 | 0 | 0.44 | 0.18 | 0.07 | 324.81 | 0.73 | 0.72 |
| Hex | EC | 84 | C1 | 0 | 2C | 12 | 7 | 145 | 49 | 48 |
| Octal | 354 | 204 | 301 | 0 | 54 | 22 | 7 | 505 | 111 | 110 |
| Binary | 11101100 | 10000100 | 11000001 | 0 | 101100 | 10010 | 111 | 101000101 | 1001001 | 1001000 |
Color Harmonies of #EC84C1
Complementary color
Monochromatic Colors of #EC84C1
Black with #EC84C1
Text Example
Text Example
White with #EC84C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84C1; }
p { color: rgb(236,132,193); }
H1.HeaderClassName
{
color: #EC84C1;
}
.AnyTagClassName
{
color: #EC84C1;
}
</style>
background-color css
<style>
a { background-color: #EC84C1; }
a { background-color: rgb(236,132,193); }
div.DivClassName
{
background-color: #EC84C1;
}
.BgClassName
{
background-color: #EC84C1;
}
</style>
border-color css
<style>
span { border-color: #EC84C1; }
span { border-color: rgb(236,132,193); }
td.TdClassName
{
border-color: #EC84C1;
}
.TagClassName
{
border-color: #EC84C1;
}
</style>