COLOR #E3829C

HEX: #E3829C RGB: (227,130,156)

Color info

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

RGB color model

#E3829C color RGB value is (227,130,156).

RGB: (227,130,156) (89%, 51%, 61%)

RGB channels and saturation

R 227 of 255 = 89%
G 130 of 255 = 51%
B 156 of 255 = 61%

227
130
156

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

Portions of RGB colors in percentages

R + G + B = 227 + 130 + 156 = 513 (100%)
R 227 of 513 ~ 44.25%
G 130 of 513 ~ 25.34%
B 156 of 513 ~ 30.41'%

%44.25
%25.34
%30.41

CMYK color model

#E3829C color CMYK value is (0,43,31,11).

  • cyan value is 0.00%
  • magenta value is 42.73%
  • yellow value is 31.28%
  • key color value is 10.98%

CMYK: (0,43,31,11)
C0M43Y31K11 (0%, 43%, 31%, 11%)
(0.00 / 0.43 / 0.31 / 0.11)

CMYK percentages

%0
%42.73
%31.28
%10.98

Codes

Color #E3829C in popluar color models

E3 82 9C
RGB 227 130 156
HSL 344° 63.40% 70.00%
HSB/HSV 344° 42.73% 89.02%
CMYK 0.00% 42.73% 31.28%
10.98%

Color #E3829C in popluar number systems.

HEX E3 82 9C
Decimal 227 130 156
Binary 11100011 10000010 10011100
Octal 343 202 234

Shades and tints

Shades of #E3829C

#E3829C
(227,130,156)
#CF778E
(207,119,142)
#BB6C80
(187,108,128)
#A76172
(167,97,114)
#935664
(147,86,100)
#7F4B56
(127,75,86)
#6B4048
(107,64,72)
#57353A
(87,53,58)
#432A2C
(67,42,44)
#2F1F1E
(47,31,30)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #E3829C

#E3829C
(227,130,156)
#E58DA5
(229,141,165)
#E798AE
(231,152,174)
#E9A3B7
(233,163,183)
#EBAEC0
(235,174,192)
#EDB9C9
(237,185,201)
#EFC4D2
(239,196,210)
#F1CFDB
(241,207,219)
#F3DAE4
(243,218,228)
#F5E5ED
(245,229,237)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3829C color. Also use rgb(227,130,156) instead hex code.

Text Font Color

.myTextColor { color: #E3829C; }

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

This text font color is #E3829C.

Background Color

.myBgColor { background-color: #E3829C; }

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

This div background color is #E3829C.

Border color

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

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

This div border color is #E3829C.

Opacity

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

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

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

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

This text has shadow with #E3829C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3829C.

Preview

Color preview on black background

This text has color #E3829C on black background.


Color preview on white background

This text has color #E3829C on white background.


Black color preview on #E3829C background

This text has black color on #E3829C background.


White color preview on #E3829C background

This text has white color on #E3829C background.


Related colors

Complementary color

Complementary color for #hex is #1C7D63.


I love getcolorcode.com

Triadic colors

1 #9CE382 and #829CE3 with #E3829C are triadic colors.

2 #9C82E3 and #82E39C with #E3829C are triadic colors.