Shades of Tea Rose #ED89C1
Tints of Tea Rose #ED89C1
RGB
CMYK
RGB Variations
Color information
#ED89C1 (or 0xED89C1) is known color: Tea Rose. HEX triplet: ED, 89 and C1. RGB value is (237,137,193). Sum of RGB (Red+Green+Blue) = 237+137+193=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89C1 is #12763E. Grayscale: #ADADAD. Windows color (decimal): -1209919 or 12683757. OLE color: 12683757.
HSL color Cylindrical-coordinate representation of color #ED89C1: hue angle of 326.4º degrees, saturation: 0.74, 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 #ED89C1 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 193 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.07 |
| HSL | 326.4º | 0.74% | 0.73% | - |
| HSV(B) | 326.4º | 0.42% | 0.93% | - |
| XYZ | 53.5 | 39.75 | 55.3 | - |
| YUV | 173.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 193 | 0 | 0.42 | 0.19 | 0.07 | 326.4 | 0.74 | 0.73 |
| Hex | ED | 89 | C1 | 0 | 2A | 13 | 7 | 146 | 4A | 49 |
| Octal | 355 | 211 | 301 | 0 | 52 | 23 | 7 | 506 | 112 | 111 |
| Binary | 11101101 | 10001001 | 11000001 | 0 | 101010 | 10011 | 111 | 101000110 | 1001010 | 1001001 |
Color Harmonies of #ED89C1
Complementary color
Monochromatic Colors of #ED89C1
Black with #ED89C1
Text Example
Text Example
White with #ED89C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89C1; }
p { color: rgb(237,137,193); }
H1.HeaderClassName
{
color: #ED89C1;
}
.AnyTagClassName
{
color: #ED89C1;
}
</style>
background-color css
<style>
a { background-color: #ED89C1; }
a { background-color: rgb(237,137,193); }
div.DivClassName
{
background-color: #ED89C1;
}
.BgClassName
{
background-color: #ED89C1;
}
</style>
border-color css
<style>
span { border-color: #ED89C1; }
span { border-color: rgb(237,137,193); }
td.TdClassName
{
border-color: #ED89C1;
}
.TagClassName
{
border-color: #ED89C1;
}
</style>