COLOR #E2315F

HEX: #E2315F
RGB: (226,49,95)

Color info

#E2315F contains mainly red color. Web safe color of #E2315F is #CC3366 (or #C36).

RGB color model

#E2315F color RGB value is (226,49,95).

  • red value is 226;
  • green value is 49;
  • blue value is 95.
RGB:
(226,49,95)
(89%,19%,37%)

RGB channels and saturation

R 226 of 255 = 89%
G 49 of 255 = 19%
B 95 of 255 = 37%

226
49
95

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

Portions of RGB colors in percentages

R + G + B =
226 + 49 + 95 = 370 (100%)
R 226 of 370 ~ 61.08%
G 49 of 370 ~ 13.24%
B 95 of 370 ~ 25.68%

%61.08
%13.24
%25.68

CMYK color model

#E2315F color CMYK value is (0,78,58,11).

  • cyan value is 0.00%
  • magenta value is 78.32%
  • yellow value is 57.96%
  • key color value is 11.37%
CMYK:
(0,78,58,11)
C0M78Y58K11 
(0%,78%,58%,11%)
(0.00/0.78/0.58/0.11)	

CMYK percentages

%0
%78.32
%57.96
%11.37

Codes

Color #E2315F in popluar color models

E2315F
RGB2264995
HSL344°75.32%53.92%
HSB/HSV344°78.32%88.63%
CMYK0.00%78.32%57.96%
11.37%

Color #E2315F in popluar number systems.

HEXE2315F
Decimal2264995
Binary111000101100011011111
Octal34261137

Shades and tints

Shades of #E2315F

#E2315F
(226,49,95)
#CE2D57
(206,45,87)
#BA294F
(186,41,79)
#A62547
(166,37,71)
#92213F
(146,33,63)
#7E1D37
(126,29,55)
#6A192F
(106,25,47)
#561527
(86,21,39)
#42111F
(66,17,31)
#2E0D17
(46,13,23)
#1A090F
(26,9,15)
#000000
(0,0,0)

Tints of #E2315F

#E2315F
(226,49,95)
#E4436D
(228,67,109)
#E6557B
(230,85,123)
#E86789
(232,103,137)
#EA7997
(234,121,151)
#EC8BA5
(236,139,165)
#EE9DB3
(238,157,179)
#F0AFC1
(240,175,193)
#F2C1CF
(242,193,207)
#F4D3DD
(244,211,221)
#F6E5EB
(246,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2315F color. Also use rgb(226,49,95) instead hex code.

Text Font Color

.myTextColor { color: #E2315F; }

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

This text font color is #E2315F.


Background Color

.myBgColor { background-color: #E2315F; }

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

This div background color is #E2315F.


Border color

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

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

This div border color is #E2315F.


Opacity

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

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

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

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

This text has shadow with #E2315F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2315F on black background.


Color preview on white background

This text has color #E2315F on white background.



Black color preview on #E2315F background

This text has black color on #E2315F background.


White color preview on #E2315F background

This text has white color on #E2315F background.