COLOR #E0729B

HEX: #E0729B
RGB: (224,114,155)

Color info

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

RGB color model

#E0729B color RGB value is (224,114,155).

  • red value is 224;
  • green value is 114;
  • blue value is 155.
RGB:
(224,114,155)
(88%,45%,61%)

RGB channels and saturation

R 224 of 255 = 88%
G 114 of 255 = 45%
B 155 of 255 = 61%

224
114
155

R + G + B ~ 65%. #E0729B is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 114 + 155 = 493 (100%)
R 224 of 493 ~ 45.44%
G 114 of 493 ~ 23.12%
B 155 of 493 ~ 31.44%

%45.44
%23.12
%31.44

CMYK color model

#E0729B color CMYK value is (0,49,31,12).

  • cyan value is 0.00%
  • magenta value is 49.11%
  • yellow value is 30.80%
  • key color value is 12.16%
CMYK:
(0,49,31,12)
C0M49Y31K12 
(0%,49%,31%,12%)
(0.00/0.49/0.31/0.12)	

CMYK percentages

%0
%49.11
%30.8
%12.16

Codes

Color #E0729B in popluar color models

E0729B
RGB224114155
HSL338°63.95%66.27%
HSB/HSV338°49.11%87.84%
CMYK0.00%49.11%30.80%
12.16%

Color #E0729B in popluar number systems.

HEXE0729B
Decimal224114155
Binary11100000111001010011011
Octal340162233

Shades and tints

Shades of #E0729B

#E0729B
(224,114,155)
#CC688D
(204,104,141)
#B85E7F
(184,94,127)
#A45471
(164,84,113)
#904A63
(144,74,99)
#7C4055
(124,64,85)
#683647
(104,54,71)
#542C39
(84,44,57)
#40222B
(64,34,43)
#2C181D
(44,24,29)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #E0729B

#E0729B
(224,114,155)
#E27EA4
(226,126,164)
#E48AAD
(228,138,173)
#E696B6
(230,150,182)
#E8A2BF
(232,162,191)
#EAAEC8
(234,174,200)
#ECBAD1
(236,186,209)
#EEC6DA
(238,198,218)
#F0D2E3
(240,210,227)
#F2DEEC
(242,222,236)
#F4EAF5
(244,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0729B; }

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

This text font color is #E0729B.


Background Color

.myBgColor { background-color: #E0729B; }

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

This div background color is #E0729B.


Border color

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

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

This div border color is #E0729B.


Opacity

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

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

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

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

This text has shadow with #E0729B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0729B on black background.


Color preview on white background

This text has color #E0729B on white background.



Black color preview on #E0729B background

This text has black color on #E0729B background.


White color preview on #E0729B background

This text has white color on #E0729B background.