Shades of Tea Rose #ED7ECC
Tints of Tea Rose #ED7ECC
RGB
CMYK
RGB Variations
Color information
#ED7ECC (or 0xED7ECC) is known color: Tea Rose. HEX triplet: ED, 7E and CC. RGB value is (237,126,204). Sum of RGB (Red+Green+Blue) = 237+126+204=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ECC is #128133. Grayscale: #A7A7A7. Windows color (decimal): -1212724 or 13401837. OLE color: 13401837.
HSL color Cylindrical-coordinate representation of color #ED7ECC: hue angle of 317.84º 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 #ED7ECC is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 204 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.07 |
| HSL | 317.84º | 0.76% | 0.71% | - |
| HSV(B) | 317.84º | 0.47% | 0.93% | - |
| XYZ | 53.28 | 37.29 | 61.52 | - |
| YUV | 168.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 204 | 0 | 0.47 | 0.14 | 0.07 | 317.84 | 0.76 | 0.71 |
| Hex | ED | 7E | CC | 0 | 2F | E | 7 | 13E | 4C | 47 |
| Octal | 355 | 176 | 314 | 0 | 57 | 16 | 7 | 476 | 114 | 107 |
| Binary | 11101101 | 1111110 | 11001100 | 0 | 101111 | 1110 | 111 | 100111110 | 1001100 | 1000111 |
Color Harmonies of #ED7ECC
Complementary color
Monochromatic Colors of #ED7ECC
Black with #ED7ECC
Text Example
Text Example
White with #ED7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7ECC; }
p { color: rgb(237,126,204); }
H1.HeaderClassName
{
color: #ED7ECC;
}
.AnyTagClassName
{
color: #ED7ECC;
}
</style>
background-color css
<style>
a { background-color: #ED7ECC; }
a { background-color: rgb(237,126,204); }
div.DivClassName
{
background-color: #ED7ECC;
}
.BgClassName
{
background-color: #ED7ECC;
}
</style>
border-color css
<style>
span { border-color: #ED7ECC; }
span { border-color: rgb(237,126,204); }
td.TdClassName
{
border-color: #ED7ECC;
}
.TagClassName
{
border-color: #ED7ECC;
}
</style>