COLOR #E24A80

HEX: #E24A80
RGB: (226,74,128)

Color info

#E24A80 contains mainly red color. Web safe color of #E24A80 is #CC3366 (or #C36).

RGB color model

#E24A80 color RGB value is (226,74,128).

  • red value is 226;
  • green value is 74;
  • blue value is 128.
RGB:
(226,74,128)
(89%,29%,50%)

RGB channels and saturation

R 226 of 255 = 89%
G 74 of 255 = 29%
B 128 of 255 = 50%

226
74
128

R + G + B ~ 56%. #E24A80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
226 + 74 + 128 = 428 (100%)
R 226 of 428 ~ 52.8%
G 74 of 428 ~ 17.29%
B 128 of 428 ~ 29.91%

%52.8
%17.29
%29.91

CMYK color model

#E24A80 color CMYK value is (0,67,43,11).

  • cyan value is 0.00%
  • magenta value is 67.26%
  • yellow value is 43.36%
  • key color value is 11.37%
CMYK:
(0,67,43,11)
C0M67Y43K11 
(0%,67%,43%,11%)
(0.00/0.67/0.43/0.11)	

CMYK percentages

%0
%67.26
%43.36
%11.37

Codes

Color #E24A80 in popluar color models

E24A80
RGB22674128
HSL339°72.38%58.82%
HSB/HSV339°67.26%88.63%
CMYK0.00%67.26%43.36%
11.37%

Color #E24A80 in popluar number systems.

HEXE24A80
Decimal22674128
Binary11100010100101010000000
Octal342112200

Shades and tints

Shades of #E24A80

#E24A80
(226,74,128)
#CE4475
(206,68,117)
#BA3E6A
(186,62,106)
#A6385F
(166,56,95)
#923254
(146,50,84)
#7E2C49
(126,44,73)
#6A263E
(106,38,62)
#562033
(86,32,51)
#421A28
(66,26,40)
#2E141D
(46,20,29)
#1A0E12
(26,14,18)
#000000
(0,0,0)

Tints of #E24A80

#E24A80
(226,74,128)
#E45A8B
(228,90,139)
#E66A96
(230,106,150)
#E87AA1
(232,122,161)
#EA8AAC
(234,138,172)
#EC9AB7
(236,154,183)
#EEAAC2
(238,170,194)
#F0BACD
(240,186,205)
#F2CAD8
(242,202,216)
#F4DAE3
(244,218,227)
#F6EAEE
(246,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E24A80 color. Also use rgb(226,74,128) instead hex code.

Text Font Color

.myTextColor { color: #E24A80; }

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

This text font color is #E24A80.


Background Color

.myBgColor { background-color: #E24A80; }

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

This div background color is #E24A80.


Border color

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

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

This div border color is #E24A80.


Opacity

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

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

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

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

This text has shadow with #E24A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E24A80 on black background.


Color preview on white background

This text has color #E24A80 on white background.



Black color preview on #E24A80 background

This text has black color on #E24A80 background.


White color preview on #E24A80 background

This text has white color on #E24A80 background.