Shades of Tea Rose #ED7ECB
Tints of Tea Rose #ED7ECB
RGB
CMYK
RGB Variations
Color information
#ED7ECB (or 0xED7ECB) is known color: Tea Rose. HEX triplet: ED, 7E and CB. RGB value is (237,126,203). Sum of RGB (Red+Green+Blue) = 237+126+203=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ECB is #128134. Grayscale: #A7A7A7. Windows color (decimal): -1212725 or 13336301. OLE color: 13336301.
HSL color Cylindrical-coordinate representation of color #ED7ECB: hue angle of 318.38º 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 #ED7ECB is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 203 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.07 |
| HSL | 318.38º | 0.76% | 0.71% | - |
| HSV(B) | 318.38º | 0.47% | 0.93% | - |
| XYZ | 53.17 | 37.24 | 60.89 | - |
| YUV | 167.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 203 | 0 | 0.47 | 0.14 | 0.07 | 318.38 | 0.76 | 0.71 |
| Hex | ED | 7E | CB | 0 | 2F | E | 7 | 13E | 4C | 47 |
| Octal | 355 | 176 | 313 | 0 | 57 | 16 | 7 | 476 | 114 | 107 |
| Binary | 11101101 | 1111110 | 11001011 | 0 | 101111 | 1110 | 111 | 100111110 | 1001100 | 1000111 |
Color Harmonies of #ED7ECB
Complementary color
Monochromatic Colors of #ED7ECB
Black with #ED7ECB
Text Example
Text Example
White with #ED7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7ECB; }
p { color: rgb(237,126,203); }
H1.HeaderClassName
{
color: #ED7ECB;
}
.AnyTagClassName
{
color: #ED7ECB;
}
</style>
background-color css
<style>
a { background-color: #ED7ECB; }
a { background-color: rgb(237,126,203); }
div.DivClassName
{
background-color: #ED7ECB;
}
.BgClassName
{
background-color: #ED7ECB;
}
</style>
border-color css
<style>
span { border-color: #ED7ECB; }
span { border-color: rgb(237,126,203); }
td.TdClassName
{
border-color: #ED7ECB;
}
.TagClassName
{
border-color: #ED7ECB;
}
</style>