COLOR #E5178D

HEX: #E5178D RGB: (229,23,141)

Color info

#E5178D contains mainly red color. Web safe color of #E5178D is #CC0099 (or #C09).

RGB color model

#E5178D color RGB value is (229,23,141).

RGB: (229,23,141) (90%, 9%, 55%)

RGB channels and saturation

R 229 of 255 = 90%
G 23 of 255 = 9%
B 141 of 255 = 55%

229
23
141

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

Portions of RGB colors in percentages

R + G + B = 229 + 23 + 141 = 393 (100%)
R 229 of 393 ~ 58.27%
G 23 of 393 ~ 5.85%
B 141 of 393 ~ 35.88'%

%58.27
%35.88

CMYK color model

#E5178D color CMYK value is (0,90,38,10).

  • cyan value is 0.00%
  • magenta value is 89.96%
  • yellow value is 38.43%
  • key color value is 10.20%

CMYK: (0,90,38,10)
C0M90Y38K10 (0%, 90%, 38%, 10%)
(0.00 / 0.90 / 0.38 / 0.10)

CMYK percentages

%0
%89.96
%38.43
%10.2

Codes

Color #E5178D in popluar color models

E5 17 8D
RGB 229 23 141
HSL 326° 81.75% 49.41%
HSB/HSV 326° 89.96% 89.80%
CMYK 0.00% 89.96% 38.43%
10.20%

Color #E5178D in popluar number systems.

HEX E5 17 8D
Decimal 229 23 141
Binary 11100101 10111 10001101
Octal 345 27 215

Shades and tints

Shades of #E5178D

#E5178D
(229,23,141)
#D11581
(209,21,129)
#BD1375
(189,19,117)
#A91169
(169,17,105)
#950F5D
(149,15,93)
#810D51
(129,13,81)
#6D0B45
(109,11,69)
#590939
(89,9,57)
#45072D
(69,7,45)
#310521
(49,5,33)
#1D0315
(29,3,21)
#000000
(0,0,0)

Tints of #E5178D

#E5178D
(229,23,141)
#E72C97
(231,44,151)
#E941A1
(233,65,161)
#EB56AB
(235,86,171)
#ED6BB5
(237,107,181)
#EF80BF
(239,128,191)
#F195C9
(241,149,201)
#F3AAD3
(243,170,211)
#F5BFDD
(245,191,221)
#F7D4E7
(247,212,231)
#F9E9F1
(249,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5178D color. Also use rgb(229,23,141) instead hex code.

Text Font Color

.myTextColor { color: #E5178D; }

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

This text font color is #E5178D.

Background Color

.myBgColor { background-color: #E5178D; }

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

This div background color is #E5178D.

Border color

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

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

This div border color is #E5178D.

Opacity

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

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

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

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

This text has shadow with #E5178D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5178D.

Preview

Color preview on black background

This text has color #E5178D on black background.


Color preview on white background

This text has color #E5178D on white background.


Black color preview on #E5178D background

This text has black color on #E5178D background.


White color preview on #E5178D background

This text has white color on #E5178D background.


Related colors

Complementary color

Complementary color for #E5178D is #1AE872.


I love getcolorcode.com

Triadic colors

1 #8DE517 and #178DE5 with #E5178D are triadic colors.

2 #8D17E5 and #17E58D with #E5178D are triadic colors.