COLOR #E2637F

HEX: #E2637F
RGB: (226,99,127)

Color info

#E2637F contains mainly red color. Web safe color of #E2637F is #CC6666 (or #C66).

RGB color model

#E2637F color RGB value is (226,99,127).

  • red value is 226;
  • green value is 99;
  • blue value is 127.
RGB:
(226,99,127)
(89%,39%,50%)

RGB channels and saturation

R 226 of 255 = 89%
G 99 of 255 = 39%
B 127 of 255 = 50%

226
99
127

R + G + B ~ 59%. #E2637F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
226 + 99 + 127 = 452 (100%)
R 226 of 452 ~ 50%
G 99 of 452 ~ 21.9%
B 127 of 452 ~ 28.1%

%50
%21.9
%28.1

CMYK color model

#E2637F color CMYK value is (0,56,44,11).

  • cyan value is 0.00%
  • magenta value is 56.19%
  • yellow value is 43.81%
  • key color value is 11.37%
CMYK:
(0,56,44,11)
C0M56Y44K11 
(0%,56%,44%,11%)
(0.00/0.56/0.44/0.11)	

CMYK percentages

%0
%56.19
%43.81
%11.37

Codes

Color #E2637F in popluar color models

E2637F
RGB22699127
HSL347°68.65%63.73%
HSB/HSV347°56.19%88.63%
CMYK0.00%56.19%43.81%
11.37%

Color #E2637F in popluar number systems.

HEXE2637F
Decimal22699127
Binary1110001011000111111111
Octal342143177

Shades and tints

Shades of #E2637F

#E2637F
(226,99,127)
#CE5A74
(206,90,116)
#BA5169
(186,81,105)
#A6485E
(166,72,94)
#923F53
(146,63,83)
#7E3648
(126,54,72)
#6A2D3D
(106,45,61)
#562432
(86,36,50)
#421B27
(66,27,39)
#2E121C
(46,18,28)
#1A0911
(26,9,17)
#000000
(0,0,0)

Tints of #E2637F

#E2637F
(226,99,127)
#E4718A
(228,113,138)
#E67F95
(230,127,149)
#E88DA0
(232,141,160)
#EA9BAB
(234,155,171)
#ECA9B6
(236,169,182)
#EEB7C1
(238,183,193)
#F0C5CC
(240,197,204)
#F2D3D7
(242,211,215)
#F4E1E2
(244,225,226)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2637F color. Also use rgb(226,99,127) instead hex code.

Text Font Color

.myTextColor { color: #E2637F; }

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

This text font color is #E2637F.


Background Color

.myBgColor { background-color: #E2637F; }

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

This div background color is #E2637F.


Border color

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

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

This div border color is #E2637F.


Opacity

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

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

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

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

This text has shadow with #E2637F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2637F on black background.


Color preview on white background

This text has color #E2637F on white background.



Black color preview on #E2637F background

This text has black color on #E2637F background.


White color preview on #E2637F background

This text has white color on #E2637F background.