COLOR #E182B4

HEX: #E182B4 RGB: (225,130,180)

Color info

#E182B4 contains mainly red and blue colors. Web safe color of #E182B4 is #CC99CC (or #C9C).

RGB color model

#E182B4 color RGB value is (225,130,180).

RGB: (225,130,180) (88%, 51%, 71%)

RGB channels and saturation

R 225 of 255 = 88%
G 130 of 255 = 51%
B 180 of 255 = 71%

225
130
180

R + G + B ~ 70%. #E182B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 130 + 180 = 535 (100%)
R 225 of 535 ~ 42.06%
G 130 of 535 ~ 24.3%
B 180 of 535 ~ 33.64'%

%42.06
%24.3
%33.64

CMYK color model

#E182B4 color CMYK value is (0,42,20,12).

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

CMYK: (0,42,20,12)
C0M42Y20K12 (0%, 42%, 20%, 12%)
(0.00 / 0.42 / 0.20 / 0.12)

CMYK percentages

%0
%42.22
%20
%11.76

Codes

Color #E182B4 in popluar color models

E1 82 B4
RGB 225 130 180
HSL 328° 61.29% 69.61%
HSB/HSV 328° 42.22% 88.24%
CMYK 0.00% 42.22% 20.00%
11.76%

Color #E182B4 in popluar number systems.

HEX E1 82 B4
Decimal 225 130 180
Binary 11100001 10000010 10110100
Octal 341 202 264

Shades and tints

Shades of #E182B4

#E182B4
(225,130,180)
#CD77A4
(205,119,164)
#B96C94
(185,108,148)
#A56184
(165,97,132)
#915674
(145,86,116)
#7D4B64
(125,75,100)
#694054
(105,64,84)
#553544
(85,53,68)
#412A34
(65,42,52)
#2D1F24
(45,31,36)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #E182B4

#E182B4
(225,130,180)
#E38DBA
(227,141,186)
#E598C0
(229,152,192)
#E7A3C6
(231,163,198)
#E9AECC
(233,174,204)
#EBB9D2
(235,185,210)
#EDC4D8
(237,196,216)
#EFCFDE
(239,207,222)
#F1DAE4
(241,218,228)
#F3E5EA
(243,229,234)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E182B4; }

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

This text font color is #E182B4.

Background Color

.myBgColor { background-color: #E182B4; }

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

This div background color is #E182B4.

Border color

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

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

This div border color is #E182B4.

Opacity

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

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

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

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

This text has shadow with #E182B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E182B4.

Preview

Color preview on black background

This text has color #E182B4 on black background.


Color preview on white background

This text has color #E182B4 on white background.


Black color preview on #E182B4 background

This text has black color on #E182B4 background.


White color preview on #E182B4 background

This text has white color on #E182B4 background.


Related colors

Complementary color

Complementary color for #hex is #1E7D4B.


I love getcolorcode.com

Triadic colors

1 #B4E182 and #82B4E1 with #E182B4 are triadic colors.

2 #B482E1 and #82E1B4 with #E182B4 are triadic colors.