Shades of Tea Rose #EC81C8
Tints of Tea Rose #EC81C8
RGB
CMYK
RGB Variations
Color information
#EC81C8 (or 0xEC81C8) is known color: Tea Rose. HEX triplet: EC, 81 and C8. RGB value is (236,129,200). Sum of RGB (Red+Green+Blue) = 236+129+200=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81C8 is #137E37. Grayscale: #A8A8A8. Windows color (decimal): -1277496 or 13140460. OLE color: 13140460.
HSL color Cylindrical-coordinate representation of color #EC81C8: hue angle of 320.19º 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 #EC81C8 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 200 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.07 |
| HSL | 320.19º | 0.74% | 0.72% | - |
| HSV(B) | 320.19º | 0.45% | 0.93% | - |
| XYZ | 52.87 | 37.7 | 59.13 | - |
| YUV | 169.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 200 | 0 | 0.45 | 0.15 | 0.07 | 320.19 | 0.74 | 0.72 |
| Hex | EC | 81 | C8 | 0 | 2D | F | 7 | 140 | 4A | 48 |
| Octal | 354 | 201 | 310 | 0 | 55 | 17 | 7 | 500 | 112 | 110 |
| Binary | 11101100 | 10000001 | 11001000 | 0 | 101101 | 1111 | 111 | 101000000 | 1001010 | 1001000 |
Color Harmonies of #EC81C8
Complementary color
Monochromatic Colors of #EC81C8
Black with #EC81C8
Text Example
Text Example
White with #EC81C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC81C8; }
p { color: rgb(236,129,200); }
H1.HeaderClassName
{
color: #EC81C8;
}
.AnyTagClassName
{
color: #EC81C8;
}
</style>
background-color css
<style>
a { background-color: #EC81C8; }
a { background-color: rgb(236,129,200); }
div.DivClassName
{
background-color: #EC81C8;
}
.BgClassName
{
background-color: #EC81C8;
}
</style>
border-color css
<style>
span { border-color: #EC81C8; }
span { border-color: rgb(236,129,200); }
td.TdClassName
{
border-color: #EC81C8;
}
.TagClassName
{
border-color: #EC81C8;
}
</style>