COLOR #E24396

HEX: #E24396
RGB: (226,67,150)

Color info

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

RGB color model

#E24396 color RGB value is (226,67,150).

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

RGB channels and saturation

R 226 of 255 = 89%
G 67 of 255 = 26%
B 150 of 255 = 59%

226
67
150

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

Portions of RGB colors in percentages

R + G + B =
226 + 67 + 150 = 443 (100%)
R 226 of 443 ~ 51.02%
G 67 of 443 ~ 15.12%
B 150 of 443 ~ 33.86%

%51.02
%15.12
%33.86

CMYK color model

#E24396 color CMYK value is (0,70,34,11).

  • cyan value is 0.00%
  • magenta value is 70.35%
  • yellow value is 33.63%
  • key color value is 11.37%
CMYK:
(0,70,34,11)
C0M70Y34K11 
(0%,70%,34%,11%)
(0.00/0.70/0.34/0.11)	

CMYK percentages

%0
%70.35
%33.63
%11.37

Codes

Color #E24396 in popluar color models

E24396
RGB22667150
HSL329°73.27%57.45%
HSB/HSV329°70.35%88.63%
CMYK0.00%70.35%33.63%
11.37%

Color #E24396 in popluar number systems.

HEXE24396
Decimal22667150
Binary11100010100001110010110
Octal342103226

Shades and tints

Shades of #E24396

#E24396
(226,67,150)
#CE3D89
(206,61,137)
#BA377C
(186,55,124)
#A6316F
(166,49,111)
#922B62
(146,43,98)
#7E2555
(126,37,85)
#6A1F48
(106,31,72)
#56193B
(86,25,59)
#42132E
(66,19,46)
#2E0D21
(46,13,33)
#1A0714
(26,7,20)
#000000
(0,0,0)

Tints of #E24396

#E24396
(226,67,150)
#E4549F
(228,84,159)
#E665A8
(230,101,168)
#E876B1
(232,118,177)
#EA87BA
(234,135,186)
#EC98C3
(236,152,195)
#EEA9CC
(238,169,204)
#F0BAD5
(240,186,213)
#F2CBDE
(242,203,222)
#F4DCE7
(244,220,231)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E24396; }

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

This text font color is #E24396.


Background Color

.myBgColor { background-color: #E24396; }

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

This div background color is #E24396.


Border color

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

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

This div border color is #E24396.


Opacity

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

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

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

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

This text has shadow with #E24396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E24396 on black background.


Color preview on white background

This text has color #E24396 on white background.



Black color preview on #E24396 background

This text has black color on #E24396 background.


White color preview on #E24396 background

This text has white color on #E24396 background.