COLOR #E188A3

HEX: #E188A3 RGB: (225,136,163)

Color info

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

RGB color model

#E188A3 color RGB value is (225,136,163).

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

RGB channels and saturation

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

225
136
163

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

Portions of RGB colors in percentages

R + G + B = 225 + 136 + 163 = 524 (100%)
R 225 of 524 ~ 42.94%
G 136 of 524 ~ 25.95%
B 163 of 524 ~ 31.11'%

%42.94
%25.95
%31.11

CMYK color model

#E188A3 color CMYK value is (0,40,28,12).

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

CMYK: (0,40,28,12)
C0M40Y28K12 (0%, 40%, 28%, 12%)
(0.00 / 0.40 / 0.28 / 0.12)

CMYK percentages

%0
%39.56
%27.56
%11.76

Codes

Color #E188A3 in popluar color models

E1 88 A3
RGB 225 136 163
HSL 342° 59.73% 70.78%
HSB/HSV 342° 39.56% 88.24%
CMYK 0.00% 39.56% 27.56%
11.76%

Color #E188A3 in popluar number systems.

HEX E1 88 A3
Decimal 225 136 163
Binary 11100001 10001000 10100011
Octal 341 210 243

Shades and tints

Shades of #E188A3

#E188A3
(225,136,163)
#CD7C95
(205,124,149)
#B97087
(185,112,135)
#A56479
(165,100,121)
#91586B
(145,88,107)
#7D4C5D
(125,76,93)
#69404F
(105,64,79)
#553441
(85,52,65)
#412833
(65,40,51)
#2D1C25
(45,28,37)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #E188A3

#E188A3
(225,136,163)
#E392AB
(227,146,171)
#E59CB3
(229,156,179)
#E7A6BB
(231,166,187)
#E9B0C3
(233,176,195)
#EBBACB
(235,186,203)
#EDC4D3
(237,196,211)
#EFCEDB
(239,206,219)
#F1D8E3
(241,216,227)
#F3E2EB
(243,226,235)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E188A3; }

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

This text font color is #E188A3.

Background Color

.myBgColor { background-color: #E188A3; }

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

This div background color is #E188A3.

Border color

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

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

This div border color is #E188A3.

Opacity

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

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

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

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

This text has shadow with #E188A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E188A3.

Preview

Color preview on black background

This text has color #E188A3 on black background.


Color preview on white background

This text has color #E188A3 on white background.


Black color preview on #E188A3 background

This text has black color on #E188A3 background.


White color preview on #E188A3 background

This text has white color on #E188A3 background.


Related colors

Complementary color

Complementary color for #hex is #1E775C.


I love getcolorcode.com

Triadic colors

1 #A3E188 and #88A3E1 with #E188A3 are triadic colors.

2 #A388E1 and #88E1A3 with #E188A3 are triadic colors.