Shades of Tea Rose #ED7ED0
Tints of Tea Rose #ED7ED0
RGB
CMYK
RGB Variations
Color information
#ED7ED0 (or 0xED7ED0) is known color: Tea Rose. HEX triplet: ED, 7E and D0. RGB value is (237,126,208). Sum of RGB (Red+Green+Blue) = 237+126+208=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ED0 is #12812F. Grayscale: #A8A8A8. Windows color (decimal): -1212720 or 13663981. OLE color: 13663981.
HSL color Cylindrical-coordinate representation of color #ED7ED0: hue angle of 315.68º 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 #ED7ED0 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 208 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.07 |
| HSL | 315.68º | 0.76% | 0.71% | - |
| HSV(B) | 315.68º | 0.47% | 0.93% | - |
| XYZ | 53.77 | 37.48 | 64.07 | - |
| YUV | 168.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 208 | 0 | 0.47 | 0.12 | 0.07 | 315.68 | 0.76 | 0.71 |
| Hex | ED | 7E | D0 | 0 | 2F | C | 7 | 13C | 4C | 47 |
| Octal | 355 | 176 | 320 | 0 | 57 | 14 | 7 | 474 | 114 | 107 |
| Binary | 11101101 | 1111110 | 11010000 | 0 | 101111 | 1100 | 111 | 100111100 | 1001100 | 1000111 |
Color Harmonies of #ED7ED0
Complementary color
Monochromatic Colors of #ED7ED0
Black with #ED7ED0
Text Example
Text Example
White with #ED7ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7ED0; }
p { color: rgb(237,126,208); }
H1.HeaderClassName
{
color: #ED7ED0;
}
.AnyTagClassName
{
color: #ED7ED0;
}
</style>
background-color css
<style>
a { background-color: #ED7ED0; }
a { background-color: rgb(237,126,208); }
div.DivClassName
{
background-color: #ED7ED0;
}
.BgClassName
{
background-color: #ED7ED0;
}
</style>
border-color css
<style>
span { border-color: #ED7ED0; }
span { border-color: rgb(237,126,208); }
td.TdClassName
{
border-color: #ED7ED0;
}
.TagClassName
{
border-color: #ED7ED0;
}
</style>