COLOR #E1725A

HEX: #E1725A
RGB: (225,114,90)

Color info

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

RGB color model

#E1725A color RGB value is (225,114,90).

  • red value is 225;
  • green value is 114;
  • blue value is 90.
RGB:
(225,114,90)
(88%,45%,35%)

RGB channels and saturation

R 225 of 255 = 88%
G 114 of 255 = 45%
B 90 of 255 = 35%

225
114
90

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

Portions of RGB colors in percentages

R + G + B =
225 + 114 + 90 = 429 (100%)
R 225 of 429 ~ 52.45%
G 114 of 429 ~ 26.57%
B 90 of 429 ~ 20.98%

%52.45
%26.57
%20.98

CMYK color model

#E1725A color CMYK value is (0,49,60,12).

  • cyan value is 0.00%
  • magenta value is 49.33%
  • yellow value is 60.00%
  • key color value is 11.76%
CMYK:
(0,49,60,12)
C0M49Y60K12 
(0%,49%,60%,12%)
(0.00/0.49/0.60/0.12)	

CMYK percentages

%0
%49.33
%60
%11.76

Codes

Color #E1725A in popluar color models

E1725A
RGB22511490
HSL11°69.23%61.76%
HSB/HSV11°60.00%88.24%
CMYK0.00%49.33%60.00%
11.76%

Color #E1725A in popluar number systems.

HEXE1725A
Decimal22511490
Binary1110000111100101011010
Octal341162132

Shades and tints

Shades of #E1725A

#E1725A
(225,114,90)
#CD6852
(205,104,82)
#B95E4A
(185,94,74)
#A55442
(165,84,66)
#914A3A
(145,74,58)
#7D4032
(125,64,50)
#69362A
(105,54,42)
#552C22
(85,44,34)
#41221A
(65,34,26)
#2D1812
(45,24,18)
#190E0A
(25,14,10)
#000000
(0,0,0)

Tints of #E1725A

#E1725A
(225,114,90)
#E37E69
(227,126,105)
#E58A78
(229,138,120)
#E79687
(231,150,135)
#E9A296
(233,162,150)
#EBAEA5
(235,174,165)
#EDBAB4
(237,186,180)
#EFC6C3
(239,198,195)
#F1D2D2
(241,210,210)
#F3DEE1
(243,222,225)
#F5EAF0
(245,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1725A color. Also use rgb(225,114,90) instead hex code.

Text Font Color

.myTextColor { color: #E1725A; }

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

This text font color is #E1725A.


Background Color

.myBgColor { background-color: #E1725A; }

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

This div background color is #E1725A.


Border color

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

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

This div border color is #E1725A.


Opacity

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

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

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

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

This text has shadow with #E1725A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1725A on black background.


Color preview on white background

This text has color #E1725A on white background.



Black color preview on #E1725A background

This text has black color on #E1725A background.


White color preview on #E1725A background

This text has white color on #E1725A background.