Shades of Deep Blush #ED7383
Tints of Deep Blush #ED7383
RGB
CMYK
RGB Variations
Color information
#ED7383 (or 0xED7383) is known color: Deep Blush. HEX triplet: ED, 73 and 83. RGB value is (237,115,131). Sum of RGB (Red+Green+Blue) = 237+115+131=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7383 is #128C7C. Grayscale: #999999. Windows color (decimal): -1215613 or 8614893. OLE color: 8614893.
HSL color Cylindrical-coordinate representation of color #ED7383: hue angle of 352.13º 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 #ED7383 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 131 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.07 |
| HSL | 352.13º | 0.77% | 0.69% | - |
| HSV(B) | 352.13º | 0.51% | 0.93% | - |
| XYZ | 45.15 | 31.9 | 25.25 | - |
| YUV | 153.3 | 115.42 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 131 | 0 | 0.51 | 0.45 | 0.07 | 352.13 | 0.77 | 0.69 |
| Hex | ED | 73 | 83 | 0 | 33 | 2D | 7 | 160 | 4D | 45 |
| Octal | 355 | 163 | 203 | 0 | 63 | 55 | 7 | 540 | 115 | 105 |
| Binary | 11101101 | 1110011 | 10000011 | 0 | 110011 | 101101 | 111 | 101100000 | 1001101 | 1000101 |
Color Harmonies of #ED7383
Complementary color
Monochromatic Colors of #ED7383
Black with #ED7383
Text Example
Text Example
White with #ED7383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7383; }
p { color: rgb(237,115,131); }
H1.HeaderClassName
{
color: #ED7383;
}
.AnyTagClassName
{
color: #ED7383;
}
</style>
background-color css
<style>
a { background-color: #ED7383; }
a { background-color: rgb(237,115,131); }
div.DivClassName
{
background-color: #ED7383;
}
.BgClassName
{
background-color: #ED7383;
}
</style>
border-color css
<style>
span { border-color: #ED7383; }
span { border-color: rgb(237,115,131); }
td.TdClassName
{
border-color: #ED7383;
}
.TagClassName
{
border-color: #ED7383;
}
</style>