COLOR #E1868B

HEX: #E1868B
RGB: (225,134,139)

Color info

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

RGB color model

#E1868B color RGB value is (225,134,139).

  • red value is 225;
  • green value is 134;
  • blue value is 139.
RGB:
(225,134,139)
(88%,53%,55%)

RGB channels and saturation

R 225 of 255 = 88%
G 134 of 255 = 53%
B 139 of 255 = 55%

225
134
139

R + G + B ~ 65%. #E1868B is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 134 + 139 = 498 (100%)
R 225 of 498 ~ 45.18%
G 134 of 498 ~ 26.91%
B 139 of 498 ~ 27.91%

%45.18
%26.91
%27.91

CMYK color model

#E1868B color CMYK value is (0,40,38,12).

  • cyan value is 0.00%
  • magenta value is 40.44%
  • yellow value is 38.22%
  • key color value is 11.76%
CMYK:
(0,40,38,12)
C0M40Y38K12 
(0%,40%,38%,12%)
(0.00/0.40/0.38/0.12)	

CMYK percentages

%0
%40.44
%38.22
%11.76

Codes

Color #E1868B in popluar color models

E1868B
RGB225134139
HSL357°60.26%70.39%
HSB/HSV357°40.44%88.24%
CMYK0.00%40.44%38.22%
11.76%

Color #E1868B in popluar number systems.

HEXE1868B
Decimal225134139
Binary111000011000011010001011
Octal341206213

Shades and tints

Shades of #E1868B

#E1868B
(225,134,139)
#CD7A7F
(205,122,127)
#B96E73
(185,110,115)
#A56267
(165,98,103)
#91565B
(145,86,91)
#7D4A4F
(125,74,79)
#693E43
(105,62,67)
#553237
(85,50,55)
#41262B
(65,38,43)
#2D1A1F
(45,26,31)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #E1868B

#E1868B
(225,134,139)
#E39195
(227,145,149)
#E59C9F
(229,156,159)
#E7A7A9
(231,167,169)
#E9B2B3
(233,178,179)
#EBBDBD
(235,189,189)
#EDC8C7
(237,200,199)
#EFD3D1
(239,211,209)
#F1DEDB
(241,222,219)
#F3E9E5
(243,233,229)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1868B color. Also use rgb(225,134,139) instead hex code.

Text Font Color

.myTextColor { color: #E1868B; }

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

This text font color is #E1868B.


Background Color

.myBgColor { background-color: #E1868B; }

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

This div background color is #E1868B.


Border color

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

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

This div border color is #E1868B.


Opacity

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

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

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

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

This text has shadow with #E1868B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1868B on black background.


Color preview on white background

This text has color #E1868B on white background.



Black color preview on #E1868B background

This text has black color on #E1868B background.


White color preview on #E1868B background

This text has white color on #E1868B background.