COLOR #E1A1B6

HEX: #E1A1B6
RGB: (225,161,182)

Color info

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

RGB color model

#E1A1B6 color RGB value is (225,161,182).

  • red value is 225;
  • green value is 161;
  • blue value is 182.
RGB:
(225,161,182)
(88%,63%,71%)

RGB channels and saturation

R 225 of 255 = 88%
G 161 of 255 = 63%
B 182 of 255 = 71%

225
161
182

R + G + B ~ 74%. #E1A1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 161 + 182 = 568 (100%)
R 225 of 568 ~ 39.61%
G 161 of 568 ~ 28.35%
B 182 of 568 ~ 32.04%

%39.61
%28.35
%32.04

CMYK color model

#E1A1B6 color CMYK value is (0,28,19,12).

  • cyan value is 0.00%
  • magenta value is 28.44%
  • yellow value is 19.11%
  • key color value is 11.76%
CMYK:
(0,28,19,12)
C0M28Y19K12 
(0%,28%,19%,12%)
(0.00/0.28/0.19/0.12)	

CMYK percentages

%0
%28.44
%19.11
%11.76

Codes

Color #E1A1B6 in popluar color models

E1A1B6
RGB225161182
HSL340°51.61%75.69%
HSB/HSV340°28.44%88.24%
CMYK0.00%28.44%19.11%
11.76%

Color #E1A1B6 in popluar number systems.

HEXE1A1B6
Decimal225161182
Binary111000011010000110110110
Octal341241266

Shades and tints

Shades of #E1A1B6

#E1A1B6
(225,161,182)
#CD93A6
(205,147,166)
#B98596
(185,133,150)
#A57786
(165,119,134)
#916976
(145,105,118)
#7D5B66
(125,91,102)
#694D56
(105,77,86)
#553F46
(85,63,70)
#413136
(65,49,54)
#2D2326
(45,35,38)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #E1A1B6

#E1A1B6
(225,161,182)
#E3A9BC
(227,169,188)
#E5B1C2
(229,177,194)
#E7B9C8
(231,185,200)
#E9C1CE
(233,193,206)
#EBC9D4
(235,201,212)
#EDD1DA
(237,209,218)
#EFD9E0
(239,217,224)
#F1E1E6
(241,225,230)
#F3E9EC
(243,233,236)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A1B6 color. Also use rgb(225,161,182) instead hex code.

Text Font Color

.myTextColor { color: #E1A1B6; }

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

This text font color is #E1A1B6.


Background Color

.myBgColor { background-color: #E1A1B6; }

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

This div background color is #E1A1B6.


Border color

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

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

This div border color is #E1A1B6.


Opacity

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

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

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

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

This text has shadow with #E1A1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A1B6 on black background.


Color preview on white background

This text has color #E1A1B6 on white background.



Black color preview on #E1A1B6 background

This text has black color on #E1A1B6 background.


White color preview on #E1A1B6 background

This text has white color on #E1A1B6 background.