Shades of Tea Rose #EC86C3
Tints of Tea Rose #EC86C3
RGB
CMYK
RGB Variations
Color information
#EC86C3 (or 0xEC86C3) is known color: Tea Rose. HEX triplet: EC, 86 and C3. RGB value is (236,134,195). Sum of RGB (Red+Green+Blue) = 236+134+195=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86C3 is #13793C. Grayscale: #ABABAB. Windows color (decimal): -1276221 or 12814060. OLE color: 12814060.
HSL color Cylindrical-coordinate representation of color #EC86C3: hue angle of 324.12º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC86C3 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 195 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.07 |
| HSL | 324.12º | 0.73% | 0.73% | - |
| HSV(B) | 324.12º | 0.43% | 0.93% | - |
| XYZ | 52.97 | 38.82 | 56.33 | - |
| YUV | 171.45 | 141.29 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 195 | 0 | 0.43 | 0.17 | 0.07 | 324.12 | 0.73 | 0.73 |
| Hex | EC | 86 | C3 | 0 | 2B | 11 | 7 | 144 | 49 | 49 |
| Octal | 354 | 206 | 303 | 0 | 53 | 21 | 7 | 504 | 111 | 111 |
| Binary | 11101100 | 10000110 | 11000011 | 0 | 101011 | 10001 | 111 | 101000100 | 1001001 | 1001001 |
Color Harmonies of #EC86C3
Complementary color
Monochromatic Colors of #EC86C3
Black with #EC86C3
Text Example
Text Example
White with #EC86C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86C3; }
p { color: rgb(236,134,195); }
H1.HeaderClassName
{
color: #EC86C3;
}
.AnyTagClassName
{
color: #EC86C3;
}
</style>
background-color css
<style>
a { background-color: #EC86C3; }
a { background-color: rgb(236,134,195); }
div.DivClassName
{
background-color: #EC86C3;
}
.BgClassName
{
background-color: #EC86C3;
}
</style>
border-color css
<style>
span { border-color: #EC86C3; }
span { border-color: rgb(236,134,195); }
td.TdClassName
{
border-color: #EC86C3;
}
.TagClassName
{
border-color: #EC86C3;
}
</style>