Shades of Deep Blush #ED758F
Tints of Deep Blush #ED758F
RGB
CMYK
RGB Variations
Color information
#ED758F (or 0xED758F) is known color: Deep Blush. HEX triplet: ED, 75 and 8F. RGB value is (237,117,143). Sum of RGB (Red+Green+Blue) = 237+117+143=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED758F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED758F is #128A70. Grayscale: #9B9B9B. Windows color (decimal): -1215089 or 9401837. OLE color: 9401837.
HSL color Cylindrical-coordinate representation of color #ED758F: hue angle of 347º 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 #ED758F is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 143 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.07 |
| HSL | 347º | 0.77% | 0.69% | - |
| HSV(B) | 347º | 0.51% | 0.93% | - |
| XYZ | 46.24 | 32.71 | 29.86 | - |
| YUV | 155.84 | 120.76 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 143 | 0 | 0.51 | 0.40 | 0.07 | 347 | 0.77 | 0.69 |
| Hex | ED | 75 | 8F | 0 | 33 | 28 | 7 | 15B | 4D | 45 |
| Octal | 355 | 165 | 217 | 0 | 63 | 50 | 7 | 533 | 115 | 105 |
| Binary | 11101101 | 1110101 | 10001111 | 0 | 110011 | 101000 | 111 | 101011011 | 1001101 | 1000101 |
Color Harmonies of #ED758F
Complementary color
Monochromatic Colors of #ED758F
Black with #ED758F
Text Example
Text Example
White with #ED758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED758F; }
p { color: rgb(237,117,143); }
H1.HeaderClassName
{
color: #ED758F;
}
.AnyTagClassName
{
color: #ED758F;
}
</style>
background-color css
<style>
a { background-color: #ED758F; }
a { background-color: rgb(237,117,143); }
div.DivClassName
{
background-color: #ED758F;
}
.BgClassName
{
background-color: #ED758F;
}
</style>
border-color css
<style>
span { border-color: #ED758F; }
span { border-color: rgb(237,117,143); }
td.TdClassName
{
border-color: #ED758F;
}
.TagClassName
{
border-color: #ED758F;
}
</style>