COLOR #E4748E

HEX: #E4748E RGB: (228,116,142)

Color info

#E4748E contains mainly red color. Web safe color of #E4748E is #CC6699 (or #C69).

RGB color model

#E4748E color RGB value is (228,116,142).

RGB: (228,116,142) (89%, 45%, 56%)

RGB channels and saturation

R 228 of 255 = 89%
G 116 of 255 = 45%
B 142 of 255 = 56%

228
116
142

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

Portions of RGB colors in percentages

R + G + B = 228 + 116 + 142 = 486 (100%)
R 228 of 486 ~ 46.91%
G 116 of 486 ~ 23.87%
B 142 of 486 ~ 29.22'%

%46.91
%23.87
%29.22

CMYK color model

#E4748E color CMYK value is (0,49,38,11).

  • cyan value is 0.00%
  • magenta value is 49.12%
  • yellow value is 37.72%
  • key color value is 10.59%

CMYK: (0,49,38,11)
C0M49Y38K11 (0%, 49%, 38%, 11%)
(0.00 / 0.49 / 0.38 / 0.11)

CMYK percentages

%0
%49.12
%37.72
%10.59

Codes

Color #E4748E in popluar color models

E4 74 8E
RGB 228 116 142
HSL 346° 67.47% 67.45%
HSB/HSV 346° 49.12% 89.41%
CMYK 0.00% 49.12% 37.72%
10.59%

Color #E4748E in popluar number systems.

HEX E4 74 8E
Decimal 228 116 142
Binary 11100100 1110100 10001110
Octal 344 164 216

Shades and tints

Shades of #E4748E

#E4748E
(228,116,142)
#D06A82
(208,106,130)
#BC6076
(188,96,118)
#A8566A
(168,86,106)
#944C5E
(148,76,94)
#804252
(128,66,82)
#6C3846
(108,56,70)
#582E3A
(88,46,58)
#44242E
(68,36,46)
#301A22
(48,26,34)
#1C1016
(28,16,22)
#000000
(0,0,0)

Tints of #E4748E

#E4748E
(228,116,142)
#E68098
(230,128,152)
#E88CA2
(232,140,162)
#EA98AC
(234,152,172)
#ECA4B6
(236,164,182)
#EEB0C0
(238,176,192)
#F0BCCA
(240,188,202)
#F2C8D4
(242,200,212)
#F4D4DE
(244,212,222)
#F6E0E8
(246,224,232)
#F8ECF2
(248,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4748E color. Also use rgb(228,116,142) instead hex code.

Text Font Color

.myTextColor { color: #E4748E; }

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

This text font color is #E4748E.

Background Color

.myBgColor { background-color: #E4748E; }

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

This div background color is #E4748E.

Border color

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

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

This div border color is #E4748E.

Opacity

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

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

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

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

This text has shadow with #E4748E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4748E.

Preview

Color preview on black background

This text has color #E4748E on black background.


Color preview on white background

This text has color #E4748E on white background.


Black color preview on #E4748E background

This text has black color on #E4748E background.


White color preview on #E4748E background

This text has white color on #E4748E background.


Related colors

Complementary color

Complementary color for #hex is #1B8B71.


I love getcolorcode.com

Triadic colors

1 #8EE474 and #748EE4 with #E4748E are triadic colors.

2 #8E74E4 and #74E48E with #E4748E are triadic colors.