COLOR #E1946D

HEX: #E1946D RGB: (225,148,109)

Color info

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

RGB color model

#E1946D color RGB value is (225,148,109).

RGB: (225,148,109) (88%, 58%, 43%)

RGB channels and saturation

R 225 of 255 = 88%
G 148 of 255 = 58%
B 109 of 255 = 43%

225
148
109

R + G + B ~ 63%. #E1946D is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 148 + 109 = 482 (100%)
R 225 of 482 ~ 46.68%
G 148 of 482 ~ 30.71%
B 109 of 482 ~ 22.61'%

%46.68
%30.71
%22.61

CMYK color model

#E1946D color CMYK value is (0,34,52,12).

  • cyan value is 0.00%
  • magenta value is 34.22%
  • yellow value is 51.56%
  • key color value is 11.76%

CMYK: (0,34,52,12)
C0M34Y52K12 (0%, 34%, 52%, 12%)
(0.00 / 0.34 / 0.52 / 0.12)

CMYK percentages

%0
%34.22
%51.56
%11.76

Codes

Color #E1946D in popluar color models

E1 94 6D
RGB 225 148 109
HSL 20° 65.91% 65.49%
HSB/HSV 20° 51.56% 88.24%
CMYK 0.00% 34.22% 51.56%
11.76%

Color #E1946D in popluar number systems.

HEX E1 94 6D
Decimal 225 148 109
Binary 11100001 10010100 1101101
Octal 341 224 155

Shades and tints

Shades of #E1946D

#E1946D
(225,148,109)
#CD8764
(205,135,100)
#B97A5B
(185,122,91)
#A56D52
(165,109,82)
#916049
(145,96,73)
#7D5340
(125,83,64)
#694637
(105,70,55)
#55392E
(85,57,46)
#412C25
(65,44,37)
#2D1F1C
(45,31,28)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #E1946D

#E1946D
(225,148,109)
#E39D7A
(227,157,122)
#E5A687
(229,166,135)
#E7AF94
(231,175,148)
#E9B8A1
(233,184,161)
#EBC1AE
(235,193,174)
#EDCABB
(237,202,187)
#EFD3C8
(239,211,200)
#F1DCD5
(241,220,213)
#F3E5E2
(243,229,226)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1946D color. Also use rgb(225,148,109) instead hex code.

Text Font Color

.myTextColor { color: #E1946D; }

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

This text font color is #E1946D.

Background Color

.myBgColor { background-color: #E1946D; }

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

This div background color is #E1946D.

Border color

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

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

This div border color is #E1946D.

Opacity

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

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

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

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

This text has shadow with #E1946D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1946D.

Preview

Color preview on black background

This text has color #E1946D on black background.


Color preview on white background

This text has color #E1946D on white background.


Black color preview on #E1946D background

This text has black color on #E1946D background.


White color preview on #E1946D background

This text has white color on #E1946D background.


Related colors

Complementary color

Complementary color for #hex is #1E6B92.


I love getcolorcode.com

Triadic colors

1 #6DE194 and #946DE1 with #E1946D are triadic colors.

2 #6D94E1 and #94E16D with #E1946D are triadic colors.