COLOR #E27EAE

HEX: #E27EAE
RGB: (226,126,174)

Color info

#E27EAE contains mainly red and blue colors. Web safe color of #E27EAE is #CC6699 (or #C69).

RGB color model

#E27EAE color RGB value is (226,126,174).

  • red value is 226;
  • green value is 126;
  • blue value is 174.
RGB:
(226,126,174)
(89%,49%,68%)

RGB channels and saturation

R 226 of 255 = 89%
G 126 of 255 = 49%
B 174 of 255 = 68%

226
126
174

R + G + B ~ 69%. #E27EAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 126 + 174 = 526 (100%)
R 226 of 526 ~ 42.97%
G 126 of 526 ~ 23.95%
B 174 of 526 ~ 33.08%

%42.97
%23.95
%33.08

CMYK color model

#E27EAE color CMYK value is (0,44,23,11).

  • cyan value is 0.00%
  • magenta value is 44.25%
  • yellow value is 23.01%
  • key color value is 11.37%
CMYK:
(0,44,23,11)
C0M44Y23K11 
(0%,44%,23%,11%)
(0.00/0.44/0.23/0.11)	

CMYK percentages

%0
%44.25
%23.01
%11.37

Codes

Color #E27EAE in popluar color models

E27EAE
RGB226126174
HSL331°63.29%69.02%
HSB/HSV331°44.25%88.63%
CMYK0.00%44.25%23.01%
11.37%

Color #E27EAE in popluar number systems.

HEXE27EAE
Decimal226126174
Binary11100010111111010101110
Octal342176256

Shades and tints

Shades of #E27EAE

#E27EAE
(226,126,174)
#CE739F
(206,115,159)
#BA6890
(186,104,144)
#A65D81
(166,93,129)
#925272
(146,82,114)
#7E4763
(126,71,99)
#6A3C54
(106,60,84)
#563145
(86,49,69)
#422636
(66,38,54)
#2E1B27
(46,27,39)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #E27EAE

#E27EAE
(226,126,174)
#E489B5
(228,137,181)
#E694BC
(230,148,188)
#E89FC3
(232,159,195)
#EAAACA
(234,170,202)
#ECB5D1
(236,181,209)
#EEC0D8
(238,192,216)
#F0CBDF
(240,203,223)
#F2D6E6
(242,214,230)
#F4E1ED
(244,225,237)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E27EAE color. Also use rgb(226,126,174) instead hex code.

Text Font Color

.myTextColor { color: #E27EAE; }

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

This text font color is #E27EAE.


Background Color

.myBgColor { background-color: #E27EAE; }

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

This div background color is #E27EAE.


Border color

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

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

This div border color is #E27EAE.


Opacity

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

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

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

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

This text has shadow with #E27EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E27EAE on black background.


Color preview on white background

This text has color #E27EAE on white background.



Black color preview on #E27EAE background

This text has black color on #E27EAE background.


White color preview on #E27EAE background

This text has white color on #E27EAE background.