Shades of Deep Blush #ED6688
Tints of Deep Blush #ED6688
RGB
CMYK
RGB Variations
Color information
#ED6688 (or 0xED6688) is known color: Deep Blush. HEX triplet: ED, 66 and 88. RGB value is (237,102,136). Sum of RGB (Red+Green+Blue) = 237+102+136=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6688 is #129977. Grayscale: #929292. Windows color (decimal): -1218936 or 8939245. OLE color: 8939245.
HSL color Cylindrical-coordinate representation of color #ED6688: hue angle of 344.89º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED6688 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 136 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.07 |
| HSL | 344.89º | 0.79% | 0.66% | - |
| HSV(B) | 344.89º | 0.57% | 0.93% | - |
| XYZ | 44.12 | 29.28 | 26.62 | - |
| YUV | 146.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 136 | 0 | 0.57 | 0.43 | 0.07 | 344.89 | 0.79 | 0.66 |
| Hex | ED | 66 | 88 | 0 | 39 | 2B | 7 | 159 | 4F | 42 |
| Octal | 355 | 146 | 210 | 0 | 71 | 53 | 7 | 531 | 117 | 102 |
| Binary | 11101101 | 1100110 | 10001000 | 0 | 111001 | 101011 | 111 | 101011001 | 1001111 | 1000010 |
Color Harmonies of #ED6688
Complementary color
Monochromatic Colors of #ED6688
Black with #ED6688
Text Example
Text Example
White with #ED6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6688; }
p { color: rgb(237,102,136); }
H1.HeaderClassName
{
color: #ED6688;
}
.AnyTagClassName
{
color: #ED6688;
}
</style>
background-color css
<style>
a { background-color: #ED6688; }
a { background-color: rgb(237,102,136); }
div.DivClassName
{
background-color: #ED6688;
}
.BgClassName
{
background-color: #ED6688;
}
</style>
border-color css
<style>
span { border-color: #ED6688; }
span { border-color: rgb(237,102,136); }
td.TdClassName
{
border-color: #ED6688;
}
.TagClassName
{
border-color: #ED6688;
}
</style>