COLOR #E1846C

HEX: #E1846C
RGB: (225,132,108)

Color info

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

RGB color model

#E1846C color RGB value is (225,132,108).

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

RGB channels and saturation

R 225 of 255 = 88%
G 132 of 255 = 52%
B 108 of 255 = 42%

225
132
108

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

Portions of RGB colors in percentages

R + G + B =
225 + 132 + 108 = 465 (100%)
R 225 of 465 ~ 48.39%
G 132 of 465 ~ 28.39%
B 108 of 465 ~ 23.23%

%48.39
%28.39
%23.23

CMYK color model

#E1846C color CMYK value is (0,41,52,12).

  • cyan value is 0.00%
  • magenta value is 41.33%
  • yellow value is 52.00%
  • key color value is 11.76%
CMYK:
(0,41,52,12)
C0M41Y52K12 
(0%,41%,52%,12%)
(0.00/0.41/0.52/0.12)	

CMYK percentages

%0
%41.33
%52
%11.76

Codes

Color #E1846C in popluar color models

E1846C
RGB225132108
HSL12°66.10%65.29%
HSB/HSV12°52.00%88.24%
CMYK0.00%41.33%52.00%
11.76%

Color #E1846C in popluar number systems.

HEXE1846C
Decimal225132108
Binary11100001100001001101100
Octal341204154

Shades and tints

Shades of #E1846C

#E1846C
(225,132,108)
#CD7863
(205,120,99)
#B96C5A
(185,108,90)
#A56051
(165,96,81)
#915448
(145,84,72)
#7D483F
(125,72,63)
#693C36
(105,60,54)
#55302D
(85,48,45)
#412424
(65,36,36)
#2D181B
(45,24,27)
#190C12
(25,12,18)
#000000
(0,0,0)

Tints of #E1846C

#E1846C
(225,132,108)
#E38F79
(227,143,121)
#E59A86
(229,154,134)
#E7A593
(231,165,147)
#E9B0A0
(233,176,160)
#EBBBAD
(235,187,173)
#EDC6BA
(237,198,186)
#EFD1C7
(239,209,199)
#F1DCD4
(241,220,212)
#F3E7E1
(243,231,225)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1846C; }

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

This text font color is #E1846C.


Background Color

.myBgColor { background-color: #E1846C; }

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

This div background color is #E1846C.


Border color

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

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

This div border color is #E1846C.


Opacity

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

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

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

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

This text has shadow with #E1846C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1846C on black background.


Color preview on white background

This text has color #E1846C on white background.



Black color preview on #E1846C background

This text has black color on #E1846C background.


White color preview on #E1846C background

This text has white color on #E1846C background.