Shades of Deep Blush #ED7583
Tints of Deep Blush #ED7583
RGB
CMYK
RGB Variations
Color information
#ED7583 (or 0xED7583) is known color: Deep Blush. HEX triplet: ED, 75 and 83. RGB value is (237,117,131). Sum of RGB (Red+Green+Blue) = 237+117+131=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7583 is #128A7C. Grayscale: #9A9A9A. Windows color (decimal): -1215101 or 8615405. OLE color: 8615405.
HSL color Cylindrical-coordinate representation of color #ED7583: hue angle of 353º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7583 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 131 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.07 |
| HSL | 353º | 0.77% | 0.69% | - |
| HSV(B) | 353º | 0.51% | 0.93% | - |
| XYZ | 45.38 | 32.37 | 25.33 | - |
| YUV | 154.48 | 114.76 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 131 | 0 | 0.51 | 0.45 | 0.07 | 353 | 0.77 | 0.69 |
| Hex | ED | 75 | 83 | 0 | 33 | 2D | 7 | 161 | 4D | 45 |
| Octal | 355 | 165 | 203 | 0 | 63 | 55 | 7 | 541 | 115 | 105 |
| Binary | 11101101 | 1110101 | 10000011 | 0 | 110011 | 101101 | 111 | 101100001 | 1001101 | 1000101 |
Color Harmonies of #ED7583
Complementary color
Monochromatic Colors of #ED7583
Black with #ED7583
Text Example
Text Example
White with #ED7583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7583; }
p { color: rgb(237,117,131); }
H1.HeaderClassName
{
color: #ED7583;
}
.AnyTagClassName
{
color: #ED7583;
}
</style>
background-color css
<style>
a { background-color: #ED7583; }
a { background-color: rgb(237,117,131); }
div.DivClassName
{
background-color: #ED7583;
}
.BgClassName
{
background-color: #ED7583;
}
</style>
border-color css
<style>
span { border-color: #ED7583; }
span { border-color: rgb(237,117,131); }
td.TdClassName
{
border-color: #ED7583;
}
.TagClassName
{
border-color: #ED7583;
}
</style>