COLOR #E18185

HEX: #E18185
RGB: (225,129,133)

Color info

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

RGB color model

#E18185 color RGB value is (225,129,133).

  • red value is 225;
  • green value is 129;
  • blue value is 133.
RGB:
(225,129,133)
(88%,51%,52%)

RGB channels and saturation

R 225 of 255 = 88%
G 129 of 255 = 51%
B 133 of 255 = 52%

225
129
133

R + G + B ~ 64%. #E18185 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 129 + 133 = 487 (100%)
R 225 of 487 ~ 46.2%
G 129 of 487 ~ 26.49%
B 133 of 487 ~ 27.31%

%46.2
%26.49
%27.31

CMYK color model

#E18185 color CMYK value is (0,43,41,12).

  • cyan value is 0.00%
  • magenta value is 42.67%
  • yellow value is 40.89%
  • key color value is 11.76%
CMYK:
(0,43,41,12)
C0M43Y41K12 
(0%,43%,41%,12%)
(0.00/0.43/0.41/0.12)	

CMYK percentages

%0
%42.67
%40.89
%11.76

Codes

Color #E18185 in popluar color models

E18185
RGB225129133
HSL358°61.54%69.41%
HSB/HSV358°42.67%88.24%
CMYK0.00%42.67%40.89%
11.76%

Color #E18185 in popluar number systems.

HEXE18185
Decimal225129133
Binary111000011000000110000101
Octal341201205

Shades and tints

Shades of #E18185

#E18185
(225,129,133)
#CD7679
(205,118,121)
#B96B6D
(185,107,109)
#A56061
(165,96,97)
#915555
(145,85,85)
#7D4A49
(125,74,73)
#693F3D
(105,63,61)
#553431
(85,52,49)
#412925
(65,41,37)
#2D1E19
(45,30,25)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #E18185

#E18185
(225,129,133)
#E38C90
(227,140,144)
#E5979B
(229,151,155)
#E7A2A6
(231,162,166)
#E9ADB1
(233,173,177)
#EBB8BC
(235,184,188)
#EDC3C7
(237,195,199)
#EFCED2
(239,206,210)
#F1D9DD
(241,217,221)
#F3E4E8
(243,228,232)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18185 color. Also use rgb(225,129,133) instead hex code.

Text Font Color

.myTextColor { color: #E18185; }

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

This text font color is #E18185.


Background Color

.myBgColor { background-color: #E18185; }

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

This div background color is #E18185.


Border color

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

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

This div border color is #E18185.


Opacity

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

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

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

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

This text has shadow with #E18185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18185 on black background.


Color preview on white background

This text has color #E18185 on white background.



Black color preview on #E18185 background

This text has black color on #E18185 background.


White color preview on #E18185 background

This text has white color on #E18185 background.