Shades of Tea Rose #ED7CCF
Tints of Tea Rose #ED7CCF
RGB
CMYK
RGB Variations
Color information
#ED7CCF (or 0xED7CCF) is known color: Tea Rose. HEX triplet: ED, 7C and CF. RGB value is (237,124,207). Sum of RGB (Red+Green+Blue) = 237+124+207=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CCF is #128330. Grayscale: #A7A7A7. Windows color (decimal): -1213233 or 13597933. OLE color: 13597933.
HSL color Cylindrical-coordinate representation of color #ED7CCF: hue angle of 315.93º 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 #ED7CCF is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 207 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.07 |
| HSL | 315.93º | 0.76% | 0.71% | - |
| HSV(B) | 315.93º | 0.48% | 0.93% | - |
| XYZ | 53.4 | 36.92 | 63.34 | - |
| YUV | 167.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 207 | 0 | 0.48 | 0.13 | 0.07 | 315.93 | 0.76 | 0.71 |
| Hex | ED | 7C | CF | 0 | 30 | D | 7 | 13C | 4C | 47 |
| Octal | 355 | 174 | 317 | 0 | 60 | 15 | 7 | 474 | 114 | 107 |
| Binary | 11101101 | 1111100 | 11001111 | 0 | 110000 | 1101 | 111 | 100111100 | 1001100 | 1000111 |
Color Harmonies of #ED7CCF
Complementary color
Monochromatic Colors of #ED7CCF
Black with #ED7CCF
Text Example
Text Example
White with #ED7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7CCF; }
p { color: rgb(237,124,207); }
H1.HeaderClassName
{
color: #ED7CCF;
}
.AnyTagClassName
{
color: #ED7CCF;
}
</style>
background-color css
<style>
a { background-color: #ED7CCF; }
a { background-color: rgb(237,124,207); }
div.DivClassName
{
background-color: #ED7CCF;
}
.BgClassName
{
background-color: #ED7CCF;
}
</style>
border-color css
<style>
span { border-color: #ED7CCF; }
span { border-color: rgb(237,124,207); }
td.TdClassName
{
border-color: #ED7CCF;
}
.TagClassName
{
border-color: #ED7CCF;
}
</style>