Shades of Deep Blush #ED6E8C
Tints of Deep Blush #ED6E8C
RGB
CMYK
RGB Variations
Color information
#ED6E8C (or 0xED6E8C) is known color: Deep Blush. HEX triplet: ED, 6E and 8C. RGB value is (237,110,140). Sum of RGB (Red+Green+Blue) = 237+110+140=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6E8C is #129173. Grayscale: #979797. Windows color (decimal): -1216884 or 9203437. OLE color: 9203437.
HSL color Cylindrical-coordinate representation of color #ED6E8C: hue angle of 345.83º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6E8C is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 110 | 140 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.07 |
| HSL | 345.83º | 0.78% | 0.68% | - |
| HSV(B) | 345.83º | 0.54% | 0.93% | - |
| XYZ | 45.23 | 31.05 | 28.42 | - |
| YUV | 151.39 | 121.58 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 140 | 0 | 0.54 | 0.41 | 0.07 | 345.83 | 0.78 | 0.68 |
| Hex | ED | 6E | 8C | 0 | 36 | 29 | 7 | 15A | 4E | 44 |
| Octal | 355 | 156 | 214 | 0 | 66 | 51 | 7 | 532 | 116 | 104 |
| Binary | 11101101 | 1101110 | 10001100 | 0 | 110110 | 101001 | 111 | 101011010 | 1001110 | 1000100 |
Color Harmonies of #ED6E8C
Complementary color
Monochromatic Colors of #ED6E8C
Black with #ED6E8C
Text Example
Text Example
White with #ED6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6E8C; }
p { color: rgb(237,110,140); }
H1.HeaderClassName
{
color: #ED6E8C;
}
.AnyTagClassName
{
color: #ED6E8C;
}
</style>
background-color css
<style>
a { background-color: #ED6E8C; }
a { background-color: rgb(237,110,140); }
div.DivClassName
{
background-color: #ED6E8C;
}
.BgClassName
{
background-color: #ED6E8C;
}
</style>
border-color css
<style>
span { border-color: #ED6E8C; }
span { border-color: rgb(237,110,140); }
td.TdClassName
{
border-color: #ED6E8C;
}
.TagClassName
{
border-color: #ED6E8C;
}
</style>