Shades of Deep Blush #ED688E
Tints of Deep Blush #ED688E
RGB
CMYK
RGB Variations
Color information
#ED688E (or 0xED688E) is known color: Deep Blush. HEX triplet: ED, 68 and 8E. RGB value is (237,104,142). Sum of RGB (Red+Green+Blue) = 237+104+142=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED688E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED688E is #129771. Grayscale: #949494. Windows color (decimal): -1218418 or 9332973. OLE color: 9332973.
HSL color Cylindrical-coordinate representation of color #ED688E: hue angle of 342.86º 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 #ED688E is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 142 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.07 |
| HSL | 342.86º | 0.79% | 0.67% | - |
| HSV(B) | 342.86º | 0.56% | 0.93% | - |
| XYZ | 44.76 | 29.86 | 29 | - |
| YUV | 148.1 | 124.56 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 142 | 0 | 0.56 | 0.40 | 0.07 | 342.86 | 0.79 | 0.67 |
| Hex | ED | 68 | 8E | 0 | 38 | 28 | 7 | 157 | 4F | 43 |
| Octal | 355 | 150 | 216 | 0 | 70 | 50 | 7 | 527 | 117 | 103 |
| Binary | 11101101 | 1101000 | 10001110 | 0 | 111000 | 101000 | 111 | 101010111 | 1001111 | 1000011 |
Color Harmonies of #ED688E
Complementary color
Monochromatic Colors of #ED688E
Black with #ED688E
Text Example
Text Example
White with #ED688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED688E; }
p { color: rgb(237,104,142); }
H1.HeaderClassName
{
color: #ED688E;
}
.AnyTagClassName
{
color: #ED688E;
}
</style>
background-color css
<style>
a { background-color: #ED688E; }
a { background-color: rgb(237,104,142); }
div.DivClassName
{
background-color: #ED688E;
}
.BgClassName
{
background-color: #ED688E;
}
</style>
border-color css
<style>
span { border-color: #ED688E; }
span { border-color: rgb(237,104,142); }
td.TdClassName
{
border-color: #ED688E;
}
.TagClassName
{
border-color: #ED688E;
}
</style>