Shades of Deep Blush #E2618A
Tints of Deep Blush #E2618A
RGB
CMYK
RGB Variations
Color information
#E2618A (or 0xE2618A) is known color: Deep Blush. HEX triplet: E2, 61 and 8A. RGB value is (226,97,138). Sum of RGB (Red+Green+Blue) = 226+97+138=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E2618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2618A is #1D9E75. Grayscale: #8C8C8C. Windows color (decimal): -1941110 or 9069026. OLE color: 9069026.
HSL color Cylindrical-coordinate representation of color #E2618A: hue angle of 340.93º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2618A is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 138 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.11 |
| HSL | 340.93º | 0.69% | 0.63% | - |
| HSV(B) | 340.93º | 0.57% | 0.89% | - |
| XYZ | 40.23 | 26.55 | 27.05 | - |
| YUV | 140.25 | 126.74 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 138 | 0 | 0.57 | 0.39 | 0.11 | 340.93 | 0.69 | 0.63 |
| Hex | E2 | 61 | 8A | 0 | 39 | 27 | B | 155 | 45 | 3F |
| Octal | 342 | 141 | 212 | 0 | 71 | 47 | 13 | 525 | 105 | 77 |
| Binary | 11100010 | 1100001 | 10001010 | 0 | 111001 | 100111 | 1011 | 101010101 | 1000101 | 111111 |
Color Harmonies of #E2618A
Complementary color
Monochromatic Colors of #E2618A
Black with #E2618A
Text Example
Text Example
White with #E2618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2618A; }
p { color: rgb(226,97,138); }
H1.HeaderClassName
{
color: #E2618A;
}
.AnyTagClassName
{
color: #E2618A;
}
</style>
background-color css
<style>
a { background-color: #E2618A; }
a { background-color: rgb(226,97,138); }
div.DivClassName
{
background-color: #E2618A;
}
.BgClassName
{
background-color: #E2618A;
}
</style>
border-color css
<style>
span { border-color: #E2618A; }
span { border-color: rgb(226,97,138); }
td.TdClassName
{
border-color: #E2618A;
}
.TagClassName
{
border-color: #E2618A;
}
</style>