Shades of Deep Blush #ED7687
Tints of Deep Blush #ED7687
RGB
CMYK
RGB Variations
Color information
#ED7687 (or 0xED7687) is known color: Deep Blush. HEX triplet: ED, 76 and 87. RGB value is (237,118,135). Sum of RGB (Red+Green+Blue) = 237+118+135=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7687 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7687 is #128978. Grayscale: #9B9B9B. Windows color (decimal): -1214841 or 8877805. OLE color: 8877805.
HSL color Cylindrical-coordinate representation of color #ED7687: hue angle of 351.43º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7687 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 135 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.07 |
| HSL | 351.43º | 0.77% | 0.7% | - |
| HSV(B) | 351.43º | 0.5% | 0.93% | - |
| XYZ | 45.78 | 32.71 | 26.82 | - |
| YUV | 155.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 135 | 0 | 0.50 | 0.43 | 0.07 | 351.43 | 0.77 | 0.7 |
| Hex | ED | 76 | 87 | 0 | 32 | 2B | 7 | 15F | 4D | 46 |
| Octal | 355 | 166 | 207 | 0 | 62 | 53 | 7 | 537 | 115 | 106 |
| Binary | 11101101 | 1110110 | 10000111 | 0 | 110010 | 101011 | 111 | 101011111 | 1001101 | 1000110 |
Color Harmonies of #ED7687
Complementary color
Monochromatic Colors of #ED7687
Black with #ED7687
Text Example
Text Example
White with #ED7687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7687; }
p { color: rgb(237,118,135); }
H1.HeaderClassName
{
color: #ED7687;
}
.AnyTagClassName
{
color: #ED7687;
}
</style>
background-color css
<style>
a { background-color: #ED7687; }
a { background-color: rgb(237,118,135); }
div.DivClassName
{
background-color: #ED7687;
}
.BgClassName
{
background-color: #ED7687;
}
</style>
border-color css
<style>
span { border-color: #ED7687; }
span { border-color: rgb(237,118,135); }
td.TdClassName
{
border-color: #ED7687;
}
.TagClassName
{
border-color: #ED7687;
}
</style>