Shades of Deep Blush #E8618C
Tints of Deep Blush #E8618C
RGB
CMYK
RGB Variations
Color information
#E8618C (or 0xE8618C) is known color: Deep Blush. HEX triplet: E8, 61 and 8C. RGB value is (232,97,140). Sum of RGB (Red+Green+Blue) = 232+97+140=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E8618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8618C is #179E73. Grayscale: #8E8E8E. Windows color (decimal): -1547892 or 9200104. OLE color: 9200104.
HSL color Cylindrical-coordinate representation of color #E8618C: hue angle of 340.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E8618C is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 140 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.09 |
| HSL | 340.89º | 0.75% | 0.65% | - |
| HSV(B) | 340.89º | 0.58% | 0.91% | - |
| XYZ | 42.29 | 27.6 | 27.91 | - |
| YUV | 142.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 140 | 0 | 0.58 | 0.40 | 0.09 | 340.89 | 0.75 | 0.65 |
| Hex | E8 | 61 | 8C | 0 | 3A | 28 | 9 | 155 | 4B | 41 |
| Octal | 350 | 141 | 214 | 0 | 72 | 50 | 11 | 525 | 113 | 101 |
| Binary | 11101000 | 1100001 | 10001100 | 0 | 111010 | 101000 | 1001 | 101010101 | 1001011 | 1000001 |
Color Harmonies of #E8618C
Complementary color
Monochromatic Colors of #E8618C
Black with #E8618C
Text Example
Text Example
White with #E8618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8618C; }
p { color: rgb(232,97,140); }
H1.HeaderClassName
{
color: #E8618C;
}
.AnyTagClassName
{
color: #E8618C;
}
</style>
background-color css
<style>
a { background-color: #E8618C; }
a { background-color: rgb(232,97,140); }
div.DivClassName
{
background-color: #E8618C;
}
.BgClassName
{
background-color: #E8618C;
}
</style>
border-color css
<style>
span { border-color: #E8618C; }
span { border-color: rgb(232,97,140); }
td.TdClassName
{
border-color: #E8618C;
}
.TagClassName
{
border-color: #E8618C;
}
</style>