Shades of Deep Blush #ED6094
Tints of Deep Blush #ED6094
RGB
CMYK
RGB Variations
Color information
#ED6094 (or 0xED6094) is known color: Deep Blush. HEX triplet: ED, 60 and 94. RGB value is (237,96,148). Sum of RGB (Red+Green+Blue) = 237+96+148=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6094 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6094 is #129F6B. Grayscale: #909090. Windows color (decimal): -1220460 or 9724141. OLE color: 9724141.
HSL color Cylindrical-coordinate representation of color #ED6094: hue angle of 337.87º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6094 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 148 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.07 |
| HSL | 337.87º | 0.8% | 0.65% | - |
| HSV(B) | 337.87º | 0.59% | 0.93% | - |
| XYZ | 44.45 | 28.51 | 31.18 | - |
| YUV | 144.09 | 130.21 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 148 | 0 | 0.59 | 0.38 | 0.07 | 337.87 | 0.8 | 0.65 |
| Hex | ED | 60 | 94 | 0 | 3B | 26 | 7 | 152 | 50 | 41 |
| Octal | 355 | 140 | 224 | 0 | 73 | 46 | 7 | 522 | 120 | 101 |
| Binary | 11101101 | 1100000 | 10010100 | 0 | 111011 | 100110 | 111 | 101010010 | 1010000 | 1000001 |
Color Harmonies of #ED6094
Complementary color
Monochromatic Colors of #ED6094
Black with #ED6094
Text Example
Text Example
White with #ED6094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6094; }
p { color: rgb(237,96,148); }
H1.HeaderClassName
{
color: #ED6094;
}
.AnyTagClassName
{
color: #ED6094;
}
</style>
background-color css
<style>
a { background-color: #ED6094; }
a { background-color: rgb(237,96,148); }
div.DivClassName
{
background-color: #ED6094;
}
.BgClassName
{
background-color: #ED6094;
}
</style>
border-color css
<style>
span { border-color: #ED6094; }
span { border-color: rgb(237,96,148); }
td.TdClassName
{
border-color: #ED6094;
}
.TagClassName
{
border-color: #ED6094;
}
</style>