Shades of Deep Blush #ED738B
Tints of Deep Blush #ED738B
RGB
CMYK
RGB Variations
Color information
#ED738B (or 0xED738B) is known color: Deep Blush. HEX triplet: ED, 73 and 8B. RGB value is (237,115,139). Sum of RGB (Red+Green+Blue) = 237+115+139=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED738B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED738B is #128C74. Grayscale: #9A9A9A. Windows color (decimal): -1215605 or 9139181. OLE color: 9139181.
HSL color Cylindrical-coordinate representation of color #ED738B: hue angle of 348.2º 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 #ED738B is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 139 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.07 |
| HSL | 348.2º | 0.77% | 0.69% | - |
| HSV(B) | 348.2º | 0.51% | 0.93% | - |
| XYZ | 45.72 | 32.13 | 28.22 | - |
| YUV | 154.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 139 | 0 | 0.51 | 0.41 | 0.07 | 348.2 | 0.77 | 0.69 |
| Hex | ED | 73 | 8B | 0 | 33 | 29 | 7 | 15C | 4D | 45 |
| Octal | 355 | 163 | 213 | 0 | 63 | 51 | 7 | 534 | 115 | 105 |
| Binary | 11101101 | 1110011 | 10001011 | 0 | 110011 | 101001 | 111 | 101011100 | 1001101 | 1000101 |
Color Harmonies of #ED738B
Complementary color
Monochromatic Colors of #ED738B
Black with #ED738B
Text Example
Text Example
White with #ED738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED738B; }
p { color: rgb(237,115,139); }
H1.HeaderClassName
{
color: #ED738B;
}
.AnyTagClassName
{
color: #ED738B;
}
</style>
background-color css
<style>
a { background-color: #ED738B; }
a { background-color: rgb(237,115,139); }
div.DivClassName
{
background-color: #ED738B;
}
.BgClassName
{
background-color: #ED738B;
}
</style>
border-color css
<style>
span { border-color: #ED738B; }
span { border-color: rgb(237,115,139); }
td.TdClassName
{
border-color: #ED738B;
}
.TagClassName
{
border-color: #ED738B;
}
</style>