Shades of Tea Rose #ED89BD
Tints of Tea Rose #ED89BD
RGB
CMYK
RGB Variations
Color information
#ED89BD (or 0xED89BD) is known color: Tea Rose. HEX triplet: ED, 89 and BD. RGB value is (237,137,189). Sum of RGB (Red+Green+Blue) = 237+137+189=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89BD is #127642. Grayscale: #ACACAC. Windows color (decimal): -1209923 or 12421613. OLE color: 12421613.
HSL color Cylindrical-coordinate representation of color #ED89BD: hue angle of 328.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 #ED89BD is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 189 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.07 |
| HSL | 328.8º | 0.74% | 0.73% | - |
| HSV(B) | 328.8º | 0.42% | 0.93% | - |
| XYZ | 53.06 | 39.57 | 52.99 | - |
| YUV | 172.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 189 | 0 | 0.42 | 0.20 | 0.07 | 328.8 | 0.74 | 0.73 |
| Hex | ED | 89 | BD | 0 | 2A | 14 | 7 | 149 | 4A | 49 |
| Octal | 355 | 211 | 275 | 0 | 52 | 24 | 7 | 511 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10111101 | 0 | 101010 | 10100 | 111 | 101001001 | 1001010 | 1001001 |
Color Harmonies of #ED89BD
Complementary color
Monochromatic Colors of #ED89BD
Black with #ED89BD
Text Example
Text Example
White with #ED89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89BD; }
p { color: rgb(237,137,189); }
H1.HeaderClassName
{
color: #ED89BD;
}
.AnyTagClassName
{
color: #ED89BD;
}
</style>
background-color css
<style>
a { background-color: #ED89BD; }
a { background-color: rgb(237,137,189); }
div.DivClassName
{
background-color: #ED89BD;
}
.BgClassName
{
background-color: #ED89BD;
}
</style>
border-color css
<style>
span { border-color: #ED89BD; }
span { border-color: rgb(237,137,189); }
td.TdClassName
{
border-color: #ED89BD;
}
.TagClassName
{
border-color: #ED89BD;
}
</style>