Shades of Tea Rose #ED7BCF
Tints of Tea Rose #ED7BCF
RGB
CMYK
RGB Variations
Color information
#ED7BCF (or 0xED7BCF) is known color: Tea Rose. HEX triplet: ED, 7B and CF. RGB value is (237,123,207). Sum of RGB (Red+Green+Blue) = 237+123+207=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BCF is #128430. Grayscale: #A6A6A6. Windows color (decimal): -1213489 or 13597677. OLE color: 13597677.
HSL color Cylindrical-coordinate representation of color #ED7BCF: hue angle of 315.79º 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 #ED7BCF is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 207 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.07 |
| HSL | 315.79º | 0.76% | 0.71% | - |
| HSV(B) | 315.79º | 0.48% | 0.93% | - |
| XYZ | 53.27 | 36.68 | 63.3 | - |
| YUV | 166.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 207 | 0 | 0.48 | 0.13 | 0.07 | 315.79 | 0.76 | 0.71 |
| Hex | ED | 7B | CF | 0 | 30 | D | 7 | 13C | 4C | 47 |
| Octal | 355 | 173 | 317 | 0 | 60 | 15 | 7 | 474 | 114 | 107 |
| Binary | 11101101 | 1111011 | 11001111 | 0 | 110000 | 1101 | 111 | 100111100 | 1001100 | 1000111 |
Color Harmonies of #ED7BCF
Complementary color
Monochromatic Colors of #ED7BCF
Black with #ED7BCF
Text Example
Text Example
White with #ED7BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BCF; }
p { color: rgb(237,123,207); }
H1.HeaderClassName
{
color: #ED7BCF;
}
.AnyTagClassName
{
color: #ED7BCF;
}
</style>
background-color css
<style>
a { background-color: #ED7BCF; }
a { background-color: rgb(237,123,207); }
div.DivClassName
{
background-color: #ED7BCF;
}
.BgClassName
{
background-color: #ED7BCF;
}
</style>
border-color css
<style>
span { border-color: #ED7BCF; }
span { border-color: rgb(237,123,207); }
td.TdClassName
{
border-color: #ED7BCF;
}
.TagClassName
{
border-color: #ED7BCF;
}
</style>