COLOR #E2505F

HEX: #E2505F
RGB: (226,80,95)

Color info

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

RGB color model

#E2505F color RGB value is (226,80,95).

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

RGB channels and saturation

R 226 of 255 = 89%
G 80 of 255 = 31%
B 95 of 255 = 37%

226
80
95

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

Portions of RGB colors in percentages

R + G + B =
226 + 80 + 95 = 401 (100%)
R 226 of 401 ~ 56.36%
G 80 of 401 ~ 19.95%
B 95 of 401 ~ 23.69%

%56.36
%19.95
%23.69

CMYK color model

#E2505F color CMYK value is (0,65,58,11).

  • cyan value is 0.00%
  • magenta value is 64.60%
  • yellow value is 57.96%
  • key color value is 11.37%
CMYK:
(0,65,58,11)
C0M65Y58K11 
(0%,65%,58%,11%)
(0.00/0.65/0.58/0.11)	

CMYK percentages

%0
%64.6
%57.96
%11.37

Codes

Color #E2505F in popluar color models

E2505F
RGB2268095
HSL354°71.57%60.00%
HSB/HSV354°64.60%88.63%
CMYK0.00%64.60%57.96%
11.37%

Color #E2505F in popluar number systems.

HEXE2505F
Decimal2268095
Binary1110001010100001011111
Octal342120137

Shades and tints

Shades of #E2505F

#E2505F
(226,80,95)
#CE4957
(206,73,87)
#BA424F
(186,66,79)
#A63B47
(166,59,71)
#92343F
(146,52,63)
#7E2D37
(126,45,55)
#6A262F
(106,38,47)
#561F27
(86,31,39)
#42181F
(66,24,31)
#2E1117
(46,17,23)
#1A0A0F
(26,10,15)
#000000
(0,0,0)

Tints of #E2505F

#E2505F
(226,80,95)
#E45F6D
(228,95,109)
#E66E7B
(230,110,123)
#E87D89
(232,125,137)
#EA8C97
(234,140,151)
#EC9BA5
(236,155,165)
#EEAAB3
(238,170,179)
#F0B9C1
(240,185,193)
#F2C8CF
(242,200,207)
#F4D7DD
(244,215,221)
#F6E6EB
(246,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2505F; }

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

This text font color is #E2505F.


Background Color

.myBgColor { background-color: #E2505F; }

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

This div background color is #E2505F.


Border color

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

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

This div border color is #E2505F.


Opacity

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

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

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

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

This text has shadow with #E2505F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2505F on black background.


Color preview on white background

This text has color #E2505F on white background.



Black color preview on #E2505F background

This text has black color on #E2505F background.


White color preview on #E2505F background

This text has white color on #E2505F background.