Shades of Tea Rose #EC89C0
Tints of Tea Rose #EC89C0
RGB
CMYK
RGB Variations
Color information
#EC89C0 (or 0xEC89C0) is known color: Tea Rose. HEX triplet: EC, 89 and C0. RGB value is (236,137,192). Sum of RGB (Red+Green+Blue) = 236+137+192=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC89C0 is #13763F. Grayscale: #ACACAC. Windows color (decimal): -1275456 or 12618220. OLE color: 12618220.
HSL color Cylindrical-coordinate representation of color #EC89C0: hue angle of 326.67º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC89C0 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 137 | 192 | - |
CMYK | 0 | 0.42 | 0.19 | 0.07 |
HSL | 326.67º | 0.72% | 0.73% | - |
HSV(B) | 326.67º | 0.42% | 0.93% | - |
XYZ | 53.05 | 39.53 | 54.7 | - |
YUV | 172.87 | 138.8 | 173.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 137 | 192 | 0 | 0.42 | 0.19 | 0.07 | 326.67 | 0.72 | 0.73 |
Hex | EC | 89 | C0 | 0 | 2A | 13 | 7 | 147 | 48 | 49 |
Octal | 354 | 211 | 300 | 0 | 52 | 23 | 7 | 507 | 110 | 111 |
Binary | 11101100 | 10001001 | 11000000 | 0 | 101010 | 10011 | 111 | 101000111 | 1001000 | 1001001 |
Color Harmonies of #EC89C0
Complementary color
Monochromatic Colors of #EC89C0
Black with #EC89C0
Text Example
Text Example
White with #EC89C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC89C0; }
p { color: rgb(236,137,192); }
H1.HeaderClassName
{
color: #EC89C0;
}
.AnyTagClassName
{
color: #EC89C0;
}
</style>
background-color css
<style>
a { background-color: #EC89C0; }
a { background-color: rgb(236,137,192); }
div.DivClassName
{
background-color: #EC89C0;
}
.BgClassName
{
background-color: #EC89C0;
}
</style>
border-color css
<style>
span { border-color: #EC89C0; }
span { border-color: rgb(236,137,192); }
td.TdClassName
{
border-color: #EC89C0;
}
.TagClassName
{
border-color: #EC89C0;
}
</style>