COLOR #E24090

HEX: #E24090
RGB: (226,64,144)

Color info

#E24090 contains mainly red color. Web safe color of #E24090 is #CC3399 (or #C39).

RGB color model

#E24090 color RGB value is (226,64,144).

  • red value is 226;
  • green value is 64;
  • blue value is 144.
RGB:
(226,64,144)
(89%,25%,56%)

RGB channels and saturation

R 226 of 255 = 89%
G 64 of 255 = 25%
B 144 of 255 = 56%

226
64
144

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

Portions of RGB colors in percentages

R + G + B =
226 + 64 + 144 = 434 (100%)
R 226 of 434 ~ 52.07%
G 64 of 434 ~ 14.75%
B 144 of 434 ~ 33.18%

%52.07
%14.75
%33.18

CMYK color model

#E24090 color CMYK value is (0,72,36,11).

  • cyan value is 0.00%
  • magenta value is 71.68%
  • yellow value is 36.28%
  • key color value is 11.37%
CMYK:
(0,72,36,11)
C0M72Y36K11 
(0%,72%,36%,11%)
(0.00/0.72/0.36/0.11)	

CMYK percentages

%0
%71.68
%36.28
%11.37

Codes

Color #E24090 in popluar color models

E24090
RGB22664144
HSL330°73.64%56.86%
HSB/HSV330°71.68%88.63%
CMYK0.00%71.68%36.28%
11.37%

Color #E24090 in popluar number systems.

HEXE24090
Decimal22664144
Binary11100010100000010010000
Octal342100220

Shades and tints

Shades of #E24090

#E24090
(226,64,144)
#CE3B83
(206,59,131)
#BA3676
(186,54,118)
#A63169
(166,49,105)
#922C5C
(146,44,92)
#7E274F
(126,39,79)
#6A2242
(106,34,66)
#561D35
(86,29,53)
#421828
(66,24,40)
#2E131B
(46,19,27)
#1A0E0E
(26,14,14)
#000000
(0,0,0)

Tints of #E24090

#E24090
(226,64,144)
#E4519A
(228,81,154)
#E662A4
(230,98,164)
#E873AE
(232,115,174)
#EA84B8
(234,132,184)
#EC95C2
(236,149,194)
#EEA6CC
(238,166,204)
#F0B7D6
(240,183,214)
#F2C8E0
(242,200,224)
#F4D9EA
(244,217,234)
#F6EAF4
(246,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E24090 color. Also use rgb(226,64,144) instead hex code.

Text Font Color

.myTextColor { color: #E24090; }

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

This text font color is #E24090.


Background Color

.myBgColor { background-color: #E24090; }

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

This div background color is #E24090.


Border color

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

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

This div border color is #E24090.


Opacity

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

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

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

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

This text has shadow with #E24090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E24090 on black background.


Color preview on white background

This text has color #E24090 on white background.



Black color preview on #E24090 background

This text has black color on #E24090 background.


White color preview on #E24090 background

This text has white color on #E24090 background.