COLOR #E5908C

HEX: #E5908C
RGB: (229,144,140)

Color info

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

RGB color model

#E5908C color RGB value is (229,144,140).

  • red value is 229;
  • green value is 144;
  • blue value is 140.
RGB:
(229,144,140)
(90%,56%,55%)

RGB channels and saturation

R 229 of 255 = 90%
G 144 of 255 = 56%
B 140 of 255 = 55%

229
144
140

R + G + B ~ 67%. #E5908C is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 144 + 140 = 513 (100%)
R 229 of 513 ~ 44.64%
G 144 of 513 ~ 28.07%
B 140 of 513 ~ 27.29%

%44.64
%28.07
%27.29

CMYK color model

#E5908C color CMYK value is (0,37,39,10).

  • cyan value is 0.00%
  • magenta value is 37.12%
  • yellow value is 38.86%
  • key color value is 10.20%
CMYK:
(0,37,39,10)
C0M37Y39K10 
(0%,37%,39%,10%)
(0.00/0.37/0.39/0.10)	

CMYK percentages

%0
%37.12
%38.86
%10.2

Codes

Color #E5908C in popluar color models

E5908C
RGB229144140
HSL63.12%72.35%
HSB/HSV38.86%89.80%
CMYK0.00%37.12%38.86%
10.20%

Color #E5908C in popluar number systems.

HEXE5908C
Decimal229144140
Binary111001011001000010001100
Octal345220214

Shades and tints

Shades of #E5908C

#E5908C
(229,144,140)
#D18380
(209,131,128)
#BD7674
(189,118,116)
#A96968
(169,105,104)
#955C5C
(149,92,92)
#814F50
(129,79,80)
#6D4244
(109,66,68)
#593538
(89,53,56)
#45282C
(69,40,44)
#311B20
(49,27,32)
#1D0E14
(29,14,20)
#000000
(0,0,0)

Tints of #E5908C

#E5908C
(229,144,140)
#E79A96
(231,154,150)
#E9A4A0
(233,164,160)
#EBAEAA
(235,174,170)
#EDB8B4
(237,184,180)
#EFC2BE
(239,194,190)
#F1CCC8
(241,204,200)
#F3D6D2
(243,214,210)
#F5E0DC
(245,224,220)
#F7EAE6
(247,234,230)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5908C color. Also use rgb(229,144,140) instead hex code.

Text Font Color

.myTextColor { color: #E5908C; }

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

This text font color is #E5908C.


Background Color

.myBgColor { background-color: #E5908C; }

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

This div background color is #E5908C.


Border color

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

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

This div border color is #E5908C.


Opacity

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

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

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

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

This text has shadow with #E5908C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5908C on black background.


Color preview on white background

This text has color #E5908C on white background.



Black color preview on #E5908C background

This text has black color on #E5908C background.


White color preview on #E5908C background

This text has white color on #E5908C background.