COLOR #E196BF

HEX: #E196BF RGB: (225,150,191)

Color info

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

RGB color model

#E196BF color RGB value is (225,150,191).

RGB: (225,150,191) (88%, 59%, 75%)

RGB channels and saturation

R 225 of 255 = 88%
G 150 of 255 = 59%
B 191 of 255 = 75%

225
150
191

R + G + B ~ 74%. #E196BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 150 + 191 = 566 (100%)
R 225 of 566 ~ 39.75%
G 150 of 566 ~ 26.5%
B 191 of 566 ~ 33.75'%

%39.75
%26.5
%33.75

CMYK color model

#E196BF color CMYK value is (0,33,15,12).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 15.11%
  • key color value is 11.76%

CMYK: (0,33,15,12)
C0M33Y15K12 (0%, 33%, 15%, 12%)
(0.00 / 0.33 / 0.15 / 0.12)

CMYK percentages

%0
%33.33
%15.11
%11.76

Codes

Color #E196BF in popluar color models

E1 96 BF
RGB 225 150 191
HSL 327° 55.56% 73.53%
HSB/HSV 327° 33.33% 88.24%
CMYK 0.00% 33.33% 15.11%
11.76%

Color #E196BF in popluar number systems.

HEX E1 96 BF
Decimal 225 150 191
Binary 11100001 10010110 10111111
Octal 341 226 277

Shades and tints

Shades of #E196BF

#E196BF
(225,150,191)
#CD89AE
(205,137,174)
#B97C9D
(185,124,157)
#A56F8C
(165,111,140)
#91627B
(145,98,123)
#7D556A
(125,85,106)
#694859
(105,72,89)
#553B48
(85,59,72)
#412E37
(65,46,55)
#2D2126
(45,33,38)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #E196BF

#E196BF
(225,150,191)
#E39FC4
(227,159,196)
#E5A8C9
(229,168,201)
#E7B1CE
(231,177,206)
#E9BAD3
(233,186,211)
#EBC3D8
(235,195,216)
#EDCCDD
(237,204,221)
#EFD5E2
(239,213,226)
#F1DEE7
(241,222,231)
#F3E7EC
(243,231,236)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E196BF color. Also use rgb(225,150,191) instead hex code.

Text Font Color

.myTextColor { color: #E196BF; }

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

This text font color is #E196BF.

Background Color

.myBgColor { background-color: #E196BF; }

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

This div background color is #E196BF.

Border color

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

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

This div border color is #E196BF.

Opacity

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

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

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

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

This text has shadow with #E196BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E196BF.

Preview

Color preview on black background

This text has color #E196BF on black background.


Color preview on white background

This text has color #E196BF on white background.


Black color preview on #E196BF background

This text has black color on #E196BF background.


White color preview on #E196BF background

This text has white color on #E196BF background.


Related colors

Complementary color

Complementary color for #hex is #1E6940.


I love getcolorcode.com

Triadic colors

1 #BFE196 and #96BFE1 with #E196BF are triadic colors.

2 #BF96E1 and #96E1BF with #E196BF are triadic colors.