Shades of Deep Blush #ED728B
Tints of Deep Blush #ED728B
RGB
CMYK
RGB Variations
Color information
#ED728B (or 0xED728B) is known color: Deep Blush. HEX triplet: ED, 72 and 8B. RGB value is (237,114,139). Sum of RGB (Red+Green+Blue) = 237+114+139=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED728B is #128D74. Grayscale: #999999. Windows color (decimal): -1215861 or 9138925. OLE color: 9138925.
HSL color Cylindrical-coordinate representation of color #ED728B: hue angle of 347.8º 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 #ED728B is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 139 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.07 |
| HSL | 347.8º | 0.77% | 0.69% | - |
| HSV(B) | 347.8º | 0.52% | 0.93% | - |
| XYZ | 45.6 | 31.9 | 28.18 | - |
| YUV | 153.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 139 | 0 | 0.52 | 0.41 | 0.07 | 347.8 | 0.77 | 0.69 |
| Hex | ED | 72 | 8B | 0 | 34 | 29 | 7 | 15C | 4D | 45 |
| Octal | 355 | 162 | 213 | 0 | 64 | 51 | 7 | 534 | 115 | 105 |
| Binary | 11101101 | 1110010 | 10001011 | 0 | 110100 | 101001 | 111 | 101011100 | 1001101 | 1000101 |
Color Harmonies of #ED728B
Complementary color
Monochromatic Colors of #ED728B
Black with #ED728B
Text Example
Text Example
White with #ED728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED728B; }
p { color: rgb(237,114,139); }
H1.HeaderClassName
{
color: #ED728B;
}
.AnyTagClassName
{
color: #ED728B;
}
</style>
background-color css
<style>
a { background-color: #ED728B; }
a { background-color: rgb(237,114,139); }
div.DivClassName
{
background-color: #ED728B;
}
.BgClassName
{
background-color: #ED728B;
}
</style>
border-color css
<style>
span { border-color: #ED728B; }
span { border-color: rgb(237,114,139); }
td.TdClassName
{
border-color: #ED728B;
}
.TagClassName
{
border-color: #ED728B;
}
</style>