Shades of Tea Rose #ED7ECF
Tints of Tea Rose #ED7ECF
RGB
CMYK
RGB Variations
Color information
#ED7ECF (or 0xED7ECF) is known color: Tea Rose. HEX triplet: ED, 7E and CF. RGB value is (237,126,207). Sum of RGB (Red+Green+Blue) = 237+126+207=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ECF is #128130. Grayscale: #A8A8A8. Windows color (decimal): -1212721 or 13598445. OLE color: 13598445.
HSL color Cylindrical-coordinate representation of color #ED7ECF: hue angle of 316.22º 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 #ED7ECF is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 207 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.07 |
| HSL | 316.22º | 0.76% | 0.71% | - |
| HSV(B) | 316.22º | 0.47% | 0.93% | - |
| XYZ | 53.65 | 37.43 | 63.43 | - |
| YUV | 168.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 207 | 0 | 0.47 | 0.13 | 0.07 | 316.22 | 0.76 | 0.71 |
| Hex | ED | 7E | CF | 0 | 2F | D | 7 | 13C | 4C | 47 |
| Octal | 355 | 176 | 317 | 0 | 57 | 15 | 7 | 474 | 114 | 107 |
| Binary | 11101101 | 1111110 | 11001111 | 0 | 101111 | 1101 | 111 | 100111100 | 1001100 | 1000111 |
Color Harmonies of #ED7ECF
Complementary color
Monochromatic Colors of #ED7ECF
Black with #ED7ECF
Text Example
Text Example
White with #ED7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7ECF; }
p { color: rgb(237,126,207); }
H1.HeaderClassName
{
color: #ED7ECF;
}
.AnyTagClassName
{
color: #ED7ECF;
}
</style>
background-color css
<style>
a { background-color: #ED7ECF; }
a { background-color: rgb(237,126,207); }
div.DivClassName
{
background-color: #ED7ECF;
}
.BgClassName
{
background-color: #ED7ECF;
}
</style>
border-color css
<style>
span { border-color: #ED7ECF; }
span { border-color: rgb(237,126,207); }
td.TdClassName
{
border-color: #ED7ECF;
}
.TagClassName
{
border-color: #ED7ECF;
}
</style>