Shades of Deep Blush #ED688B
Tints of Deep Blush #ED688B
RGB
CMYK
RGB Variations
Color information
#ED688B (or 0xED688B) is known color: Deep Blush. HEX triplet: ED, 68 and 8B. RGB value is (237,104,139). Sum of RGB (Red+Green+Blue) = 237+104+139=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED688B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED688B is #129774. Grayscale: #939393. Windows color (decimal): -1218421 or 9136365. OLE color: 9136365.
HSL color Cylindrical-coordinate representation of color #ED688B: hue angle of 344.21º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED688B is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 139 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.07 |
| HSL | 344.21º | 0.79% | 0.67% | - |
| HSV(B) | 344.21º | 0.56% | 0.93% | - |
| XYZ | 44.54 | 29.77 | 27.82 | - |
| YUV | 147.76 | 123.06 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 139 | 0 | 0.56 | 0.41 | 0.07 | 344.21 | 0.79 | 0.67 |
| Hex | ED | 68 | 8B | 0 | 38 | 29 | 7 | 158 | 4F | 43 |
| Octal | 355 | 150 | 213 | 0 | 70 | 51 | 7 | 530 | 117 | 103 |
| Binary | 11101101 | 1101000 | 10001011 | 0 | 111000 | 101001 | 111 | 101011000 | 1001111 | 1000011 |
Color Harmonies of #ED688B
Complementary color
Monochromatic Colors of #ED688B
Black with #ED688B
Text Example
Text Example
White with #ED688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED688B; }
p { color: rgb(237,104,139); }
H1.HeaderClassName
{
color: #ED688B;
}
.AnyTagClassName
{
color: #ED688B;
}
</style>
background-color css
<style>
a { background-color: #ED688B; }
a { background-color: rgb(237,104,139); }
div.DivClassName
{
background-color: #ED688B;
}
.BgClassName
{
background-color: #ED688B;
}
</style>
border-color css
<style>
span { border-color: #ED688B; }
span { border-color: rgb(237,104,139); }
td.TdClassName
{
border-color: #ED688B;
}
.TagClassName
{
border-color: #ED688B;
}
</style>