COLOR #E24AB3

HEX: #E24AB3
RGB: (226,74,179)

Color info

#E24AB3 contains mainly red and blue colors. Web safe color of #E24AB3 is #CC3399 (or #C39).

RGB color model

#E24AB3 color RGB value is (226,74,179).

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

RGB channels and saturation

R 226 of 255 = 89%
G 74 of 255 = 29%
B 179 of 255 = 70%

226
74
179

R + G + B ~ 63%. #E24AB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 74 + 179 = 479 (100%)
R 226 of 479 ~ 47.18%
G 74 of 479 ~ 15.45%
B 179 of 479 ~ 37.37%

%47.18
%15.45
%37.37

CMYK color model

#E24AB3 color CMYK value is (0,67,21,11).

  • cyan value is 0.00%
  • magenta value is 67.26%
  • yellow value is 20.80%
  • key color value is 11.37%
CMYK:
(0,67,21,11)
C0M67Y21K11 
(0%,67%,21%,11%)
(0.00/0.67/0.21/0.11)	

CMYK percentages

%0
%67.26
%20.8
%11.37

Codes

Color #E24AB3 in popluar color models

E24AB3
RGB22674179
HSL319°72.38%58.82%
HSB/HSV319°67.26%88.63%
CMYK0.00%67.26%20.80%
11.37%

Color #E24AB3 in popluar number systems.

HEXE24AB3
Decimal22674179
Binary11100010100101010110011
Octal342112263

Shades and tints

Shades of #E24AB3

#E24AB3
(226,74,179)
#CE44A3
(206,68,163)
#BA3E93
(186,62,147)
#A63883
(166,56,131)
#923273
(146,50,115)
#7E2C63
(126,44,99)
#6A2653
(106,38,83)
#562043
(86,32,67)
#421A33
(66,26,51)
#2E1423
(46,20,35)
#1A0E13
(26,14,19)
#000000
(0,0,0)

Tints of #E24AB3

#E24AB3
(226,74,179)
#E45AB9
(228,90,185)
#E66ABF
(230,106,191)
#E87AC5
(232,122,197)
#EA8ACB
(234,138,203)
#EC9AD1
(236,154,209)
#EEAAD7
(238,170,215)
#F0BADD
(240,186,221)
#F2CAE3
(242,202,227)
#F4DAE9
(244,218,233)
#F6EAEF
(246,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E24AB3; }

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

This text font color is #E24AB3.


Background Color

.myBgColor { background-color: #E24AB3; }

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

This div background color is #E24AB3.


Border color

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

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

This div border color is #E24AB3.


Opacity

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

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

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

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

This text has shadow with #E24AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E24AB3 on black background.


Color preview on white background

This text has color #E24AB3 on white background.



Black color preview on #E24AB3 background

This text has black color on #E24AB3 background.


White color preview on #E24AB3 background

This text has white color on #E24AB3 background.