Shades of Deep Blush #ED7785
Tints of Deep Blush #ED7785
RGB
CMYK
RGB Variations
Color information
#ED7785 (or 0xED7785) is known color: Deep Blush. HEX triplet: ED, 77 and 85. RGB value is (237,119,133). Sum of RGB (Red+Green+Blue) = 237+119+133=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7785 is #12887A. Grayscale: #9B9B9B. Windows color (decimal): -1214587 or 8746989. OLE color: 8746989.
HSL color Cylindrical-coordinate representation of color #ED7785: hue angle of 352.88º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7785 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 133 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.07 |
| HSL | 352.88º | 0.77% | 0.7% | - |
| HSV(B) | 352.88º | 0.5% | 0.93% | - |
| XYZ | 45.76 | 32.89 | 26.13 | - |
| YUV | 155.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 133 | 0 | 0.50 | 0.44 | 0.07 | 352.88 | 0.77 | 0.7 |
| Hex | ED | 77 | 85 | 0 | 32 | 2C | 7 | 161 | 4D | 46 |
| Octal | 355 | 167 | 205 | 0 | 62 | 54 | 7 | 541 | 115 | 106 |
| Binary | 11101101 | 1110111 | 10000101 | 0 | 110010 | 101100 | 111 | 101100001 | 1001101 | 1000110 |
Color Harmonies of #ED7785
Complementary color
Monochromatic Colors of #ED7785
Black with #ED7785
Text Example
Text Example
White with #ED7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7785; }
p { color: rgb(237,119,133); }
H1.HeaderClassName
{
color: #ED7785;
}
.AnyTagClassName
{
color: #ED7785;
}
</style>
background-color css
<style>
a { background-color: #ED7785; }
a { background-color: rgb(237,119,133); }
div.DivClassName
{
background-color: #ED7785;
}
.BgClassName
{
background-color: #ED7785;
}
</style>
border-color css
<style>
span { border-color: #ED7785; }
span { border-color: rgb(237,119,133); }
td.TdClassName
{
border-color: #ED7785;
}
.TagClassName
{
border-color: #ED7785;
}
</style>