Shades of Deep Blush #ED748D
Tints of Deep Blush #ED748D
RGB
CMYK
RGB Variations
Color information
#ED748D (or 0xED748D) is known color: Deep Blush. HEX triplet: ED, 74 and 8D. RGB value is (237,116,141). Sum of RGB (Red+Green+Blue) = 237+116+141=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED748D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED748D is #128B72. Grayscale: #9B9B9B. Windows color (decimal): -1215347 or 9270509. OLE color: 9270509.
HSL color Cylindrical-coordinate representation of color #ED748D: hue angle of 347.6º 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 #ED748D is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 141 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.07 |
| HSL | 347.6º | 0.77% | 0.69% | - |
| HSV(B) | 347.6º | 0.51% | 0.93% | - |
| XYZ | 45.98 | 32.42 | 29.03 | - |
| YUV | 155.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 141 | 0 | 0.51 | 0.41 | 0.07 | 347.6 | 0.77 | 0.69 |
| Hex | ED | 74 | 8D | 0 | 33 | 29 | 7 | 15C | 4D | 45 |
| Octal | 355 | 164 | 215 | 0 | 63 | 51 | 7 | 534 | 115 | 105 |
| Binary | 11101101 | 1110100 | 10001101 | 0 | 110011 | 101001 | 111 | 101011100 | 1001101 | 1000101 |
Color Harmonies of #ED748D
Complementary color
Monochromatic Colors of #ED748D
Black with #ED748D
Text Example
Text Example
White with #ED748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED748D; }
p { color: rgb(237,116,141); }
H1.HeaderClassName
{
color: #ED748D;
}
.AnyTagClassName
{
color: #ED748D;
}
</style>
background-color css
<style>
a { background-color: #ED748D; }
a { background-color: rgb(237,116,141); }
div.DivClassName
{
background-color: #ED748D;
}
.BgClassName
{
background-color: #ED748D;
}
</style>
border-color css
<style>
span { border-color: #ED748D; }
span { border-color: rgb(237,116,141); }
td.TdClassName
{
border-color: #ED748D;
}
.TagClassName
{
border-color: #ED748D;
}
</style>