Shades of Deep Blush #ED7198
Tints of Deep Blush #ED7198
RGB
CMYK
RGB Variations
Color information
#ED7198 (or 0xED7198) is known color: Deep Blush. HEX triplet: ED, 71 and 98. RGB value is (237,113,152). Sum of RGB (Red+Green+Blue) = 237+113+152=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7198 is #128E67. Grayscale: #9A9A9A. Windows color (decimal): -1216104 or 9990637. OLE color: 9990637.
HSL color Cylindrical-coordinate representation of color #ED7198: hue angle of 341.13º 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 #ED7198 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 152 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.07 |
| HSL | 341.13º | 0.78% | 0.69% | - |
| HSV(B) | 341.13º | 0.52% | 0.93% | - |
| XYZ | 46.5 | 32.08 | 33.45 | - |
| YUV | 154.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 152 | 0 | 0.52 | 0.36 | 0.07 | 341.13 | 0.78 | 0.69 |
| Hex | ED | 71 | 98 | 0 | 34 | 24 | 7 | 155 | 4E | 45 |
| Octal | 355 | 161 | 230 | 0 | 64 | 44 | 7 | 525 | 116 | 105 |
| Binary | 11101101 | 1110001 | 10011000 | 0 | 110100 | 100100 | 111 | 101010101 | 1001110 | 1000101 |
Color Harmonies of #ED7198
Complementary color
Monochromatic Colors of #ED7198
Black with #ED7198
Text Example
Text Example
White with #ED7198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7198; }
p { color: rgb(237,113,152); }
H1.HeaderClassName
{
color: #ED7198;
}
.AnyTagClassName
{
color: #ED7198;
}
</style>
background-color css
<style>
a { background-color: #ED7198; }
a { background-color: rgb(237,113,152); }
div.DivClassName
{
background-color: #ED7198;
}
.BgClassName
{
background-color: #ED7198;
}
</style>
border-color css
<style>
span { border-color: #ED7198; }
span { border-color: rgb(237,113,152); }
td.TdClassName
{
border-color: #ED7198;
}
.TagClassName
{
border-color: #ED7198;
}
</style>