Shades of Tea Rose #ED89BF
Tints of Tea Rose #ED89BF
RGB
CMYK
RGB Variations
Color information
#ED89BF (or 0xED89BF) is known color: Tea Rose. HEX triplet: ED, 89 and BF. RGB value is (237,137,191). Sum of RGB (Red+Green+Blue) = 237+137+191=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89BF is #127640. Grayscale: #ACACAC. Windows color (decimal): -1209921 or 12552685. OLE color: 12552685.
HSL color Cylindrical-coordinate representation of color #ED89BF: hue angle of 327.6º 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 #ED89BF is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 191 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.07 |
| HSL | 327.6º | 0.74% | 0.73% | - |
| HSV(B) | 327.6º | 0.42% | 0.93% | - |
| XYZ | 53.27 | 39.66 | 54.14 | - |
| YUV | 173.06 | 138.13 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 191 | 0 | 0.42 | 0.19 | 0.07 | 327.6 | 0.74 | 0.73 |
| Hex | ED | 89 | BF | 0 | 2A | 13 | 7 | 148 | 4A | 49 |
| Octal | 355 | 211 | 277 | 0 | 52 | 23 | 7 | 510 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10111111 | 0 | 101010 | 10011 | 111 | 101001000 | 1001010 | 1001001 |
Color Harmonies of #ED89BF
Complementary color
Monochromatic Colors of #ED89BF
Black with #ED89BF
Text Example
Text Example
White with #ED89BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89BF; }
p { color: rgb(237,137,191); }
H1.HeaderClassName
{
color: #ED89BF;
}
.AnyTagClassName
{
color: #ED89BF;
}
</style>
background-color css
<style>
a { background-color: #ED89BF; }
a { background-color: rgb(237,137,191); }
div.DivClassName
{
background-color: #ED89BF;
}
.BgClassName
{
background-color: #ED89BF;
}
</style>
border-color css
<style>
span { border-color: #ED89BF; }
span { border-color: rgb(237,137,191); }
td.TdClassName
{
border-color: #ED89BF;
}
.TagClassName
{
border-color: #ED89BF;
}
</style>