COLOR #E4304E

HEX: #E4304E RGB: (228,48,78)

Color info

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

RGB color model

#E4304E color RGB value is (228,48,78).

RGB: (228,48,78) (89%, 19%, 31%)

RGB channels and saturation

R 228 of 255 = 89%
G 48 of 255 = 19%
B 78 of 255 = 31%

228
48
78

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

Portions of RGB colors in percentages

R + G + B = 228 + 48 + 78 = 354 (100%)
R 228 of 354 ~ 64.41%
G 48 of 354 ~ 13.56%
B 78 of 354 ~ 22.03'%

%64.41
%13.56
%22.03

CMYK color model

#E4304E color CMYK value is (0,79,66,11).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 65.79%
  • key color value is 10.59%

CMYK: (0,79,66,11)
C0M79Y66K11 (0%, 79%, 66%, 11%)
(0.00 / 0.79 / 0.66 / 0.11)

CMYK percentages

%0
%78.95
%65.79
%10.59

Codes

Color #E4304E in popluar color models

E4 30 4E
RGB 228 48 78
HSL 350° 76.92% 54.12%
HSB/HSV 350° 78.95% 89.41%
CMYK 0.00% 78.95% 65.79%
10.59%

Color #E4304E in popluar number systems.

HEX E4 30 4E
Decimal 228 48 78
Binary 11100100 110000 1001110
Octal 344 60 116

Shades and tints

Shades of #E4304E

#E4304E
(228,48,78)
#D02C47
(208,44,71)
#BC2840
(188,40,64)
#A82439
(168,36,57)
#942032
(148,32,50)
#801C2B
(128,28,43)
#6C1824
(108,24,36)
#58141D
(88,20,29)
#441016
(68,16,22)
#300C0F
(48,12,15)
#1C0808
(28,8,8)
#000000
(0,0,0)

Tints of #E4304E

#E4304E
(228,48,78)
#E6425E
(230,66,94)
#E8546E
(232,84,110)
#EA667E
(234,102,126)
#EC788E
(236,120,142)
#EE8A9E
(238,138,158)
#F09CAE
(240,156,174)
#F2AEBE
(242,174,190)
#F4C0CE
(244,192,206)
#F6D2DE
(246,210,222)
#F8E4EE
(248,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4304E color. Also use rgb(228,48,78) instead hex code.

Text Font Color

.myTextColor { color: #E4304E; }

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

This text font color is #E4304E.

Background Color

.myBgColor { background-color: #E4304E; }

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

This div background color is #E4304E.

Border color

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

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

This div border color is #E4304E.

Opacity

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

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

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

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

This text has shadow with #E4304E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4304E.

Preview

Color preview on black background

This text has color #E4304E on black background.


Color preview on white background

This text has color #E4304E on white background.


Black color preview on #E4304E background

This text has black color on #E4304E background.


White color preview on #E4304E background

This text has white color on #E4304E background.


Related colors

Complementary color

Complementary color for #hex is #1BCFB1.


I love getcolorcode.com

Triadic colors

1 #4EE430 and #304EE4 with #E4304E are triadic colors.

2 #4E30E4 and #30E44E with #E4304E are triadic colors.