COLOR #E188A4

HEX: #E188A4 RGB: (225,136,164)

Color info

#E188A4 contains mainly red color. Web safe color of #E188A4 is #CC9999 (or #C99).

RGB color model

#E188A4 color RGB value is (225,136,164).

RGB: (225,136,164) (88%, 53%, 64%)

RGB channels and saturation

R 225 of 255 = 88%
G 136 of 255 = 53%
B 164 of 255 = 64%

225
136
164

R + G + B ~ 68%. #E188A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 136 + 164 = 525 (100%)
R 225 of 525 ~ 42.86%
G 136 of 525 ~ 25.9%
B 164 of 525 ~ 31.24'%

%42.86
%25.9
%31.24

CMYK color model

#E188A4 color CMYK value is (0,40,27,12).

  • cyan value is 0.00%
  • magenta value is 39.56%
  • yellow value is 27.11%
  • key color value is 11.76%

CMYK: (0,40,27,12)
C0M40Y27K12 (0%, 40%, 27%, 12%)
(0.00 / 0.40 / 0.27 / 0.12)

CMYK percentages

%0
%39.56
%27.11
%11.76

Codes

Color #E188A4 in popluar color models

E1 88 A4
RGB 225 136 164
HSL 341° 59.73% 70.78%
HSB/HSV 341° 39.56% 88.24%
CMYK 0.00% 39.56% 27.11%
11.76%

Color #E188A4 in popluar number systems.

HEX E1 88 A4
Decimal 225 136 164
Binary 11100001 10001000 10100100
Octal 341 210 244

Shades and tints

Shades of #E188A4

#E188A4
(225,136,164)
#CD7C96
(205,124,150)
#B97088
(185,112,136)
#A5647A
(165,100,122)
#91586C
(145,88,108)
#7D4C5E
(125,76,94)
#694050
(105,64,80)
#553442
(85,52,66)
#412834
(65,40,52)
#2D1C26
(45,28,38)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #E188A4

#E188A4
(225,136,164)
#E392AC
(227,146,172)
#E59CB4
(229,156,180)
#E7A6BC
(231,166,188)
#E9B0C4
(233,176,196)
#EBBACC
(235,186,204)
#EDC4D4
(237,196,212)
#EFCEDC
(239,206,220)
#F1D8E4
(241,216,228)
#F3E2EC
(243,226,236)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E188A4 color. Also use rgb(225,136,164) instead hex code.

Text Font Color

.myTextColor { color: #E188A4; }

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

This text font color is #E188A4.

Background Color

.myBgColor { background-color: #E188A4; }

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

This div background color is #E188A4.

Border color

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

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

This div border color is #E188A4.

Opacity

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

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

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

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

This text has shadow with #E188A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E188A4.

Preview

Color preview on black background

This text has color #E188A4 on black background.


Color preview on white background

This text has color #E188A4 on white background.


Black color preview on #E188A4 background

This text has black color on #E188A4 background.


White color preview on #E188A4 background

This text has white color on #E188A4 background.


Related colors

Complementary color

Complementary color for #hex is #1E775B.


I love getcolorcode.com

Triadic colors

1 #A4E188 and #88A4E1 with #E188A4 are triadic colors.

2 #A488E1 and #88E1A4 with #E188A4 are triadic colors.