COLOR #E2969A

HEX: #E2969A
RGB: (226,150,154)

Color info

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

RGB color model

#E2969A color RGB value is (226,150,154).

  • red value is 226;
  • green value is 150;
  • blue value is 154.
RGB:
(226,150,154)
(89%,59%,60%)

RGB channels and saturation

R 226 of 255 = 89%
G 150 of 255 = 59%
B 154 of 255 = 60%

226
150
154

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

Portions of RGB colors in percentages

R + G + B =
226 + 150 + 154 = 530 (100%)
R 226 of 530 ~ 42.64%
G 150 of 530 ~ 28.3%
B 154 of 530 ~ 29.06%

%42.64
%28.3
%29.06

CMYK color model

#E2969A color CMYK value is (0,34,32,11).

  • cyan value is 0.00%
  • magenta value is 33.63%
  • yellow value is 31.86%
  • key color value is 11.37%
CMYK:
(0,34,32,11)
C0M34Y32K11 
(0%,34%,32%,11%)
(0.00/0.34/0.32/0.11)	

CMYK percentages

%0
%33.63
%31.86
%11.37

Codes

Color #E2969A in popluar color models

E2969A
RGB226150154
HSL357°56.72%73.73%
HSB/HSV357°33.63%88.63%
CMYK0.00%33.63%31.86%
11.37%

Color #E2969A in popluar number systems.

HEXE2969A
Decimal226150154
Binary111000101001011010011010
Octal342226232

Shades and tints

Shades of #E2969A

#E2969A
(226,150,154)
#CE898C
(206,137,140)
#BA7C7E
(186,124,126)
#A66F70
(166,111,112)
#926262
(146,98,98)
#7E5554
(126,85,84)
#6A4846
(106,72,70)
#563B38
(86,59,56)
#422E2A
(66,46,42)
#2E211C
(46,33,28)
#1A140E
(26,20,14)
#000000
(0,0,0)

Tints of #E2969A

#E2969A
(226,150,154)
#E49FA3
(228,159,163)
#E6A8AC
(230,168,172)
#E8B1B5
(232,177,181)
#EABABE
(234,186,190)
#ECC3C7
(236,195,199)
#EECCD0
(238,204,208)
#F0D5D9
(240,213,217)
#F2DEE2
(242,222,226)
#F4E7EB
(244,231,235)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2969A color. Also use rgb(226,150,154) instead hex code.

Text Font Color

.myTextColor { color: #E2969A; }

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

This text font color is #E2969A.


Background Color

.myBgColor { background-color: #E2969A; }

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

This div background color is #E2969A.


Border color

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

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

This div border color is #E2969A.


Opacity

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

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

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

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

This text has shadow with #E2969A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2969A on black background.


Color preview on white background

This text has color #E2969A on white background.



Black color preview on #E2969A background

This text has black color on #E2969A background.


White color preview on #E2969A background

This text has white color on #E2969A background.