COLOR #E07496

HEX: #E07496
RGB: (224,116,150)

Color info

#E07496 contains mainly red color. Web safe color of #E07496 is #CC6699 (or #C69).

RGB color model

#E07496 color RGB value is (224,116,150).

  • red value is 224;
  • green value is 116;
  • blue value is 150.
RGB:
(224,116,150)
(88%,45%,59%)

RGB channels and saturation

R 224 of 255 = 88%
G 116 of 255 = 45%
B 150 of 255 = 59%

224
116
150

R + G + B ~ 64%. #E07496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 116 + 150 = 490 (100%)
R 224 of 490 ~ 45.71%
G 116 of 490 ~ 23.67%
B 150 of 490 ~ 30.61%

%45.71
%23.67
%30.61

CMYK color model

#E07496 color CMYK value is (0,48,33,12).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 33.04%
  • key color value is 12.16%
CMYK:
(0,48,33,12)
C0M48Y33K12 
(0%,48%,33%,12%)
(0.00/0.48/0.33/0.12)	

CMYK percentages

%0
%48.21
%33.04
%12.16

Codes

Color #E07496 in popluar color models

E07496
RGB224116150
HSL341°63.53%66.67%
HSB/HSV341°48.21%87.84%
CMYK0.00%48.21%33.04%
12.16%

Color #E07496 in popluar number systems.

HEXE07496
Decimal224116150
Binary11100000111010010010110
Octal340164226

Shades and tints

Shades of #E07496

#E07496
(224,116,150)
#CC6A89
(204,106,137)
#B8607C
(184,96,124)
#A4566F
(164,86,111)
#904C62
(144,76,98)
#7C4255
(124,66,85)
#683848
(104,56,72)
#542E3B
(84,46,59)
#40242E
(64,36,46)
#2C1A21
(44,26,33)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #E07496

#E07496
(224,116,150)
#E2809F
(226,128,159)
#E48CA8
(228,140,168)
#E698B1
(230,152,177)
#E8A4BA
(232,164,186)
#EAB0C3
(234,176,195)
#ECBCCC
(236,188,204)
#EEC8D5
(238,200,213)
#F0D4DE
(240,212,222)
#F2E0E7
(242,224,231)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07496 color. Also use rgb(224,116,150) instead hex code.

Text Font Color

.myTextColor { color: #E07496; }

<p style="color:#E07496">This sample text font color is #E07496.</p>

This text font color is #E07496.


Background Color

.myBgColor { background-color: #E07496; }

<div style="background-color:#E07496">Inner text</div>

This div background color is #E07496.


Border color

.myBorderColor { border: 1px solid #E07496; }

<div style="border:3px solid #E07496">Div</div>

This div border color is #E07496.


Opacity

.myOpacity80 { color: #E07496; opacity: 0.8; }

<p style="color:#E07496;opacity:0.8;">80%</p>

Text with #E07496 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E07496;}

<p style="text-shadow: 3px 3px 1px #E07496">Text here.</p>

This text has shadow with #E07496 color.

.textShadow {text-shadow: 3px 3px 1px #E07496, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E07496, 5px 5px 20px red">Text here.</p>

This text has shadow with #E07496 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E07496, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E07496, Direction=45, Strength=4)">Text</p>

This text has shadow with #E07496 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E07496;
  -webkit-box-shadow:	1px 1px 3px 2px #E07496;
  box-shadow:		1px 1px 3px 2px #E07496;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E07496;
-webkit-box-shadow: 1px 1px 3px 2px #E07496;
box-shadow:1px 1px 3px 2px #E07496;">
Div content here</div>
This div box has shadow with color #E07496.

Preview

Color preview on black background

This text has color #E07496 on black background.


Color preview on white background

This text has color #E07496 on white background.



Black color preview on #E07496 background

This text has black color on #E07496 background.


White color preview on #E07496 background

This text has white color on #E07496 background.