COLOR #E0719C

HEX: #E0719C RGB: (224,113,156)

Color info

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

RGB color model

#E0719C color RGB value is (224,113,156).

RGB: (224,113,156) (88%, 44%, 61%)

RGB channels and saturation

R 224 of 255 = 88%
G 113 of 255 = 44%
B 156 of 255 = 61%

224
113
156

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

Portions of RGB colors in percentages

R + G + B = 224 + 113 + 156 = 493 (100%)
R 224 of 493 ~ 45.44%
G 113 of 493 ~ 22.92%
B 156 of 493 ~ 31.64'%

%45.44
%22.92
%31.64

CMYK color model

#E0719C color CMYK value is (0,50,30,12).

  • cyan value is 0.00%
  • magenta value is 49.55%
  • yellow value is 30.36%
  • key color value is 12.16%

CMYK: (0,50,30,12)
C0M50Y30K12 (0%, 50%, 30%, 12%)
(0.00 / 0.50 / 0.30 / 0.12)

CMYK percentages

%0
%49.55
%30.36
%12.16

Codes

Color #E0719C in popluar color models

E0 71 9C
RGB 224 113 156
HSL 337° 64.16% 66.08%
HSB/HSV 337° 49.55% 87.84%
CMYK 0.00% 49.55% 30.36%
12.16%

Color #E0719C in popluar number systems.

HEX E0 71 9C
Decimal 224 113 156
Binary 11100000 1110001 10011100
Octal 340 161 234

Shades and tints

Shades of #E0719C

#E0719C
(224,113,156)
#CC678E
(204,103,142)
#B85D80
(184,93,128)
#A45372
(164,83,114)
#904964
(144,73,100)
#7C3F56
(124,63,86)
#683548
(104,53,72)
#542B3A
(84,43,58)
#40212C
(64,33,44)
#2C171E
(44,23,30)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #E0719C

#E0719C
(224,113,156)
#E27DA5
(226,125,165)
#E489AE
(228,137,174)
#E695B7
(230,149,183)
#E8A1C0
(232,161,192)
#EAADC9
(234,173,201)
#ECB9D2
(236,185,210)
#EEC5DB
(238,197,219)
#F0D1E4
(240,209,228)
#F2DDED
(242,221,237)
#F4E9F6
(244,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0719C color. Also use rgb(224,113,156) instead hex code.

Text Font Color

.myTextColor { color: #E0719C; }

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

This text font color is #E0719C.

Background Color

.myBgColor { background-color: #E0719C; }

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

This div background color is #E0719C.

Border color

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

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

This div border color is #E0719C.

Opacity

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

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

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

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

This text has shadow with #E0719C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0719C.

Preview

Color preview on black background

This text has color #E0719C on black background.


Color preview on white background

This text has color #E0719C on white background.


Black color preview on #E0719C background

This text has black color on #E0719C background.


White color preview on #E0719C background

This text has white color on #E0719C background.


Related colors

Complementary color

Complementary color for #hex is #1F8E63.


I love getcolorcode.com

Triadic colors

1 #9CE071 and #719CE0 with #E0719C are triadic colors.

2 #9C71E0 and #71E09C with #E0719C are triadic colors.