COLOR #E1846E

HEX: #E1846E
RGB: (225,132,110)

Color info

#E1846E contains mainly red color. Web safe color of #E1846E is #CC9966 (or #C96).

RGB color model

#E1846E color RGB value is (225,132,110).

  • red value is 225;
  • green value is 132;
  • blue value is 110.
RGB:
(225,132,110)
(88%,52%,43%)

RGB channels and saturation

R 225 of 255 = 88%
G 132 of 255 = 52%
B 110 of 255 = 43%

225
132
110

R + G + B ~ 61%. #E1846E is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 132 + 110 = 467 (100%)
R 225 of 467 ~ 48.18%
G 132 of 467 ~ 28.27%
B 110 of 467 ~ 23.55%

%48.18
%28.27
%23.55

CMYK color model

#E1846E color CMYK value is (0,41,51,12).

  • cyan value is 0.00%
  • magenta value is 41.33%
  • yellow value is 51.11%
  • key color value is 11.76%
CMYK:
(0,41,51,12)
C0M41Y51K12 
(0%,41%,51%,12%)
(0.00/0.41/0.51/0.12)	

CMYK percentages

%0
%41.33
%51.11
%11.76

Codes

Color #E1846E in popluar color models

E1846E
RGB225132110
HSL11°65.71%65.69%
HSB/HSV11°51.11%88.24%
CMYK0.00%41.33%51.11%
11.76%

Color #E1846E in popluar number systems.

HEXE1846E
Decimal225132110
Binary11100001100001001101110
Octal341204156

Shades and tints

Shades of #E1846E

#E1846E
(225,132,110)
#CD7864
(205,120,100)
#B96C5A
(185,108,90)
#A56050
(165,96,80)
#915446
(145,84,70)
#7D483C
(125,72,60)
#693C32
(105,60,50)
#553028
(85,48,40)
#41241E
(65,36,30)
#2D1814
(45,24,20)
#190C0A
(25,12,10)
#000000
(0,0,0)

Tints of #E1846E

#E1846E
(225,132,110)
#E38F7B
(227,143,123)
#E59A88
(229,154,136)
#E7A595
(231,165,149)
#E9B0A2
(233,176,162)
#EBBBAF
(235,187,175)
#EDC6BC
(237,198,188)
#EFD1C9
(239,209,201)
#F1DCD6
(241,220,214)
#F3E7E3
(243,231,227)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1846E color. Also use rgb(225,132,110) instead hex code.

Text Font Color

.myTextColor { color: #E1846E; }

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

This text font color is #E1846E.


Background Color

.myBgColor { background-color: #E1846E; }

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

This div background color is #E1846E.


Border color

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

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

This div border color is #E1846E.


Opacity

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

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

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

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

This text has shadow with #E1846E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1846E on black background.


Color preview on white background

This text has color #E1846E on white background.



Black color preview on #E1846E background

This text has black color on #E1846E background.


White color preview on #E1846E background

This text has white color on #E1846E background.