COLOR #E69994

HEX: #E69994
RGB: (230,153,148)

Color info

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

RGB color model

#E69994 color RGB value is (230,153,148).

  • red value is 230;
  • green value is 153;
  • blue value is 148.
RGB:
(230,153,148)
(90%,60%,58%)

RGB channels and saturation

R 230 of 255 = 90%
G 153 of 255 = 60%
B 148 of 255 = 58%

230
153
148

R + G + B ~ 69%. #E69994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 153 + 148 = 531 (100%)
R 230 of 531 ~ 43.31%
G 153 of 531 ~ 28.81%
B 148 of 531 ~ 27.87%

%43.31
%28.81
%27.87

CMYK color model

#E69994 color CMYK value is (0,33,36,10).

  • cyan value is 0.00%
  • magenta value is 33.48%
  • yellow value is 35.65%
  • key color value is 9.80%
CMYK:
(0,33,36,10)
C0M33Y36K10 
(0%,33%,36%,10%)
(0.00/0.33/0.36/0.10)	

CMYK percentages

%0
%33.48
%35.65
%9.8

Codes

Color #E69994 in popluar color models

E69994
RGB230153148
HSL62.12%74.12%
HSB/HSV35.65%90.20%
CMYK0.00%33.48%35.65%
9.80%

Color #E69994 in popluar number systems.

HEXE69994
Decimal230153148
Binary111001101001100110010100
Octal346231224

Shades and tints

Shades of #E69994

#E69994
(230,153,148)
#D28C87
(210,140,135)
#BE7F7A
(190,127,122)
#AA726D
(170,114,109)
#966560
(150,101,96)
#825853
(130,88,83)
#6E4B46
(110,75,70)
#5A3E39
(90,62,57)
#46312C
(70,49,44)
#32241F
(50,36,31)
#1E1712
(30,23,18)
#000000
(0,0,0)

Tints of #E69994

#E69994
(230,153,148)
#E8A29D
(232,162,157)
#EAABA6
(234,171,166)
#ECB4AF
(236,180,175)
#EEBDB8
(238,189,184)
#F0C6C1
(240,198,193)
#F2CFCA
(242,207,202)
#F4D8D3
(244,216,211)
#F6E1DC
(246,225,220)
#F8EAE5
(248,234,229)
#FAF3EE
(250,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E69994; }

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

This text font color is #E69994.


Background Color

.myBgColor { background-color: #E69994; }

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

This div background color is #E69994.


Border color

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

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

This div border color is #E69994.


Opacity

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

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

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

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

This text has shadow with #E69994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69994 on black background.


Color preview on white background

This text has color #E69994 on white background.



Black color preview on #E69994 background

This text has black color on #E69994 background.


White color preview on #E69994 background

This text has white color on #E69994 background.