Shades of Deep Blush #ED618D
Tints of Deep Blush #ED618D
RGB
CMYK
RGB Variations
Color information
#ED618D (or 0xED618D) is known color: Deep Blush. HEX triplet: ED, 61 and 8D. RGB value is (237,97,141). Sum of RGB (Red+Green+Blue) = 237+97+141=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED618D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED618D is #129E72. Grayscale: #8F8F8F. Windows color (decimal): -1220211 or 9265645. OLE color: 9265645.
HSL color Cylindrical-coordinate representation of color #ED618D: hue angle of 341.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED618D is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 141 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.07 |
| HSL | 341.14º | 0.8% | 0.65% | - |
| HSV(B) | 341.14º | 0.59% | 0.93% | - |
| XYZ | 44.01 | 28.48 | 28.38 | - |
| YUV | 143.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 141 | 0 | 0.59 | 0.41 | 0.07 | 341.14 | 0.8 | 0.65 |
| Hex | ED | 61 | 8D | 0 | 3B | 29 | 7 | 155 | 50 | 41 |
| Octal | 355 | 141 | 215 | 0 | 73 | 51 | 7 | 525 | 120 | 101 |
| Binary | 11101101 | 1100001 | 10001101 | 0 | 111011 | 101001 | 111 | 101010101 | 1010000 | 1000001 |
Color Harmonies of #ED618D
Complementary color
Monochromatic Colors of #ED618D
Black with #ED618D
Text Example
Text Example
White with #ED618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED618D; }
p { color: rgb(237,97,141); }
H1.HeaderClassName
{
color: #ED618D;
}
.AnyTagClassName
{
color: #ED618D;
}
</style>
background-color css
<style>
a { background-color: #ED618D; }
a { background-color: rgb(237,97,141); }
div.DivClassName
{
background-color: #ED618D;
}
.BgClassName
{
background-color: #ED618D;
}
</style>
border-color css
<style>
span { border-color: #ED618D; }
span { border-color: rgb(237,97,141); }
td.TdClassName
{
border-color: #ED618D;
}
.TagClassName
{
border-color: #ED618D;
}
</style>