Shades of Tea Rose #ED7ECD
Tints of Tea Rose #ED7ECD
RGB
CMYK
RGB Variations
Color information
#ED7ECD (or 0xED7ECD) is known color: Tea Rose. HEX triplet: ED, 7E and CD. RGB value is (237,126,205). Sum of RGB (Red+Green+Blue) = 237+126+205=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ECD is #128132. Grayscale: #A7A7A7. Windows color (decimal): -1212723 or 13467373. OLE color: 13467373.
HSL color Cylindrical-coordinate representation of color #ED7ECD: hue angle of 317.3º 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 #ED7ECD is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 205 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.07 |
| HSL | 317.3º | 0.76% | 0.71% | - |
| HSV(B) | 317.3º | 0.47% | 0.93% | - |
| XYZ | 53.41 | 37.33 | 62.15 | - |
| YUV | 168.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 205 | 0 | 0.47 | 0.14 | 0.07 | 317.3 | 0.76 | 0.71 |
| Hex | ED | 7E | CD | 0 | 2F | E | 7 | 13D | 4C | 47 |
| Octal | 355 | 176 | 315 | 0 | 57 | 16 | 7 | 475 | 114 | 107 |
| Binary | 11101101 | 1111110 | 11001101 | 0 | 101111 | 1110 | 111 | 100111101 | 1001100 | 1000111 |
Color Harmonies of #ED7ECD
Complementary color
Monochromatic Colors of #ED7ECD
Black with #ED7ECD
Text Example
Text Example
White with #ED7ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7ECD; }
p { color: rgb(237,126,205); }
H1.HeaderClassName
{
color: #ED7ECD;
}
.AnyTagClassName
{
color: #ED7ECD;
}
</style>
background-color css
<style>
a { background-color: #ED7ECD; }
a { background-color: rgb(237,126,205); }
div.DivClassName
{
background-color: #ED7ECD;
}
.BgClassName
{
background-color: #ED7ECD;
}
</style>
border-color css
<style>
span { border-color: #ED7ECD; }
span { border-color: rgb(237,126,205); }
td.TdClassName
{
border-color: #ED7ECD;
}
.TagClassName
{
border-color: #ED7ECD;
}
</style>