COLOR #E44A62

HEX: #E44A62 RGB: (228,74,98)

Color info

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

RGB color model

#E44A62 color RGB value is (228,74,98).

RGB: (228,74,98) (89%, 29%, 38%)

RGB channels and saturation

R 228 of 255 = 89%
G 74 of 255 = 29%
B 98 of 255 = 38%

228
74
98

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

Portions of RGB colors in percentages

R + G + B = 228 + 74 + 98 = 400 (100%)
R 228 of 400 ~ 57%
G 74 of 400 ~ 18.5%
B 98 of 400 ~ 24.5'%

%57
%18.5
%24.5

CMYK color model

#E44A62 color CMYK value is (0,68,57,11).

  • cyan value is 0.00%
  • magenta value is 67.54%
  • yellow value is 57.02%
  • key color value is 10.59%

CMYK: (0,68,57,11)
C0M68Y57K11 (0%, 68%, 57%, 11%)
(0.00 / 0.68 / 0.57 / 0.11)

CMYK percentages

%0
%67.54
%57.02
%10.59

Codes

Color #E44A62 in popluar color models

E4 4A 62
RGB 228 74 98
HSL 351° 74.04% 59.22%
HSB/HSV 351° 67.54% 89.41%
CMYK 0.00% 67.54% 57.02%
10.59%

Color #E44A62 in popluar number systems.

HEX E4 4A 62
Decimal 228 74 98
Binary 11100100 1001010 1100010
Octal 344 112 142

Shades and tints

Shades of #E44A62

#E44A62
(228,74,98)
#D0445A
(208,68,90)
#BC3E52
(188,62,82)
#A8384A
(168,56,74)
#943242
(148,50,66)
#802C3A
(128,44,58)
#6C2632
(108,38,50)
#58202A
(88,32,42)
#441A22
(68,26,34)
#30141A
(48,20,26)
#1C0E12
(28,14,18)
#000000
(0,0,0)

Tints of #E44A62

#E44A62
(228,74,98)
#E65A70
(230,90,112)
#E86A7E
(232,106,126)
#EA7A8C
(234,122,140)
#EC8A9A
(236,138,154)
#EE9AA8
(238,154,168)
#F0AAB6
(240,170,182)
#F2BAC4
(242,186,196)
#F4CAD2
(244,202,210)
#F6DAE0
(246,218,224)
#F8EAEE
(248,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E44A62 color. Also use rgb(228,74,98) instead hex code.

Text Font Color

.myTextColor { color: #E44A62; }

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

This text font color is #E44A62.

Background Color

.myBgColor { background-color: #E44A62; }

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

This div background color is #E44A62.

Border color

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

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

This div border color is #E44A62.

Opacity

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

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

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

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

This text has shadow with #E44A62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E44A62.

Preview

Color preview on black background

This text has color #E44A62 on black background.


Color preview on white background

This text has color #E44A62 on white background.


Black color preview on #E44A62 background

This text has black color on #E44A62 background.


White color preview on #E44A62 background

This text has white color on #E44A62 background.


Related colors

Complementary color

Complementary color for #hex is #1BB59D.


I love getcolorcode.com

Triadic colors

1 #62E44A and #4A62E4 with #E44A62 are triadic colors.

2 #624AE4 and #4AE462 with #E44A62 are triadic colors.