COLOR #E0819C

HEX: #E0819C RGB: (224,129,156)

Color info

#E0819C contains mainly red color. Web safe color of #E0819C is #CC9999 (or #C99).

RGB color model

#E0819C color RGB value is (224,129,156).

RGB: (224,129,156) (88%, 51%, 61%)

RGB channels and saturation

R 224 of 255 = 88%
G 129 of 255 = 51%
B 156 of 255 = 61%

224
129
156

R + G + B ~ 67%. #E0819C is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 129 + 156 = 509 (100%)
R 224 of 509 ~ 44.01%
G 129 of 509 ~ 25.34%
B 156 of 509 ~ 30.65'%

%44.01
%25.34
%30.65

CMYK color model

#E0819C color CMYK value is (0,42,30,12).

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

CMYK: (0,42,30,12)
C0M42Y30K12 (0%, 42%, 30%, 12%)
(0.00 / 0.42 / 0.30 / 0.12)

CMYK percentages

%0
%42.41
%30.36
%12.16

Codes

Color #E0819C in popluar color models

E0 81 9C
RGB 224 129 156
HSL 343° 60.51% 69.22%
HSB/HSV 343° 42.41% 87.84%
CMYK 0.00% 42.41% 30.36%
12.16%

Color #E0819C in popluar number systems.

HEX E0 81 9C
Decimal 224 129 156
Binary 11100000 10000001 10011100
Octal 340 201 234

Shades and tints

Shades of #E0819C

#E0819C
(224,129,156)
#CC768E
(204,118,142)
#B86B80
(184,107,128)
#A46072
(164,96,114)
#905564
(144,85,100)
#7C4A56
(124,74,86)
#683F48
(104,63,72)
#54343A
(84,52,58)
#40292C
(64,41,44)
#2C1E1E
(44,30,30)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #E0819C

#E0819C
(224,129,156)
#E28CA5
(226,140,165)
#E497AE
(228,151,174)
#E6A2B7
(230,162,183)
#E8ADC0
(232,173,192)
#EAB8C9
(234,184,201)
#ECC3D2
(236,195,210)
#EECEDB
(238,206,219)
#F0D9E4
(240,217,228)
#F2E4ED
(242,228,237)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0819C; }

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

This text font color is #E0819C.

Background Color

.myBgColor { background-color: #E0819C; }

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

This div background color is #E0819C.

Border color

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

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

This div border color is #E0819C.

Opacity

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

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

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

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

This text has shadow with #E0819C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0819C.

Preview

Color preview on black background

This text has color #E0819C on black background.


Color preview on white background

This text has color #E0819C on white background.


Black color preview on #E0819C background

This text has black color on #E0819C background.


White color preview on #E0819C background

This text has white color on #E0819C background.


Related colors

Complementary color

Complementary color for #hex is #1F7E63.


I love getcolorcode.com

Triadic colors

1 #9CE081 and #819CE0 with #E0819C are triadic colors.

2 #9C81E0 and #81E09C with #E0819C are triadic colors.