Shades of Deep Blush #E7618A
Tints of Deep Blush #E7618A
RGB
CMYK
RGB Variations
Color information
#E7618A (or 0xE7618A) is known color: Deep Blush. HEX triplet: E7, 61 and 8A. RGB value is (231,97,138). Sum of RGB (Red+Green+Blue) = 231+97+138=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E7618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7618A is #189E75. Grayscale: #8D8D8D. Windows color (decimal): -1613430 or 9069031. OLE color: 9069031.
HSL color Cylindrical-coordinate representation of color #E7618A: hue angle of 341.64º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7618A is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 138 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.09 |
| HSL | 341.64º | 0.74% | 0.64% | - |
| HSV(B) | 341.64º | 0.58% | 0.91% | - |
| XYZ | 41.82 | 27.37 | 27.12 | - |
| YUV | 141.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 138 | 0 | 0.58 | 0.40 | 0.09 | 341.64 | 0.74 | 0.64 |
| Hex | E7 | 61 | 8A | 0 | 3A | 28 | 9 | 156 | 4A | 40 |
| Octal | 347 | 141 | 212 | 0 | 72 | 50 | 11 | 526 | 112 | 100 |
| Binary | 11100111 | 1100001 | 10001010 | 0 | 111010 | 101000 | 1001 | 101010110 | 1001010 | 1000000 |
Color Harmonies of #E7618A
Complementary color
Monochromatic Colors of #E7618A
Black with #E7618A
Text Example
Text Example
White with #E7618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7618A; }
p { color: rgb(231,97,138); }
H1.HeaderClassName
{
color: #E7618A;
}
.AnyTagClassName
{
color: #E7618A;
}
</style>
background-color css
<style>
a { background-color: #E7618A; }
a { background-color: rgb(231,97,138); }
div.DivClassName
{
background-color: #E7618A;
}
.BgClassName
{
background-color: #E7618A;
}
</style>
border-color css
<style>
span { border-color: #E7618A; }
span { border-color: rgb(231,97,138); }
td.TdClassName
{
border-color: #E7618A;
}
.TagClassName
{
border-color: #E7618A;
}
</style>