Shades of Tea Rose #EC82CF
Tints of Tea Rose #EC82CF
RGB
CMYK
RGB Variations
Color information
#EC82CF (or 0xEC82CF) is known color: Tea Rose. HEX triplet: EC, 82 and CF. RGB value is (236,130,207). Sum of RGB (Red+Green+Blue) = 236+130+207=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82CF is #137D30. Grayscale: #AAAAAA. Windows color (decimal): -1277233 or 13599468. OLE color: 13599468.
HSL color Cylindrical-coordinate representation of color #EC82CF: hue angle of 316.42º 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 #EC82CF is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 207 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.07 |
| HSL | 316.42º | 0.74% | 0.72% | - |
| HSV(B) | 316.42º | 0.45% | 0.93% | - |
| XYZ | 53.84 | 38.3 | 63.59 | - |
| YUV | 170.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 207 | 0 | 0.45 | 0.12 | 0.07 | 316.42 | 0.74 | 0.72 |
| Hex | EC | 82 | CF | 0 | 2D | C | 7 | 13C | 4A | 48 |
| Octal | 354 | 202 | 317 | 0 | 55 | 14 | 7 | 474 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11001111 | 0 | 101101 | 1100 | 111 | 100111100 | 1001010 | 1001000 |
Color Harmonies of #EC82CF
Complementary color
Monochromatic Colors of #EC82CF
Black with #EC82CF
Text Example
Text Example
White with #EC82CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82CF; }
p { color: rgb(236,130,207); }
H1.HeaderClassName
{
color: #EC82CF;
}
.AnyTagClassName
{
color: #EC82CF;
}
</style>
background-color css
<style>
a { background-color: #EC82CF; }
a { background-color: rgb(236,130,207); }
div.DivClassName
{
background-color: #EC82CF;
}
.BgClassName
{
background-color: #EC82CF;
}
</style>
border-color css
<style>
span { border-color: #EC82CF; }
span { border-color: rgb(236,130,207); }
td.TdClassName
{
border-color: #EC82CF;
}
.TagClassName
{
border-color: #EC82CF;
}
</style>