Shades of Tea Rose #ED7CC5
Tints of Tea Rose #ED7CC5
RGB
CMYK
RGB Variations
Color information
#ED7CC5 (or 0xED7CC5) is known color: Tea Rose. HEX triplet: ED, 7C and C5. RGB value is (237,124,197). Sum of RGB (Red+Green+Blue) = 237+124+197=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CC5 is #12833A. Grayscale: #A5A5A5. Windows color (decimal): -1213243 or 12942573. OLE color: 12942573.
HSL color Cylindrical-coordinate representation of color #ED7CC5: hue angle of 321.24º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7CC5 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 197 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.07 |
| HSL | 321.24º | 0.76% | 0.71% | - |
| HSV(B) | 321.24º | 0.48% | 0.93% | - |
| XYZ | 52.21 | 36.45 | 57.11 | - |
| YUV | 166.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 197 | 0 | 0.48 | 0.17 | 0.07 | 321.24 | 0.76 | 0.71 |
| Hex | ED | 7C | C5 | 0 | 30 | 11 | 7 | 141 | 4C | 47 |
| Octal | 355 | 174 | 305 | 0 | 60 | 21 | 7 | 501 | 114 | 107 |
| Binary | 11101101 | 1111100 | 11000101 | 0 | 110000 | 10001 | 111 | 101000001 | 1001100 | 1000111 |
Color Harmonies of #ED7CC5
Complementary color
Monochromatic Colors of #ED7CC5
Black with #ED7CC5
Text Example
Text Example
White with #ED7CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7CC5; }
p { color: rgb(237,124,197); }
H1.HeaderClassName
{
color: #ED7CC5;
}
.AnyTagClassName
{
color: #ED7CC5;
}
</style>
background-color css
<style>
a { background-color: #ED7CC5; }
a { background-color: rgb(237,124,197); }
div.DivClassName
{
background-color: #ED7CC5;
}
.BgClassName
{
background-color: #ED7CC5;
}
</style>
border-color css
<style>
span { border-color: #ED7CC5; }
span { border-color: rgb(237,124,197); }
td.TdClassName
{
border-color: #ED7CC5;
}
.TagClassName
{
border-color: #ED7CC5;
}
</style>