COLOR #E17580

HEX: #E17580
RGB: (225,117,128)

Color info

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

RGB color model

#E17580 color RGB value is (225,117,128).

  • red value is 225;
  • green value is 117;
  • blue value is 128.
RGB:
(225,117,128)
(88%,46%,50%)

RGB channels and saturation

R 225 of 255 = 88%
G 117 of 255 = 46%
B 128 of 255 = 50%

225
117
128

R + G + B ~ 61%. #E17580 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 117 + 128 = 470 (100%)
R 225 of 470 ~ 47.87%
G 117 of 470 ~ 24.89%
B 128 of 470 ~ 27.23%

%47.87
%24.89
%27.23

CMYK color model

#E17580 color CMYK value is (0,48,43,12).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 43.11%
  • key color value is 11.76%
CMYK:
(0,48,43,12)
C0M48Y43K12 
(0%,48%,43%,12%)
(0.00/0.48/0.43/0.12)	

CMYK percentages

%0
%48
%43.11
%11.76

Codes

Color #E17580 in popluar color models

E17580
RGB225117128
HSL354°64.29%67.06%
HSB/HSV354°48.00%88.24%
CMYK0.00%48.00%43.11%
11.76%

Color #E17580 in popluar number systems.

HEXE17580
Decimal225117128
Binary11100001111010110000000
Octal341165200

Shades and tints

Shades of #E17580

#E17580
(225,117,128)
#CD6B75
(205,107,117)
#B9616A
(185,97,106)
#A5575F
(165,87,95)
#914D54
(145,77,84)
#7D4349
(125,67,73)
#69393E
(105,57,62)
#552F33
(85,47,51)
#412528
(65,37,40)
#2D1B1D
(45,27,29)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #E17580

#E17580
(225,117,128)
#E3818B
(227,129,139)
#E58D96
(229,141,150)
#E799A1
(231,153,161)
#E9A5AC
(233,165,172)
#EBB1B7
(235,177,183)
#EDBDC2
(237,189,194)
#EFC9CD
(239,201,205)
#F1D5D8
(241,213,216)
#F3E1E3
(243,225,227)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17580 color. Also use rgb(225,117,128) instead hex code.

Text Font Color

.myTextColor { color: #E17580; }

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

This text font color is #E17580.


Background Color

.myBgColor { background-color: #E17580; }

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

This div background color is #E17580.


Border color

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

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

This div border color is #E17580.


Opacity

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

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

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

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

This text has shadow with #E17580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17580 on black background.


Color preview on white background

This text has color #E17580 on white background.



Black color preview on #E17580 background

This text has black color on #E17580 background.


White color preview on #E17580 background

This text has white color on #E17580 background.