Shades of Tea Rose #ED7BC6
Tints of Tea Rose #ED7BC6
RGB
CMYK
RGB Variations
Color information
#ED7BC6 (or 0xED7BC6) is known color: Tea Rose. HEX triplet: ED, 7B and C6. RGB value is (237,123,198). Sum of RGB (Red+Green+Blue) = 237+123+198=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BC6 is #128439. Grayscale: #A5A5A5. Windows color (decimal): -1213498 or 13007853. OLE color: 13007853.
HSL color Cylindrical-coordinate representation of color #ED7BC6: hue angle of 320.53º 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 #ED7BC6 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 198 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.07 |
| HSL | 320.53º | 0.76% | 0.71% | - |
| HSV(B) | 320.53º | 0.48% | 0.93% | - |
| XYZ | 52.2 | 36.25 | 57.67 | - |
| YUV | 165.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 198 | 0 | 0.48 | 0.16 | 0.07 | 320.53 | 0.76 | 0.71 |
| Hex | ED | 7B | C6 | 0 | 30 | 10 | 7 | 141 | 4C | 47 |
| Octal | 355 | 173 | 306 | 0 | 60 | 20 | 7 | 501 | 114 | 107 |
| Binary | 11101101 | 1111011 | 11000110 | 0 | 110000 | 10000 | 111 | 101000001 | 1001100 | 1000111 |
Color Harmonies of #ED7BC6
Complementary color
Monochromatic Colors of #ED7BC6
Black with #ED7BC6
Text Example
Text Example
White with #ED7BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BC6; }
p { color: rgb(237,123,198); }
H1.HeaderClassName
{
color: #ED7BC6;
}
.AnyTagClassName
{
color: #ED7BC6;
}
</style>
background-color css
<style>
a { background-color: #ED7BC6; }
a { background-color: rgb(237,123,198); }
div.DivClassName
{
background-color: #ED7BC6;
}
.BgClassName
{
background-color: #ED7BC6;
}
</style>
border-color css
<style>
span { border-color: #ED7BC6; }
span { border-color: rgb(237,123,198); }
td.TdClassName
{
border-color: #ED7BC6;
}
.TagClassName
{
border-color: #ED7BC6;
}
</style>