COLOR #E47292

HEX: #E47292
RGB: (228,114,146)

Color info

#E47292 contains mainly red color. Web safe color of #E47292 is #CC6699 (or #C69).

RGB color model

#E47292 color RGB value is (228,114,146).

  • red value is 228;
  • green value is 114;
  • blue value is 146.
RGB:
(228,114,146)
(89%,45%,57%)

RGB channels and saturation

R 228 of 255 = 89%
G 114 of 255 = 45%
B 146 of 255 = 57%

228
114
146

R + G + B ~ 64%. #E47292 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 114 + 146 = 488 (100%)
R 228 of 488 ~ 46.72%
G 114 of 488 ~ 23.36%
B 146 of 488 ~ 29.92%

%46.72
%23.36
%29.92

CMYK color model

#E47292 color CMYK value is (0,50,36,11).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 35.96%
  • key color value is 10.59%
CMYK:
(0,50,36,11)
C0M50Y36K11 
(0%,50%,36%,11%)
(0.00/0.50/0.36/0.11)	

CMYK percentages

%0
%50
%35.96
%10.59

Codes

Color #E47292 in popluar color models

E47292
RGB228114146
HSL343°67.86%67.06%
HSB/HSV343°50.00%89.41%
CMYK0.00%50.00%35.96%
10.59%

Color #E47292 in popluar number systems.

HEXE47292
Decimal228114146
Binary11100100111001010010010
Octal344162222

Shades and tints

Shades of #E47292

#E47292
(228,114,146)
#D06885
(208,104,133)
#BC5E78
(188,94,120)
#A8546B
(168,84,107)
#944A5E
(148,74,94)
#804051
(128,64,81)
#6C3644
(108,54,68)
#582C37
(88,44,55)
#44222A
(68,34,42)
#30181D
(48,24,29)
#1C0E10
(28,14,16)
#000000
(0,0,0)

Tints of #E47292

#E47292
(228,114,146)
#E67E9B
(230,126,155)
#E88AA4
(232,138,164)
#EA96AD
(234,150,173)
#ECA2B6
(236,162,182)
#EEAEBF
(238,174,191)
#F0BAC8
(240,186,200)
#F2C6D1
(242,198,209)
#F4D2DA
(244,210,218)
#F6DEE3
(246,222,227)
#F8EAEC
(248,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47292 color. Also use rgb(228,114,146) instead hex code.

Text Font Color

.myTextColor { color: #E47292; }

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

This text font color is #E47292.


Background Color

.myBgColor { background-color: #E47292; }

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

This div background color is #E47292.


Border color

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

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

This div border color is #E47292.


Opacity

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

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

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

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

This text has shadow with #E47292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47292 on black background.


Color preview on white background

This text has color #E47292 on white background.



Black color preview on #E47292 background

This text has black color on #E47292 background.


White color preview on #E47292 background

This text has white color on #E47292 background.