Shades of Tea Rose #ED7DD0
Tints of Tea Rose #ED7DD0
RGB
CMYK
RGB Variations
Color information
#ED7DD0 (or 0xED7DD0) is known color: Tea Rose. HEX triplet: ED, 7D and D0. RGB value is (237,125,208). Sum of RGB (Red+Green+Blue) = 237+125+208=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DD0 is #12822F. Grayscale: #A7A7A7. Windows color (decimal): -1212976 or 13663725. OLE color: 13663725.
HSL color Cylindrical-coordinate representation of color #ED7DD0: hue angle of 315.54º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7DD0 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 125 | 208 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.07 |
| HSL | 315.54º | 0.76% | 0.71% | - |
| HSV(B) | 315.54º | 0.47% | 0.93% | - |
| XYZ | 53.64 | 37.23 | 64.03 | - |
| YUV | 167.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 125 | 208 | 0 | 0.47 | 0.12 | 0.07 | 315.54 | 0.76 | 0.71 |
| Hex | ED | 7D | D0 | 0 | 2F | C | 7 | 13C | 4C | 47 |
| Octal | 355 | 175 | 320 | 0 | 57 | 14 | 7 | 474 | 114 | 107 |
| Binary | 11101101 | 1111101 | 11010000 | 0 | 101111 | 1100 | 111 | 100111100 | 1001100 | 1000111 |
Color Harmonies of #ED7DD0
Complementary color
Monochromatic Colors of #ED7DD0
Black with #ED7DD0
Text Example
Text Example
White with #ED7DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7DD0; }
p { color: rgb(237,125,208); }
H1.HeaderClassName
{
color: #ED7DD0;
}
.AnyTagClassName
{
color: #ED7DD0;
}
</style>
background-color css
<style>
a { background-color: #ED7DD0; }
a { background-color: rgb(237,125,208); }
div.DivClassName
{
background-color: #ED7DD0;
}
.BgClassName
{
background-color: #ED7DD0;
}
</style>
border-color css
<style>
span { border-color: #ED7DD0; }
span { border-color: rgb(237,125,208); }
td.TdClassName
{
border-color: #ED7DD0;
}
.TagClassName
{
border-color: #ED7DD0;
}
</style>