COLOR #E17590

HEX: #E17590
RGB: (225,117,144)

Color info

#E17590 contains mainly red color. Web safe color of #E17590 is #CC6699 (or #C69).

RGB color model

#E17590 color RGB value is (225,117,144).

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

RGB channels and saturation

R 225 of 255 = 88%
G 117 of 255 = 46%
B 144 of 255 = 56%

225
117
144

R + G + B ~ 63%. #E17590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 117 + 144 = 486 (100%)
R 225 of 486 ~ 46.3%
G 117 of 486 ~ 24.07%
B 144 of 486 ~ 29.63%

%46.3
%24.07
%29.63

CMYK color model

#E17590 color CMYK value is (0,48,36,12).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 36.00%
  • key color value is 11.76%
CMYK:
(0,48,36,12)
C0M48Y36K12 
(0%,48%,36%,12%)
(0.00/0.48/0.36/0.12)	

CMYK percentages

%0
%48
%36
%11.76

Codes

Color #E17590 in popluar color models

E17590
RGB225117144
HSL345°64.29%67.06%
HSB/HSV345°48.00%88.24%
CMYK0.00%48.00%36.00%
11.76%

Color #E17590 in popluar number systems.

HEXE17590
Decimal225117144
Binary11100001111010110010000
Octal341165220

Shades and tints

Shades of #E17590

#E17590
(225,117,144)
#CD6B83
(205,107,131)
#B96176
(185,97,118)
#A55769
(165,87,105)
#914D5C
(145,77,92)
#7D434F
(125,67,79)
#693942
(105,57,66)
#552F35
(85,47,53)
#412528
(65,37,40)
#2D1B1B
(45,27,27)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #E17590

#E17590
(225,117,144)
#E3819A
(227,129,154)
#E58DA4
(229,141,164)
#E799AE
(231,153,174)
#E9A5B8
(233,165,184)
#EBB1C2
(235,177,194)
#EDBDCC
(237,189,204)
#EFC9D6
(239,201,214)
#F1D5E0
(241,213,224)
#F3E1EA
(243,225,234)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E17590; }

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

This text font color is #E17590.


Background Color

.myBgColor { background-color: #E17590; }

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

This div background color is #E17590.


Border color

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

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

This div border color is #E17590.


Opacity

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

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

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

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

This text has shadow with #E17590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17590 on black background.


Color preview on white background

This text has color #E17590 on white background.



Black color preview on #E17590 background

This text has black color on #E17590 background.


White color preview on #E17590 background

This text has white color on #E17590 background.