Shades of Tea Rose #EC82CE
Tints of Tea Rose #EC82CE
RGB
CMYK
RGB Variations
Color information
#EC82CE (or 0xEC82CE) is known color: Tea Rose. HEX triplet: EC, 82 and CE. RGB value is (236,130,206). Sum of RGB (Red+Green+Blue) = 236+130+206=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82CE is #137D31. Grayscale: #AAAAAA. Windows color (decimal): -1277234 or 13533932. OLE color: 13533932.
HSL color Cylindrical-coordinate representation of color #EC82CE: hue angle of 316.98º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC82CE is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 206 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.07 |
| HSL | 316.98º | 0.74% | 0.72% | - |
| HSV(B) | 316.98º | 0.45% | 0.93% | - |
| XYZ | 53.72 | 38.25 | 62.95 | - |
| YUV | 170.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 206 | 0 | 0.45 | 0.13 | 0.07 | 316.98 | 0.74 | 0.72 |
| Hex | EC | 82 | CE | 0 | 2D | D | 7 | 13D | 4A | 48 |
| Octal | 354 | 202 | 316 | 0 | 55 | 15 | 7 | 475 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11001110 | 0 | 101101 | 1101 | 111 | 100111101 | 1001010 | 1001000 |
Color Harmonies of #EC82CE
Complementary color
Monochromatic Colors of #EC82CE
Black with #EC82CE
Text Example
Text Example
White with #EC82CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82CE; }
p { color: rgb(236,130,206); }
H1.HeaderClassName
{
color: #EC82CE;
}
.AnyTagClassName
{
color: #EC82CE;
}
</style>
background-color css
<style>
a { background-color: #EC82CE; }
a { background-color: rgb(236,130,206); }
div.DivClassName
{
background-color: #EC82CE;
}
.BgClassName
{
background-color: #EC82CE;
}
</style>
border-color css
<style>
span { border-color: #EC82CE; }
span { border-color: rgb(236,130,206); }
td.TdClassName
{
border-color: #EC82CE;
}
.TagClassName
{
border-color: #EC82CE;
}
</style>