Shades of Tea Rose #ED7DCC
Tints of Tea Rose #ED7DCC
RGB
CMYK
RGB Variations
Color information
#ED7DCC (or 0xED7DCC) is known color: Tea Rose. HEX triplet: ED, 7D and CC. RGB value is (237,125,204). Sum of RGB (Red+Green+Blue) = 237+125+204=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DCC is #128233. Grayscale: #A7A7A7. Windows color (decimal): -1212980 or 13401581. OLE color: 13401581.
HSL color Cylindrical-coordinate representation of color #ED7DCC: hue angle of 317.68º 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 #ED7DCC is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 125 | 204 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.07 |
| HSL | 317.68º | 0.76% | 0.71% | - |
| HSV(B) | 317.68º | 0.47% | 0.93% | - |
| XYZ | 53.16 | 37.03 | 61.47 | - |
| YUV | 167.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 125 | 204 | 0 | 0.47 | 0.14 | 0.07 | 317.68 | 0.76 | 0.71 |
| Hex | ED | 7D | CC | 0 | 2F | E | 7 | 13E | 4C | 47 |
| Octal | 355 | 175 | 314 | 0 | 57 | 16 | 7 | 476 | 114 | 107 |
| Binary | 11101101 | 1111101 | 11001100 | 0 | 101111 | 1110 | 111 | 100111110 | 1001100 | 1000111 |
Color Harmonies of #ED7DCC
Complementary color
Monochromatic Colors of #ED7DCC
Black with #ED7DCC
Text Example
Text Example
White with #ED7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7DCC; }
p { color: rgb(237,125,204); }
H1.HeaderClassName
{
color: #ED7DCC;
}
.AnyTagClassName
{
color: #ED7DCC;
}
</style>
background-color css
<style>
a { background-color: #ED7DCC; }
a { background-color: rgb(237,125,204); }
div.DivClassName
{
background-color: #ED7DCC;
}
.BgClassName
{
background-color: #ED7DCC;
}
</style>
border-color css
<style>
span { border-color: #ED7DCC; }
span { border-color: rgb(237,125,204); }
td.TdClassName
{
border-color: #ED7DCC;
}
.TagClassName
{
border-color: #ED7DCC;
}
</style>