Shades of Tea Rose #ED7CCD
Tints of Tea Rose #ED7CCD
RGB
CMYK
RGB Variations
Color information
#ED7CCD (or 0xED7CCD) is known color: Tea Rose. HEX triplet: ED, 7C and CD. RGB value is (237,124,205). Sum of RGB (Red+Green+Blue) = 237+124+205=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CCD is #128332. Grayscale: #A6A6A6. Windows color (decimal): -1213235 or 13466861. OLE color: 13466861.
HSL color Cylindrical-coordinate representation of color #ED7CCD: hue angle of 316.99º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7CCD is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 205 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.07 |
| HSL | 316.99º | 0.76% | 0.71% | - |
| HSV(B) | 316.99º | 0.48% | 0.93% | - |
| XYZ | 53.15 | 36.83 | 62.06 | - |
| YUV | 167.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 205 | 0 | 0.48 | 0.14 | 0.07 | 316.99 | 0.76 | 0.71 |
| Hex | ED | 7C | CD | 0 | 30 | E | 7 | 13D | 4C | 47 |
| Octal | 355 | 174 | 315 | 0 | 60 | 16 | 7 | 475 | 114 | 107 |
| Binary | 11101101 | 1111100 | 11001101 | 0 | 110000 | 1110 | 111 | 100111101 | 1001100 | 1000111 |
Color Harmonies of #ED7CCD
Complementary color
Monochromatic Colors of #ED7CCD
Black with #ED7CCD
Text Example
Text Example
White with #ED7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7CCD; }
p { color: rgb(237,124,205); }
H1.HeaderClassName
{
color: #ED7CCD;
}
.AnyTagClassName
{
color: #ED7CCD;
}
</style>
background-color css
<style>
a { background-color: #ED7CCD; }
a { background-color: rgb(237,124,205); }
div.DivClassName
{
background-color: #ED7CCD;
}
.BgClassName
{
background-color: #ED7CCD;
}
</style>
border-color css
<style>
span { border-color: #ED7CCD; }
span { border-color: rgb(237,124,205); }
td.TdClassName
{
border-color: #ED7CCD;
}
.TagClassName
{
border-color: #ED7CCD;
}
</style>