COLOR #E1829A

HEX: #E1829A RGB: (225,130,154)

Color info

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

RGB color model

#E1829A color RGB value is (225,130,154).

RGB: (225,130,154) (88%, 51%, 60%)

RGB channels and saturation

R 225 of 255 = 88%
G 130 of 255 = 51%
B 154 of 255 = 60%

225
130
154

R + G + B ~ 66%. #E1829A is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 130 + 154 = 509 (100%)
R 225 of 509 ~ 44.2%
G 130 of 509 ~ 25.54%
B 154 of 509 ~ 30.26'%

%44.2
%25.54
%30.26

CMYK color model

#E1829A color CMYK value is (0,42,32,12).

  • cyan value is 0.00%
  • magenta value is 42.22%
  • yellow value is 31.56%
  • key color value is 11.76%

CMYK: (0,42,32,12)
C0M42Y32K12 (0%, 42%, 32%, 12%)
(0.00 / 0.42 / 0.32 / 0.12)

CMYK percentages

%0
%42.22
%31.56
%11.76

Codes

Color #E1829A in popluar color models

E1 82 9A
RGB 225 130 154
HSL 345° 61.29% 69.61%
HSB/HSV 345° 42.22% 88.24%
CMYK 0.00% 42.22% 31.56%
11.76%

Color #E1829A in popluar number systems.

HEX E1 82 9A
Decimal 225 130 154
Binary 11100001 10000010 10011010
Octal 341 202 232

Shades and tints

Shades of #E1829A

#E1829A
(225,130,154)
#CD778C
(205,119,140)
#B96C7E
(185,108,126)
#A56170
(165,97,112)
#915662
(145,86,98)
#7D4B54
(125,75,84)
#694046
(105,64,70)
#553538
(85,53,56)
#412A2A
(65,42,42)
#2D1F1C
(45,31,28)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #E1829A

#E1829A
(225,130,154)
#E38DA3
(227,141,163)
#E598AC
(229,152,172)
#E7A3B5
(231,163,181)
#E9AEBE
(233,174,190)
#EBB9C7
(235,185,199)
#EDC4D0
(237,196,208)
#EFCFD9
(239,207,217)
#F1DAE2
(241,218,226)
#F3E5EB
(243,229,235)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1829A color. Also use rgb(225,130,154) instead hex code.

Text Font Color

.myTextColor { color: #E1829A; }

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

This text font color is #E1829A.

Background Color

.myBgColor { background-color: #E1829A; }

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

This div background color is #E1829A.

Border color

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

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

This div border color is #E1829A.

Opacity

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

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

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

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

This text has shadow with #E1829A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1829A.

Preview

Color preview on black background

This text has color #E1829A on black background.


Color preview on white background

This text has color #E1829A on white background.


Black color preview on #E1829A background

This text has black color on #E1829A background.


White color preview on #E1829A background

This text has white color on #E1829A background.


Related colors

Complementary color

Complementary color for #hex is #1E7D65.


I love getcolorcode.com

Triadic colors

1 #9AE182 and #829AE1 with #E1829A are triadic colors.

2 #9A82E1 and #82E19A with #E1829A are triadic colors.