Shades of Tea Rose #ED7CCC
Tints of Tea Rose #ED7CCC
RGB
CMYK
RGB Variations
Color information
#ED7CCC (or 0xED7CCC) is known color: Tea Rose. HEX triplet: ED, 7C and CC. RGB value is (237,124,204). Sum of RGB (Red+Green+Blue) = 237+124+204=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CCC is #128333. Grayscale: #A6A6A6. Windows color (decimal): -1213236 or 13401325. OLE color: 13401325.
HSL color Cylindrical-coordinate representation of color #ED7CCC: hue angle of 317.52º 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 #ED7CCC is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 204 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.07 |
| HSL | 317.52º | 0.76% | 0.71% | - |
| HSV(B) | 317.52º | 0.48% | 0.93% | - |
| XYZ | 53.03 | 36.78 | 61.43 | - |
| YUV | 166.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 204 | 0 | 0.48 | 0.14 | 0.07 | 317.52 | 0.76 | 0.71 |
| Hex | ED | 7C | CC | 0 | 30 | E | 7 | 13E | 4C | 47 |
| Octal | 355 | 174 | 314 | 0 | 60 | 16 | 7 | 476 | 114 | 107 |
| Binary | 11101101 | 1111100 | 11001100 | 0 | 110000 | 1110 | 111 | 100111110 | 1001100 | 1000111 |
Color Harmonies of #ED7CCC
Complementary color
Monochromatic Colors of #ED7CCC
Black with #ED7CCC
Text Example
Text Example
White with #ED7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7CCC; }
p { color: rgb(237,124,204); }
H1.HeaderClassName
{
color: #ED7CCC;
}
.AnyTagClassName
{
color: #ED7CCC;
}
</style>
background-color css
<style>
a { background-color: #ED7CCC; }
a { background-color: rgb(237,124,204); }
div.DivClassName
{
background-color: #ED7CCC;
}
.BgClassName
{
background-color: #ED7CCC;
}
</style>
border-color css
<style>
span { border-color: #ED7CCC; }
span { border-color: rgb(237,124,204); }
td.TdClassName
{
border-color: #ED7CCC;
}
.TagClassName
{
border-color: #ED7CCC;
}
</style>