COLOR #E1295F

HEX: #E1295F
RGB: (225,41,95)

Color info

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

RGB color model

#E1295F color RGB value is (225,41,95).

  • red value is 225;
  • green value is 41;
  • blue value is 95.
RGB:
(225,41,95)
(88%,16%,37%)

RGB channels and saturation

R 225 of 255 = 88%
G 41 of 255 = 16%
B 95 of 255 = 37%

225
41
95

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

Portions of RGB colors in percentages

R + G + B =
225 + 41 + 95 = 361 (100%)
R 225 of 361 ~ 62.33%
G 41 of 361 ~ 11.36%
B 95 of 361 ~ 26.32%

%62.33
%11.36
%26.32

CMYK color model

#E1295F color CMYK value is (0,82,58,12).

  • cyan value is 0.00%
  • magenta value is 81.78%
  • yellow value is 57.78%
  • key color value is 11.76%
CMYK:
(0,82,58,12)
C0M82Y58K12 
(0%,82%,58%,12%)
(0.00/0.82/0.58/0.12)	

CMYK percentages

%0
%81.78
%57.78
%11.76

Codes

Color #E1295F in popluar color models

E1295F
RGB2254195
HSL342°75.41%52.16%
HSB/HSV342°81.78%88.24%
CMYK0.00%81.78%57.78%
11.76%

Color #E1295F in popluar number systems.

HEXE1295F
Decimal2254195
Binary111000011010011011111
Octal34151137

Shades and tints

Shades of #E1295F

#E1295F
(225,41,95)
#CD2657
(205,38,87)
#B9234F
(185,35,79)
#A52047
(165,32,71)
#911D3F
(145,29,63)
#7D1A37
(125,26,55)
#69172F
(105,23,47)
#551427
(85,20,39)
#41111F
(65,17,31)
#2D0E17
(45,14,23)
#190B0F
(25,11,15)
#000000
(0,0,0)

Tints of #E1295F

#E1295F
(225,41,95)
#E33C6D
(227,60,109)
#E54F7B
(229,79,123)
#E76289
(231,98,137)
#E97597
(233,117,151)
#EB88A5
(235,136,165)
#ED9BB3
(237,155,179)
#EFAEC1
(239,174,193)
#F1C1CF
(241,193,207)
#F3D4DD
(243,212,221)
#F5E7EB
(245,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1295F color. Also use rgb(225,41,95) instead hex code.

Text Font Color

.myTextColor { color: #E1295F; }

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

This text font color is #E1295F.


Background Color

.myBgColor { background-color: #E1295F; }

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

This div background color is #E1295F.


Border color

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

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

This div border color is #E1295F.


Opacity

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

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

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

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

This text has shadow with #E1295F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1295F on black background.


Color preview on white background

This text has color #E1295F on white background.



Black color preview on #E1295F background

This text has black color on #E1295F background.


White color preview on #E1295F background

This text has white color on #E1295F background.