Shades of Tea Rose #ED7BD0
Tints of Tea Rose #ED7BD0
RGB
CMYK
RGB Variations
Color information
#ED7BD0 (or 0xED7BD0) is known color: Tea Rose. HEX triplet: ED, 7B and D0. RGB value is (237,123,208). Sum of RGB (Red+Green+Blue) = 237+123+208=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BD0 is #12842F. Grayscale: #A6A6A6. Windows color (decimal): -1213488 or 13663213. OLE color: 13663213.
HSL color Cylindrical-coordinate representation of color #ED7BD0: hue angle of 315.26º 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 #ED7BD0 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 208 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.07 |
| HSL | 315.26º | 0.76% | 0.71% | - |
| HSV(B) | 315.26º | 0.48% | 0.93% | - |
| XYZ | 53.39 | 36.72 | 63.95 | - |
| YUV | 166.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 208 | 0 | 0.48 | 0.12 | 0.07 | 315.26 | 0.76 | 0.71 |
| Hex | ED | 7B | D0 | 0 | 30 | C | 7 | 13B | 4C | 47 |
| Octal | 355 | 173 | 320 | 0 | 60 | 14 | 7 | 473 | 114 | 107 |
| Binary | 11101101 | 1111011 | 11010000 | 0 | 110000 | 1100 | 111 | 100111011 | 1001100 | 1000111 |
Color Harmonies of #ED7BD0
Complementary color
Monochromatic Colors of #ED7BD0
Black with #ED7BD0
Text Example
Text Example
White with #ED7BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BD0; }
p { color: rgb(237,123,208); }
H1.HeaderClassName
{
color: #ED7BD0;
}
.AnyTagClassName
{
color: #ED7BD0;
}
</style>
background-color css
<style>
a { background-color: #ED7BD0; }
a { background-color: rgb(237,123,208); }
div.DivClassName
{
background-color: #ED7BD0;
}
.BgClassName
{
background-color: #ED7BD0;
}
</style>
border-color css
<style>
span { border-color: #ED7BD0; }
span { border-color: rgb(237,123,208); }
td.TdClassName
{
border-color: #ED7BD0;
}
.TagClassName
{
border-color: #ED7BD0;
}
</style>