COLOR #E69191

HEX: #E69191
RGB: (230,145,145)

Color info

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

RGB color model

#E69191 color RGB value is (230,145,145).

  • red value is 230;
  • green value is 145;
  • blue value is 145.
RGB:
(230,145,145)
(90%,57%,57%)

RGB channels and saturation

R 230 of 255 = 90%
G 145 of 255 = 57%
B 145 of 255 = 57%

230
145
145

R + G + B ~ 68%. #E69191 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 145 + 145 = 520 (100%)
R 230 of 520 ~ 44.23%
G 145 of 520 ~ 27.88%
B 145 of 520 ~ 27.88%

%44.23
%27.88
%27.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 36.96%
  • key color value is 9.80%
CMYK:
(0,37,37,10)
C0M37Y37K10 
(0%,37%,37%,10%)
(0.00/0.37/0.37/0.10)	

CMYK percentages

%0
%36.96
%36.96
%9.8

Codes

Color #E69191 in popluar color models

E69191
RGB230145145
HSL62.96%73.53%
HSB/HSV36.96%90.20%
CMYK0.00%36.96%36.96%
9.80%

Color #E69191 in popluar number systems.

HEXE69191
Decimal230145145
Binary111001101001000110010001
Octal346221221

Shades and tints

Shades of #E69191

#E69191
(230,145,145)
#D28484
(210,132,132)
#BE7777
(190,119,119)
#AA6A6A
(170,106,106)
#965D5D
(150,93,93)
#825050
(130,80,80)
#6E4343
(110,67,67)
#5A3636
(90,54,54)
#462929
(70,41,41)
#321C1C
(50,28,28)
#1E0F0F
(30,15,15)
#000000
(0,0,0)

Tints of #E69191

#E69191
(230,145,145)
#E89B9B
(232,155,155)
#EAA5A5
(234,165,165)
#ECAFAF
(236,175,175)
#EEB9B9
(238,185,185)
#F0C3C3
(240,195,195)
#F2CDCD
(242,205,205)
#F4D7D7
(244,215,215)
#F6E1E1
(246,225,225)
#F8EBEB
(248,235,235)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69191 color. Also use rgb(230,145,145) instead hex code.

Text Font Color

.myTextColor { color: #E69191; }

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

This text font color is #E69191.


Background Color

.myBgColor { background-color: #E69191; }

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

This div background color is #E69191.


Border color

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

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

This div border color is #E69191.


Opacity

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

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

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

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

This text has shadow with #E69191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69191 on black background.


Color preview on white background

This text has color #E69191 on white background.



Black color preview on #E69191 background

This text has black color on #E69191 background.


White color preview on #E69191 background

This text has white color on #E69191 background.