Shades of Tea Rose #ED89D1
Tints of Tea Rose #ED89D1
RGB
CMYK
RGB Variations
Color information
#ED89D1 (or 0xED89D1) is known color: Tea Rose. HEX triplet: ED, 89 and D1. RGB value is (237,137,209). Sum of RGB (Red+Green+Blue) = 237+137+209=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89D1 is #12762E. Grayscale: #AEAEAE. Windows color (decimal): -1209903 or 13732333. OLE color: 13732333.
HSL color Cylindrical-coordinate representation of color #ED89D1: hue angle of 316.8º 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 #ED89D1 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 209 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.07 |
| HSL | 316.8º | 0.74% | 0.73% | - |
| HSV(B) | 316.8º | 0.42% | 0.93% | - |
| XYZ | 55.38 | 40.5 | 65.22 | - |
| YUV | 175.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 209 | 0 | 0.42 | 0.12 | 0.07 | 316.8 | 0.74 | 0.73 |
| Hex | ED | 89 | D1 | 0 | 2A | C | 7 | 13D | 4A | 49 |
| Octal | 355 | 211 | 321 | 0 | 52 | 14 | 7 | 475 | 112 | 111 |
| Binary | 11101101 | 10001001 | 11010001 | 0 | 101010 | 1100 | 111 | 100111101 | 1001010 | 1001001 |
Color Harmonies of #ED89D1
Complementary color
Monochromatic Colors of #ED89D1
Black with #ED89D1
Text Example
Text Example
White with #ED89D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89D1; }
p { color: rgb(237,137,209); }
H1.HeaderClassName
{
color: #ED89D1;
}
.AnyTagClassName
{
color: #ED89D1;
}
</style>
background-color css
<style>
a { background-color: #ED89D1; }
a { background-color: rgb(237,137,209); }
div.DivClassName
{
background-color: #ED89D1;
}
.BgClassName
{
background-color: #ED89D1;
}
</style>
border-color css
<style>
span { border-color: #ED89D1; }
span { border-color: rgb(237,137,209); }
td.TdClassName
{
border-color: #ED89D1;
}
.TagClassName
{
border-color: #ED89D1;
}
</style>