Shades of Deep Blush #EC618E
Tints of Deep Blush #EC618E
RGB
CMYK
RGB Variations
Color information
#EC618E (or 0xEC618E) is known color: Deep Blush. HEX triplet: EC, 61 and 8E. RGB value is (236,97,142). Sum of RGB (Red+Green+Blue) = 236+97+142=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC618E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC618E is #139E71. Grayscale: #8F8F8F. Windows color (decimal): -1285746 or 9331180. OLE color: 9331180.
HSL color Cylindrical-coordinate representation of color #EC618E: hue angle of 340.58º degrees, saturation: 0.79, 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 #EC618E is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 142 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.07 |
| HSL | 340.58º | 0.79% | 0.65% | - |
| HSV(B) | 340.58º | 0.59% | 0.93% | - |
| XYZ | 43.75 | 28.34 | 28.75 | - |
| YUV | 143.69 | 127.05 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 142 | 0 | 0.59 | 0.40 | 0.07 | 340.58 | 0.79 | 0.65 |
| Hex | EC | 61 | 8E | 0 | 3B | 28 | 7 | 155 | 4F | 41 |
| Octal | 354 | 141 | 216 | 0 | 73 | 50 | 7 | 525 | 117 | 101 |
| Binary | 11101100 | 1100001 | 10001110 | 0 | 111011 | 101000 | 111 | 101010101 | 1001111 | 1000001 |
Color Harmonies of #EC618E
Complementary color
Monochromatic Colors of #EC618E
Black with #EC618E
Text Example
Text Example
White with #EC618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC618E; }
p { color: rgb(236,97,142); }
H1.HeaderClassName
{
color: #EC618E;
}
.AnyTagClassName
{
color: #EC618E;
}
</style>
background-color css
<style>
a { background-color: #EC618E; }
a { background-color: rgb(236,97,142); }
div.DivClassName
{
background-color: #EC618E;
}
.BgClassName
{
background-color: #EC618E;
}
</style>
border-color css
<style>
span { border-color: #EC618E; }
span { border-color: rgb(236,97,142); }
td.TdClassName
{
border-color: #EC618E;
}
.TagClassName
{
border-color: #EC618E;
}
</style>