Shades of Deep Blush #ED7092
Tints of Deep Blush #ED7092
RGB
CMYK
RGB Variations
Color information
#ED7092 (or 0xED7092) is known color: Deep Blush. HEX triplet: ED, 70 and 92. RGB value is (237,112,146). Sum of RGB (Red+Green+Blue) = 237+112+146=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7092 is #128F6D. Grayscale: #999999. Windows color (decimal): -1216366 or 9597165. OLE color: 9597165.
HSL color Cylindrical-coordinate representation of color #ED7092: hue angle of 343.68º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED7092 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 146 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.07 |
| HSL | 343.68º | 0.78% | 0.68% | - |
| HSV(B) | 343.68º | 0.53% | 0.93% | - |
| XYZ | 45.91 | 31.67 | 30.89 | - |
| YUV | 153.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 146 | 0 | 0.53 | 0.38 | 0.07 | 343.68 | 0.78 | 0.68 |
| Hex | ED | 70 | 92 | 0 | 35 | 26 | 7 | 158 | 4E | 44 |
| Octal | 355 | 160 | 222 | 0 | 65 | 46 | 7 | 530 | 116 | 104 |
| Binary | 11101101 | 1110000 | 10010010 | 0 | 110101 | 100110 | 111 | 101011000 | 1001110 | 1000100 |
Color Harmonies of #ED7092
Complementary color
Monochromatic Colors of #ED7092
Black with #ED7092
Text Example
Text Example
White with #ED7092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7092; }
p { color: rgb(237,112,146); }
H1.HeaderClassName
{
color: #ED7092;
}
.AnyTagClassName
{
color: #ED7092;
}
</style>
background-color css
<style>
a { background-color: #ED7092; }
a { background-color: rgb(237,112,146); }
div.DivClassName
{
background-color: #ED7092;
}
.BgClassName
{
background-color: #ED7092;
}
</style>
border-color css
<style>
span { border-color: #ED7092; }
span { border-color: rgb(237,112,146); }
td.TdClassName
{
border-color: #ED7092;
}
.TagClassName
{
border-color: #ED7092;
}
</style>