Shades of Deep Blush #E8618A
Tints of Deep Blush #E8618A
RGB
CMYK
RGB Variations
Color information
#E8618A (or 0xE8618A) is known color: Deep Blush. HEX triplet: E8, 61 and 8A. RGB value is (232,97,138). Sum of RGB (Red+Green+Blue) = 232+97+138=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E8618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8618A is #179E75. Grayscale: #8E8E8E. Windows color (decimal): -1547894 or 9069032. OLE color: 9069032.
HSL color Cylindrical-coordinate representation of color #E8618A: hue angle of 341.78º 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 #E8618A is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 138 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.09 |
| HSL | 341.78º | 0.75% | 0.65% | - |
| HSV(B) | 341.78º | 0.58% | 0.91% | - |
| XYZ | 42.14 | 27.54 | 27.14 | - |
| YUV | 142.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 138 | 0 | 0.58 | 0.41 | 0.09 | 341.78 | 0.75 | 0.65 |
| Hex | E8 | 61 | 8A | 0 | 3A | 29 | 9 | 156 | 4B | 41 |
| Octal | 350 | 141 | 212 | 0 | 72 | 51 | 11 | 526 | 113 | 101 |
| Binary | 11101000 | 1100001 | 10001010 | 0 | 111010 | 101001 | 1001 | 101010110 | 1001011 | 1000001 |
Color Harmonies of #E8618A
Complementary color
Monochromatic Colors of #E8618A
Black with #E8618A
Text Example
Text Example
White with #E8618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8618A; }
p { color: rgb(232,97,138); }
H1.HeaderClassName
{
color: #E8618A;
}
.AnyTagClassName
{
color: #E8618A;
}
</style>
background-color css
<style>
a { background-color: #E8618A; }
a { background-color: rgb(232,97,138); }
div.DivClassName
{
background-color: #E8618A;
}
.BgClassName
{
background-color: #E8618A;
}
</style>
border-color css
<style>
span { border-color: #E8618A; }
span { border-color: rgb(232,97,138); }
td.TdClassName
{
border-color: #E8618A;
}
.TagClassName
{
border-color: #E8618A;
}
</style>