COLOR #E27C93

HEX: #E27C93
RGB: (226,124,147)

Color info

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

RGB color model

#E27C93 color RGB value is (226,124,147).

  • red value is 226;
  • green value is 124;
  • blue value is 147.
RGB:
(226,124,147)
(89%,49%,58%)

RGB channels and saturation

R 226 of 255 = 89%
G 124 of 255 = 49%
B 147 of 255 = 58%

226
124
147

R + G + B ~ 65%. #E27C93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 124 + 147 = 497 (100%)
R 226 of 497 ~ 45.47%
G 124 of 497 ~ 24.95%
B 147 of 497 ~ 29.58%

%45.47
%24.95
%29.58

CMYK color model

#E27C93 color CMYK value is (0,45,35,11).

  • cyan value is 0.00%
  • magenta value is 45.13%
  • yellow value is 34.96%
  • key color value is 11.37%
CMYK:
(0,45,35,11)
C0M45Y35K11 
(0%,45%,35%,11%)
(0.00/0.45/0.35/0.11)	

CMYK percentages

%0
%45.13
%34.96
%11.37

Codes

Color #E27C93 in popluar color models

E27C93
RGB226124147
HSL346°63.75%68.63%
HSB/HSV346°45.13%88.63%
CMYK0.00%45.13%34.96%
11.37%

Color #E27C93 in popluar number systems.

HEXE27C93
Decimal226124147
Binary11100010111110010010011
Octal342174223

Shades and tints

Shades of #E27C93

#E27C93
(226,124,147)
#CE7186
(206,113,134)
#BA6679
(186,102,121)
#A65B6C
(166,91,108)
#92505F
(146,80,95)
#7E4552
(126,69,82)
#6A3A45
(106,58,69)
#562F38
(86,47,56)
#42242B
(66,36,43)
#2E191E
(46,25,30)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #E27C93

#E27C93
(226,124,147)
#E4879C
(228,135,156)
#E692A5
(230,146,165)
#E89DAE
(232,157,174)
#EAA8B7
(234,168,183)
#ECB3C0
(236,179,192)
#EEBEC9
(238,190,201)
#F0C9D2
(240,201,210)
#F2D4DB
(242,212,219)
#F4DFE4
(244,223,228)
#F6EAED
(246,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E27C93 color. Also use rgb(226,124,147) instead hex code.

Text Font Color

.myTextColor { color: #E27C93; }

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

This text font color is #E27C93.


Background Color

.myBgColor { background-color: #E27C93; }

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

This div background color is #E27C93.


Border color

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

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

This div border color is #E27C93.


Opacity

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

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

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

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

This text has shadow with #E27C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E27C93 on black background.


Color preview on white background

This text has color #E27C93 on white background.



Black color preview on #E27C93 background

This text has black color on #E27C93 background.


White color preview on #E27C93 background

This text has white color on #E27C93 background.