Shades of Tea Rose #ED7ECA
Tints of Tea Rose #ED7ECA
RGB
CMYK
RGB Variations
Color information
#ED7ECA (or 0xED7ECA) is known color: Tea Rose. HEX triplet: ED, 7E and CA. RGB value is (237,126,202). Sum of RGB (Red+Green+Blue) = 237+126+202=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ECA is #128135. Grayscale: #A7A7A7. Windows color (decimal): -1212726 or 13270765. OLE color: 13270765.
HSL color Cylindrical-coordinate representation of color #ED7ECA: hue angle of 318.92º 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 #ED7ECA is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 202 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.07 |
| HSL | 318.92º | 0.76% | 0.71% | - |
| HSV(B) | 318.92º | 0.47% | 0.93% | - |
| XYZ | 53.05 | 37.19 | 60.26 | - |
| YUV | 167.85 | 147.27 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 202 | 0 | 0.47 | 0.15 | 0.07 | 318.92 | 0.76 | 0.71 |
| Hex | ED | 7E | CA | 0 | 2F | F | 7 | 13F | 4C | 47 |
| Octal | 355 | 176 | 312 | 0 | 57 | 17 | 7 | 477 | 114 | 107 |
| Binary | 11101101 | 1111110 | 11001010 | 0 | 101111 | 1111 | 111 | 100111111 | 1001100 | 1000111 |
Color Harmonies of #ED7ECA
Complementary color
Monochromatic Colors of #ED7ECA
Black with #ED7ECA
Text Example
Text Example
White with #ED7ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7ECA; }
p { color: rgb(237,126,202); }
H1.HeaderClassName
{
color: #ED7ECA;
}
.AnyTagClassName
{
color: #ED7ECA;
}
</style>
background-color css
<style>
a { background-color: #ED7ECA; }
a { background-color: rgb(237,126,202); }
div.DivClassName
{
background-color: #ED7ECA;
}
.BgClassName
{
background-color: #ED7ECA;
}
</style>
border-color css
<style>
span { border-color: #ED7ECA; }
span { border-color: rgb(237,126,202); }
td.TdClassName
{
border-color: #ED7ECA;
}
.TagClassName
{
border-color: #ED7ECA;
}
</style>