Shades of Deep Blush #ED688D
Tints of Deep Blush #ED688D
RGB
CMYK
RGB Variations
Color information
#ED688D (or 0xED688D) is known color: Deep Blush. HEX triplet: ED, 68 and 8D. RGB value is (237,104,141). Sum of RGB (Red+Green+Blue) = 237+104+141=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED688D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED688D is #129772. Grayscale: #939393. Windows color (decimal): -1218419 or 9267437. OLE color: 9267437.
HSL color Cylindrical-coordinate representation of color #ED688D: hue angle of 343.31º 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 #ED688D is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 141 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.07 |
| HSL | 343.31º | 0.79% | 0.67% | - |
| HSV(B) | 343.31º | 0.56% | 0.93% | - |
| XYZ | 44.68 | 29.83 | 28.6 | - |
| YUV | 147.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 141 | 0 | 0.56 | 0.41 | 0.07 | 343.31 | 0.79 | 0.67 |
| Hex | ED | 68 | 8D | 0 | 38 | 29 | 7 | 157 | 4F | 43 |
| Octal | 355 | 150 | 215 | 0 | 70 | 51 | 7 | 527 | 117 | 103 |
| Binary | 11101101 | 1101000 | 10001101 | 0 | 111000 | 101001 | 111 | 101010111 | 1001111 | 1000011 |
Color Harmonies of #ED688D
Complementary color
Monochromatic Colors of #ED688D
Black with #ED688D
Text Example
Text Example
White with #ED688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED688D; }
p { color: rgb(237,104,141); }
H1.HeaderClassName
{
color: #ED688D;
}
.AnyTagClassName
{
color: #ED688D;
}
</style>
background-color css
<style>
a { background-color: #ED688D; }
a { background-color: rgb(237,104,141); }
div.DivClassName
{
background-color: #ED688D;
}
.BgClassName
{
background-color: #ED688D;
}
</style>
border-color css
<style>
span { border-color: #ED688D; }
span { border-color: rgb(237,104,141); }
td.TdClassName
{
border-color: #ED688D;
}
.TagClassName
{
border-color: #ED688D;
}
</style>