Shades of Tea Rose #ED89C5
Tints of Tea Rose #ED89C5
RGB
CMYK
RGB Variations
Color information
#ED89C5 (or 0xED89C5) is known color: Tea Rose. HEX triplet: ED, 89 and C5. RGB value is (237,137,197). Sum of RGB (Red+Green+Blue) = 237+137+197=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89C5 is #12763A. Grayscale: #ADADAD. Windows color (decimal): -1209915 or 12945901. OLE color: 12945901.
HSL color Cylindrical-coordinate representation of color #ED89C5: hue angle of 324º 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 #ED89C5 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 197 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.07 |
| HSL | 324º | 0.74% | 0.73% | - |
| HSV(B) | 324º | 0.42% | 0.93% | - |
| XYZ | 53.95 | 39.93 | 57.69 | - |
| YUV | 173.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 197 | 0 | 0.42 | 0.17 | 0.07 | 324 | 0.74 | 0.73 |
| Hex | ED | 89 | C5 | 0 | 2A | 11 | 7 | 144 | 4A | 49 |
| Octal | 355 | 211 | 305 | 0 | 52 | 21 | 7 | 504 | 112 | 111 |
| Binary | 11101101 | 10001001 | 11000101 | 0 | 101010 | 10001 | 111 | 101000100 | 1001010 | 1001001 |
Color Harmonies of #ED89C5
Complementary color
Monochromatic Colors of #ED89C5
Black with #ED89C5
Text Example
Text Example
White with #ED89C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89C5; }
p { color: rgb(237,137,197); }
H1.HeaderClassName
{
color: #ED89C5;
}
.AnyTagClassName
{
color: #ED89C5;
}
</style>
background-color css
<style>
a { background-color: #ED89C5; }
a { background-color: rgb(237,137,197); }
div.DivClassName
{
background-color: #ED89C5;
}
.BgClassName
{
background-color: #ED89C5;
}
</style>
border-color css
<style>
span { border-color: #ED89C5; }
span { border-color: rgb(237,137,197); }
td.TdClassName
{
border-color: #ED89C5;
}
.TagClassName
{
border-color: #ED89C5;
}
</style>