COLOR #E76BA1

HEX: #E76BA1
RGB: (231,107,161)

Color info

#E76BA1 contains mainly red color. Web safe color of #E76BA1 is #FF6699 (or #F69).

RGB color model

#E76BA1 color RGB value is (231,107,161).

  • red value is 231;
  • green value is 107;
  • blue value is 161.
RGB:
(231,107,161)
(91%,42%,63%)

RGB channels and saturation

R 231 of 255 = 91%
G 107 of 255 = 42%
B 161 of 255 = 63%

231
107
161

R + G + B ~ 65%. #E76BA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 107 + 161 = 499 (100%)
R 231 of 499 ~ 46.29%
G 107 of 499 ~ 21.44%
B 161 of 499 ~ 32.26%

%46.29
%21.44
%32.26

CMYK color model

#E76BA1 color CMYK value is (0,54,30,9).

  • cyan value is 0.00%
  • magenta value is 53.68%
  • yellow value is 30.30%
  • key color value is 9.41%
CMYK:
(0,54,30,9)
C0M54Y30K9 
(0%,54%,30%,9%)
(0.00/0.54/0.30/0.09)	

CMYK percentages

%0
%53.68
%30.3
%9.41

Codes

Color #E76BA1 in popluar color models

E76BA1
RGB231107161
HSL334°72.09%66.27%
HSB/HSV334°53.68%90.59%
CMYK0.00%53.68%30.30%
9.41%

Color #E76BA1 in popluar number systems.

HEXE76BA1
Decimal231107161
Binary11100111110101110100001
Octal347153241

Shades and tints

Shades of #E76BA1

#E76BA1
(231,107,161)
#D26293
(210,98,147)
#BD5985
(189,89,133)
#A85077
(168,80,119)
#934769
(147,71,105)
#7E3E5B
(126,62,91)
#69354D
(105,53,77)
#542C3F
(84,44,63)
#3F2331
(63,35,49)
#2A1A23
(42,26,35)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #E76BA1

#E76BA1
(231,107,161)
#E978A9
(233,120,169)
#EB85B1
(235,133,177)
#ED92B9
(237,146,185)
#EF9FC1
(239,159,193)
#F1ACC9
(241,172,201)
#F3B9D1
(243,185,209)
#F5C6D9
(245,198,217)
#F7D3E1
(247,211,225)
#F9E0E9
(249,224,233)
#FBEDF1
(251,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76BA1 color. Also use rgb(231,107,161) instead hex code.

Text Font Color

.myTextColor { color: #E76BA1; }

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

This text font color is #E76BA1.


Background Color

.myBgColor { background-color: #E76BA1; }

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

This div background color is #E76BA1.


Border color

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

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

This div border color is #E76BA1.


Opacity

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

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

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

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

This text has shadow with #E76BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76BA1 on black background.


Color preview on white background

This text has color #E76BA1 on white background.



Black color preview on #E76BA1 background

This text has black color on #E76BA1 background.


White color preview on #E76BA1 background

This text has white color on #E76BA1 background.