COLOR #E18790

HEX: #E18790
RGB: (225,135,144)

Color info

#E18790 contains mainly red color. Web safe color of #E18790 is #CC9999 (or #C99).

RGB color model

#E18790 color RGB value is (225,135,144).

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

RGB channels and saturation

R 225 of 255 = 88%
G 135 of 255 = 53%
B 144 of 255 = 56%

225
135
144

R + G + B ~ 66%. #E18790 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 135 + 144 = 504 (100%)
R 225 of 504 ~ 44.64%
G 135 of 504 ~ 26.79%
B 144 of 504 ~ 28.57%

%44.64
%26.79
%28.57

CMYK color model

#E18790 color CMYK value is (0,40,36,12).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 36.00%
  • key color value is 11.76%
CMYK:
(0,40,36,12)
C0M40Y36K12 
(0%,40%,36%,12%)
(0.00/0.40/0.36/0.12)	

CMYK percentages

%0
%40
%36
%11.76

Codes

Color #E18790 in popluar color models

E18790
RGB225135144
HSL354°60.00%70.59%
HSB/HSV354°40.00%88.24%
CMYK0.00%40.00%36.00%
11.76%

Color #E18790 in popluar number systems.

HEXE18790
Decimal225135144
Binary111000011000011110010000
Octal341207220

Shades and tints

Shades of #E18790

#E18790
(225,135,144)
#CD7B83
(205,123,131)
#B96F76
(185,111,118)
#A56369
(165,99,105)
#91575C
(145,87,92)
#7D4B4F
(125,75,79)
#693F42
(105,63,66)
#553335
(85,51,53)
#412728
(65,39,40)
#2D1B1B
(45,27,27)
#190F0E
(25,15,14)
#000000
(0,0,0)

Tints of #E18790

#E18790
(225,135,144)
#E3919A
(227,145,154)
#E59BA4
(229,155,164)
#E7A5AE
(231,165,174)
#E9AFB8
(233,175,184)
#EBB9C2
(235,185,194)
#EDC3CC
(237,195,204)
#EFCDD6
(239,205,214)
#F1D7E0
(241,215,224)
#F3E1EA
(243,225,234)
#F5EBF4
(245,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E18790; }

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

This text font color is #E18790.


Background Color

.myBgColor { background-color: #E18790; }

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

This div background color is #E18790.


Border color

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

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

This div border color is #E18790.


Opacity

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

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

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

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

This text has shadow with #E18790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18790 on black background.


Color preview on white background

This text has color #E18790 on white background.



Black color preview on #E18790 background

This text has black color on #E18790 background.


White color preview on #E18790 background

This text has white color on #E18790 background.