COLOR #E4757E

HEX: #E4757E
RGB: (228,117,126)

Color info

#E4757E contains mainly red color. Web safe color of #E4757E is #CC6666 (or #C66).

RGB color model

#E4757E color RGB value is (228,117,126).

  • red value is 228;
  • green value is 117;
  • blue value is 126.
RGB:
(228,117,126)
(89%,46%,49%)

RGB channels and saturation

R 228 of 255 = 89%
G 117 of 255 = 46%
B 126 of 255 = 49%

228
117
126

R + G + B ~ 61%. #E4757E is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 117 + 126 = 471 (100%)
R 228 of 471 ~ 48.41%
G 117 of 471 ~ 24.84%
B 126 of 471 ~ 26.75%

%48.41
%24.84
%26.75

CMYK color model

#E4757E color CMYK value is (0,49,45,11).

  • cyan value is 0.00%
  • magenta value is 48.68%
  • yellow value is 44.74%
  • key color value is 10.59%
CMYK:
(0,49,45,11)
C0M49Y45K11 
(0%,49%,45%,11%)
(0.00/0.49/0.45/0.11)	

CMYK percentages

%0
%48.68
%44.74
%10.59

Codes

Color #E4757E in popluar color models

E4757E
RGB228117126
HSL355°67.27%67.65%
HSB/HSV355°48.68%89.41%
CMYK0.00%48.68%44.74%
10.59%

Color #E4757E in popluar number systems.

HEXE4757E
Decimal228117126
Binary1110010011101011111110
Octal344165176

Shades and tints

Shades of #E4757E

#E4757E
(228,117,126)
#D06B73
(208,107,115)
#BC6168
(188,97,104)
#A8575D
(168,87,93)
#944D52
(148,77,82)
#804347
(128,67,71)
#6C393C
(108,57,60)
#582F31
(88,47,49)
#442526
(68,37,38)
#301B1B
(48,27,27)
#1C1110
(28,17,16)
#000000
(0,0,0)

Tints of #E4757E

#E4757E
(228,117,126)
#E68189
(230,129,137)
#E88D94
(232,141,148)
#EA999F
(234,153,159)
#ECA5AA
(236,165,170)
#EEB1B5
(238,177,181)
#F0BDC0
(240,189,192)
#F2C9CB
(242,201,203)
#F4D5D6
(244,213,214)
#F6E1E1
(246,225,225)
#F8EDEC
(248,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4757E color. Also use rgb(228,117,126) instead hex code.

Text Font Color

.myTextColor { color: #E4757E; }

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

This text font color is #E4757E.


Background Color

.myBgColor { background-color: #E4757E; }

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

This div background color is #E4757E.


Border color

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

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

This div border color is #E4757E.


Opacity

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

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

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

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

This text has shadow with #E4757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4757E on black background.


Color preview on white background

This text has color #E4757E on white background.



Black color preview on #E4757E background

This text has black color on #E4757E background.


White color preview on #E4757E background

This text has white color on #E4757E background.