Shades of Tea Rose #ED7EC9
Tints of Tea Rose #ED7EC9
RGB
CMYK
RGB Variations
Color information
#ED7EC9 (or 0xED7EC9) is known color: Tea Rose. HEX triplet: ED, 7E and C9. RGB value is (237,126,201). Sum of RGB (Red+Green+Blue) = 237+126+201=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EC9 is #128136. Grayscale: #A7A7A7. Windows color (decimal): -1212727 or 13205229. OLE color: 13205229.
HSL color Cylindrical-coordinate representation of color #ED7EC9: hue angle of 319.46º 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 #ED7EC9 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 201 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.07 |
| HSL | 319.46º | 0.76% | 0.71% | - |
| HSV(B) | 319.46º | 0.47% | 0.93% | - |
| XYZ | 52.93 | 37.14 | 59.64 | - |
| YUV | 167.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 201 | 0 | 0.47 | 0.15 | 0.07 | 319.46 | 0.76 | 0.71 |
| Hex | ED | 7E | C9 | 0 | 2F | F | 7 | 13F | 4C | 47 |
| Octal | 355 | 176 | 311 | 0 | 57 | 17 | 7 | 477 | 114 | 107 |
| Binary | 11101101 | 1111110 | 11001001 | 0 | 101111 | 1111 | 111 | 100111111 | 1001100 | 1000111 |
Color Harmonies of #ED7EC9
Complementary color
Monochromatic Colors of #ED7EC9
Black with #ED7EC9
Text Example
Text Example
White with #ED7EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7EC9; }
p { color: rgb(237,126,201); }
H1.HeaderClassName
{
color: #ED7EC9;
}
.AnyTagClassName
{
color: #ED7EC9;
}
</style>
background-color css
<style>
a { background-color: #ED7EC9; }
a { background-color: rgb(237,126,201); }
div.DivClassName
{
background-color: #ED7EC9;
}
.BgClassName
{
background-color: #ED7EC9;
}
</style>
border-color css
<style>
span { border-color: #ED7EC9; }
span { border-color: rgb(237,126,201); }
td.TdClassName
{
border-color: #ED7EC9;
}
.TagClassName
{
border-color: #ED7EC9;
}
</style>