COLOR #E194B6

HEX: #E194B6
RGB: (225,148,182)

Color info

#E194B6 contains mainly red and blue colors. Web safe color of #E194B6 is #CC99CC (or #C9C).

RGB color model

#E194B6 color RGB value is (225,148,182).

  • red value is 225;
  • green value is 148;
  • blue value is 182.
RGB:
(225,148,182)
(88%,58%,71%)

RGB channels and saturation

R 225 of 255 = 88%
G 148 of 255 = 58%
B 182 of 255 = 71%

225
148
182

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

Portions of RGB colors in percentages

R + G + B =
225 + 148 + 182 = 555 (100%)
R 225 of 555 ~ 40.54%
G 148 of 555 ~ 26.67%
B 182 of 555 ~ 32.79%

%40.54
%26.67
%32.79

CMYK color model

#E194B6 color CMYK value is (0,34,19,12).

  • cyan value is 0.00%
  • magenta value is 34.22%
  • yellow value is 19.11%
  • key color value is 11.76%
CMYK:
(0,34,19,12)
C0M34Y19K12 
(0%,34%,19%,12%)
(0.00/0.34/0.19/0.12)	

CMYK percentages

%0
%34.22
%19.11
%11.76

Codes

Color #E194B6 in popluar color models

E194B6
RGB225148182
HSL334°56.20%73.14%
HSB/HSV334°34.22%88.24%
CMYK0.00%34.22%19.11%
11.76%

Color #E194B6 in popluar number systems.

HEXE194B6
Decimal225148182
Binary111000011001010010110110
Octal341224266

Shades and tints

Shades of #E194B6

#E194B6
(225,148,182)
#CD87A6
(205,135,166)
#B97A96
(185,122,150)
#A56D86
(165,109,134)
#916076
(145,96,118)
#7D5366
(125,83,102)
#694656
(105,70,86)
#553946
(85,57,70)
#412C36
(65,44,54)
#2D1F26
(45,31,38)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #E194B6

#E194B6
(225,148,182)
#E39DBC
(227,157,188)
#E5A6C2
(229,166,194)
#E7AFC8
(231,175,200)
#E9B8CE
(233,184,206)
#EBC1D4
(235,193,212)
#EDCADA
(237,202,218)
#EFD3E0
(239,211,224)
#F1DCE6
(241,220,230)
#F3E5EC
(243,229,236)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E194B6 color. Also use rgb(225,148,182) instead hex code.

Text Font Color

.myTextColor { color: #E194B6; }

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

This text font color is #E194B6.


Background Color

.myBgColor { background-color: #E194B6; }

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

This div background color is #E194B6.


Border color

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

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

This div border color is #E194B6.


Opacity

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

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

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

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

This text has shadow with #E194B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E194B6 on black background.


Color preview on white background

This text has color #E194B6 on white background.



Black color preview on #E194B6 background

This text has black color on #E194B6 background.


White color preview on #E194B6 background

This text has white color on #E194B6 background.