COLOR #E07297

HEX: #E07297 RGB: (224,114,151)

Color info

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

RGB color model

#E07297 color RGB value is (224,114,151).

RGB: (224,114,151) (88%, 45%, 59%)

RGB channels and saturation

R 224 of 255 = 88%
G 114 of 255 = 45%
B 151 of 255 = 59%

224
114
151

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

Portions of RGB colors in percentages

R + G + B = 224 + 114 + 151 = 489 (100%)
R 224 of 489 ~ 45.81%
G 114 of 489 ~ 23.31%
B 151 of 489 ~ 30.88'%

%45.81
%23.31
%30.88

CMYK color model

#E07297 color CMYK value is (0,49,33,12).

  • cyan value is 0.00%
  • magenta value is 49.11%
  • yellow value is 32.59%
  • key color value is 12.16%

CMYK: (0,49,33,12)
C0M49Y33K12 (0%, 49%, 33%, 12%)
(0.00 / 0.49 / 0.33 / 0.12)

CMYK percentages

%0
%49.11
%32.59
%12.16

Codes

Color #E07297 in popluar color models

E0 72 97
RGB 224 114 151
HSL 340° 63.95% 66.27%
HSB/HSV 340° 49.11% 87.84%
CMYK 0.00% 49.11% 32.59%
12.16%

Color #E07297 in popluar number systems.

HEX E0 72 97
Decimal 224 114 151
Binary 11100000 1110010 10010111
Octal 340 162 227

Shades and tints

Shades of #E07297

#E07297
(224,114,151)
#CC688A
(204,104,138)
#B85E7D
(184,94,125)
#A45470
(164,84,112)
#904A63
(144,74,99)
#7C4056
(124,64,86)
#683649
(104,54,73)
#542C3C
(84,44,60)
#40222F
(64,34,47)
#2C1822
(44,24,34)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #E07297

#E07297
(224,114,151)
#E27EA0
(226,126,160)
#E48AA9
(228,138,169)
#E696B2
(230,150,178)
#E8A2BB
(232,162,187)
#EAAEC4
(234,174,196)
#ECBACD
(236,186,205)
#EEC6D6
(238,198,214)
#F0D2DF
(240,210,223)
#F2DEE8
(242,222,232)
#F4EAF1
(244,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07297 color. Also use rgb(224,114,151) instead hex code.

Text Font Color

.myTextColor { color: #E07297; }

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

This text font color is #E07297.

Background Color

.myBgColor { background-color: #E07297; }

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

This div background color is #E07297.

Border color

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

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

This div border color is #E07297.

Opacity

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

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

Text with #E07297 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 #E07297;}

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

This text has shadow with #E07297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E07297.

Preview

Color preview on black background

This text has color #E07297 on black background.


Color preview on white background

This text has color #E07297 on white background.


Black color preview on #E07297 background

This text has black color on #E07297 background.


White color preview on #E07297 background

This text has white color on #E07297 background.


Related colors

Complementary color

Complementary color for #hex is #1F8D68.


I love getcolorcode.com

Triadic colors

1 #97E072 and #7297E0 with #E07297 are triadic colors.

2 #9772E0 and #72E097 with #E07297 are triadic colors.