COLOR #E796C1

HEX: #E796C1
RGB: (231,150,193)

Color info

#E796C1 contains mainly red and blue colors. Web safe color of #E796C1 is #FF99CC (or #F9C).

RGB color model

#E796C1 color RGB value is (231,150,193).

  • red value is 231;
  • green value is 150;
  • blue value is 193.
RGB:
(231,150,193)
(91%,59%,76%)

RGB channels and saturation

R 231 of 255 = 91%
G 150 of 255 = 59%
B 193 of 255 = 76%

231
150
193

R + G + B ~ 75%. #E796C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 150 + 193 = 574 (100%)
R 231 of 574 ~ 40.24%
G 150 of 574 ~ 26.13%
B 193 of 574 ~ 33.62%

%40.24
%26.13
%33.62

CMYK color model

#E796C1 color CMYK value is (0,35,16,9).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 16.45%
  • key color value is 9.41%
CMYK:
(0,35,16,9)
C0M35Y16K9 
(0%,35%,16%,9%)
(0.00/0.35/0.16/0.09)	

CMYK percentages

%0
%35.06
%16.45
%9.41

Codes

Color #E796C1 in popluar color models

E796C1
RGB231150193
HSL328°62.79%74.71%
HSB/HSV328°35.06%90.59%
CMYK0.00%35.06%16.45%
9.41%

Color #E796C1 in popluar number systems.

HEXE796C1
Decimal231150193
Binary111001111001011011000001
Octal347226301

Shades and tints

Shades of #E796C1

#E796C1
(231,150,193)
#D289B0
(210,137,176)
#BD7C9F
(189,124,159)
#A86F8E
(168,111,142)
#93627D
(147,98,125)
#7E556C
(126,85,108)
#69485B
(105,72,91)
#543B4A
(84,59,74)
#3F2E39
(63,46,57)
#2A2128
(42,33,40)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #E796C1

#E796C1
(231,150,193)
#E99FC6
(233,159,198)
#EBA8CB
(235,168,203)
#EDB1D0
(237,177,208)
#EFBAD5
(239,186,213)
#F1C3DA
(241,195,218)
#F3CCDF
(243,204,223)
#F5D5E4
(245,213,228)
#F7DEE9
(247,222,233)
#F9E7EE
(249,231,238)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E796C1 color. Also use rgb(231,150,193) instead hex code.

Text Font Color

.myTextColor { color: #E796C1; }

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

This text font color is #E796C1.


Background Color

.myBgColor { background-color: #E796C1; }

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

This div background color is #E796C1.


Border color

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

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

This div border color is #E796C1.


Opacity

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

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

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

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

This text has shadow with #E796C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E796C1 on black background.


Color preview on white background

This text has color #E796C1 on white background.



Black color preview on #E796C1 background

This text has black color on #E796C1 background.


White color preview on #E796C1 background

This text has white color on #E796C1 background.