Shades of Tea Rose #ED7BCB
Tints of Tea Rose #ED7BCB
RGB
CMYK
RGB Variations
Color information
#ED7BCB (or 0xED7BCB) is known color: Tea Rose. HEX triplet: ED, 7B and CB. RGB value is (237,123,203). Sum of RGB (Red+Green+Blue) = 237+123+203=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BCB is #128434. Grayscale: #A6A6A6. Windows color (decimal): -1213493 or 13335533. OLE color: 13335533.
HSL color Cylindrical-coordinate representation of color #ED7BCB: hue angle of 317.89º 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 #ED7BCB is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 203 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.07 |
| HSL | 317.89º | 0.76% | 0.71% | - |
| HSV(B) | 317.89º | 0.48% | 0.93% | - |
| XYZ | 52.79 | 36.48 | 60.76 | - |
| YUV | 166.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 203 | 0 | 0.48 | 0.14 | 0.07 | 317.89 | 0.76 | 0.71 |
| Hex | ED | 7B | CB | 0 | 30 | E | 7 | 13E | 4C | 47 |
| Octal | 355 | 173 | 313 | 0 | 60 | 16 | 7 | 476 | 114 | 107 |
| Binary | 11101101 | 1111011 | 11001011 | 0 | 110000 | 1110 | 111 | 100111110 | 1001100 | 1000111 |
Color Harmonies of #ED7BCB
Complementary color
Monochromatic Colors of #ED7BCB
Black with #ED7BCB
Text Example
Text Example
White with #ED7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BCB; }
p { color: rgb(237,123,203); }
H1.HeaderClassName
{
color: #ED7BCB;
}
.AnyTagClassName
{
color: #ED7BCB;
}
</style>
background-color css
<style>
a { background-color: #ED7BCB; }
a { background-color: rgb(237,123,203); }
div.DivClassName
{
background-color: #ED7BCB;
}
.BgClassName
{
background-color: #ED7BCB;
}
</style>
border-color css
<style>
span { border-color: #ED7BCB; }
span { border-color: rgb(237,123,203); }
td.TdClassName
{
border-color: #ED7BCB;
}
.TagClassName
{
border-color: #ED7BCB;
}
</style>