Shades of Deep Blush #ED7282
Tints of Deep Blush #ED7282
RGB
CMYK
RGB Variations
Color information
#ED7282 (or 0xED7282) is known color: Deep Blush. HEX triplet: ED, 72 and 82. RGB value is (237,114,130). Sum of RGB (Red+Green+Blue) = 237+114+130=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7282 is #128D7D. Grayscale: #989898. Windows color (decimal): -1215870 or 8549101. OLE color: 8549101.
HSL color Cylindrical-coordinate representation of color #ED7282: hue angle of 352.2º 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 #ED7282 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 130 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.07 |
| HSL | 352.2º | 0.77% | 0.69% | - |
| HSV(B) | 352.2º | 0.52% | 0.93% | - |
| XYZ | 44.97 | 31.65 | 24.86 | - |
| YUV | 152.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 130 | 0 | 0.52 | 0.45 | 0.07 | 352.2 | 0.77 | 0.69 |
| Hex | ED | 72 | 82 | 0 | 34 | 2D | 7 | 160 | 4D | 45 |
| Octal | 355 | 162 | 202 | 0 | 64 | 55 | 7 | 540 | 115 | 105 |
| Binary | 11101101 | 1110010 | 10000010 | 0 | 110100 | 101101 | 111 | 101100000 | 1001101 | 1000101 |
Color Harmonies of #ED7282
Complementary color
Monochromatic Colors of #ED7282
Black with #ED7282
Text Example
Text Example
White with #ED7282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7282; }
p { color: rgb(237,114,130); }
H1.HeaderClassName
{
color: #ED7282;
}
.AnyTagClassName
{
color: #ED7282;
}
</style>
background-color css
<style>
a { background-color: #ED7282; }
a { background-color: rgb(237,114,130); }
div.DivClassName
{
background-color: #ED7282;
}
.BgClassName
{
background-color: #ED7282;
}
</style>
border-color css
<style>
span { border-color: #ED7282; }
span { border-color: rgb(237,114,130); }
td.TdClassName
{
border-color: #ED7282;
}
.TagClassName
{
border-color: #ED7282;
}
</style>