COLOR #E193B1

HEX: #E193B1 RGB: (225,147,177)

Color info

#E193B1 contains mainly red and blue colors. Web safe color of #E193B1 is #CC9999 (or #C99).

RGB color model

#E193B1 color RGB value is (225,147,177).

RGB: (225,147,177) (88%, 58%, 69%)

RGB channels and saturation

R 225 of 255 = 88%
G 147 of 255 = 58%
B 177 of 255 = 69%

225
147
177

R + G + B ~ 72%. #E193B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 147 + 177 = 549 (100%)
R 225 of 549 ~ 40.98%
G 147 of 549 ~ 26.78%
B 177 of 549 ~ 32.24'%

%40.98
%26.78
%32.24

CMYK color model

#E193B1 color CMYK value is (0,35,21,12).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 21.33%
  • key color value is 11.76%

CMYK: (0,35,21,12)
C0M35Y21K12 (0%, 35%, 21%, 12%)
(0.00 / 0.35 / 0.21 / 0.12)

CMYK percentages

%0
%34.67
%21.33
%11.76

Codes

Color #E193B1 in popluar color models

E1 93 B1
RGB 225 147 177
HSL 337° 56.52% 72.94%
HSB/HSV 337° 34.67% 88.24%
CMYK 0.00% 34.67% 21.33%
11.76%

Color #E193B1 in popluar number systems.

HEX E1 93 B1
Decimal 225 147 177
Binary 11100001 10010011 10110001
Octal 341 223 261

Shades and tints

Shades of #E193B1

#E193B1
(225,147,177)
#CD86A1
(205,134,161)
#B97991
(185,121,145)
#A56C81
(165,108,129)
#915F71
(145,95,113)
#7D5261
(125,82,97)
#694551
(105,69,81)
#553841
(85,56,65)
#412B31
(65,43,49)
#2D1E21
(45,30,33)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #E193B1

#E193B1
(225,147,177)
#E39CB8
(227,156,184)
#E5A5BF
(229,165,191)
#E7AEC6
(231,174,198)
#E9B7CD
(233,183,205)
#EBC0D4
(235,192,212)
#EDC9DB
(237,201,219)
#EFD2E2
(239,210,226)
#F1DBE9
(241,219,233)
#F3E4F0
(243,228,240)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E193B1 color. Also use rgb(225,147,177) instead hex code.

Text Font Color

.myTextColor { color: #E193B1; }

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

This text font color is #E193B1.

Background Color

.myBgColor { background-color: #E193B1; }

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

This div background color is #E193B1.

Border color

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

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

This div border color is #E193B1.

Opacity

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

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

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

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

This text has shadow with #E193B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E193B1.

Preview

Color preview on black background

This text has color #E193B1 on black background.


Color preview on white background

This text has color #E193B1 on white background.


Black color preview on #E193B1 background

This text has black color on #E193B1 background.


White color preview on #E193B1 background

This text has white color on #E193B1 background.


Related colors

Complementary color

Complementary color for #hex is #1E6C4E.


I love getcolorcode.com

Triadic colors

1 #B1E193 and #93B1E1 with #E193B1 are triadic colors.

2 #B193E1 and #93E1B1 with #E193B1 are triadic colors.