Shades of Deep Blush #ED7193
Tints of Deep Blush #ED7193
RGB
CMYK
RGB Variations
Color information
#ED7193 (or 0xED7193) is known color: Deep Blush. HEX triplet: ED, 71 and 93. RGB value is (237,113,147). Sum of RGB (Red+Green+Blue) = 237+113+147=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7193 is #128E6C. Grayscale: #999999. Windows color (decimal): -1216109 or 9662957. OLE color: 9662957.
HSL color Cylindrical-coordinate representation of color #ED7193: hue angle of 343.55º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7193 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 147 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.07 |
| HSL | 343.55º | 0.78% | 0.69% | - |
| HSV(B) | 343.55º | 0.52% | 0.93% | - |
| XYZ | 46.1 | 31.92 | 31.34 | - |
| YUV | 153.95 | 124.08 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 147 | 0 | 0.52 | 0.38 | 0.07 | 343.55 | 0.78 | 0.69 |
| Hex | ED | 71 | 93 | 0 | 34 | 26 | 7 | 158 | 4E | 45 |
| Octal | 355 | 161 | 223 | 0 | 64 | 46 | 7 | 530 | 116 | 105 |
| Binary | 11101101 | 1110001 | 10010011 | 0 | 110100 | 100110 | 111 | 101011000 | 1001110 | 1000101 |
Color Harmonies of #ED7193
Complementary color
Monochromatic Colors of #ED7193
Black with #ED7193
Text Example
Text Example
White with #ED7193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7193; }
p { color: rgb(237,113,147); }
H1.HeaderClassName
{
color: #ED7193;
}
.AnyTagClassName
{
color: #ED7193;
}
</style>
background-color css
<style>
a { background-color: #ED7193; }
a { background-color: rgb(237,113,147); }
div.DivClassName
{
background-color: #ED7193;
}
.BgClassName
{
background-color: #ED7193;
}
</style>
border-color css
<style>
span { border-color: #ED7193; }
span { border-color: rgb(237,113,147); }
td.TdClassName
{
border-color: #ED7193;
}
.TagClassName
{
border-color: #ED7193;
}
</style>