COLOR #E14D7B

HEX: #E14D7B RGB: (225,77,123)

Color info

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

RGB color model

#E14D7B color RGB value is (225,77,123).

RGB: (225,77,123) (88%, 30%, 48%)

RGB channels and saturation

R 225 of 255 = 88%
G 77 of 255 = 30%
B 123 of 255 = 48%

225
77
123

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

Portions of RGB colors in percentages

R + G + B = 225 + 77 + 123 = 425 (100%)
R 225 of 425 ~ 52.94%
G 77 of 425 ~ 18.12%
B 123 of 425 ~ 28.94'%

%52.94
%18.12
%28.94

CMYK color model

#E14D7B color CMYK value is (0,66,45,12).

  • cyan value is 0.00%
  • magenta value is 65.78%
  • yellow value is 45.33%
  • key color value is 11.76%
CMYK: (0,66,45,12) C0M66Y45K12 (0%,66%,45%,12%) (0.00/0.66/0.45/0.12) 

CMYK percentages

%0
%65.78
%45.33
%11.76

Codes

Color #E14D7B in popluar color models

E1 4D 7B
RGB 225 77 123
HSL 341° 71.15% 59.22%
HSB/HSV 341° 65.78% 88.24%
CMYK 0.00% 65.78% 45.33%
11.76%

Color #E14D7B in popluar number systems.

HEX E1 4D 7B
Decimal 225 77 123
Binary 11100001 1001101 1111011
Octal 341 115 173

Shades and tints

Shades of #E14D7B

#E14D7B
(225,77,123)
#CD4670
(205,70,112)
#B93F65
(185,63,101)
#A5385A
(165,56,90)
#91314F
(145,49,79)
#7D2A44
(125,42,68)
#692339
(105,35,57)
#551C2E
(85,28,46)
#411523
(65,21,35)
#2D0E18
(45,14,24)
#19070D
(25,7,13)
#000000
(0,0,0)

Tints of #E14D7B

#E14D7B
(225,77,123)
#E35D87
(227,93,135)
#E56D93
(229,109,147)
#E77D9F
(231,125,159)
#E98DAB
(233,141,171)
#EB9DB7
(235,157,183)
#EDADC3
(237,173,195)
#EFBDCF
(239,189,207)
#F1CDDB
(241,205,219)
#F3DDE7
(243,221,231)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E14D7B color. Also use rgb(225,77,123) instead hex code.

Text Font Color

.myTextColor { color: #E14D7B; }

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

This text font color is #E14D7B.

Background Color

.myBgColor { background-color: #E14D7B; }

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

This div background color is #E14D7B.

Border color

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

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

This div border color is #E14D7B.

Opacity

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

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

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

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

This text has shadow with #E14D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E14D7B.

Preview

Color preview on black background

This text has color #E14D7B on black background.


Color preview on white background

This text has color #E14D7B on white background.


Black color preview on #E14D7B background

This text has black color on #E14D7B background.


White color preview on #E14D7B background

This text has white color on #E14D7B background.


Related colors

Complementary color

Complementary color for #hex is #1EB284.


I love getcolorcode.com

Triadic colors

1 #7BE14D and #4D7BE1 with #E14D7B are triadic colors.

2 #7B4DE1 and #4DE17B with #E14D7B are triadic colors.