COLOR #E79BE2

HEX: #E79BE2
RGB: (231,155,226)

Color info

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

RGB color model

#E79BE2 color RGB value is (231,155,226).

  • red value is 231;
  • green value is 155;
  • blue value is 226.
RGB:
(231,155,226)
(91%,61%,89%)

RGB channels and saturation

R 231 of 255 = 91%
G 155 of 255 = 61%
B 226 of 255 = 89%

231
155
226

R + G + B ~ 80%. #E79BE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 155 + 226 = 612 (100%)
R 231 of 612 ~ 37.75%
G 155 of 612 ~ 25.33%
B 226 of 612 ~ 36.93%

%37.75
%25.33
%36.93

CMYK color model

#E79BE2 color CMYK value is (0,33,2,9).

  • cyan value is 0.00%
  • magenta value is 32.90%
  • yellow value is 2.16%
  • key color value is 9.41%
CMYK:
(0,33,2,9)
C0M33Y2K9 
(0%,33%,2%,9%)
(0.00/0.33/0.02/0.09)	

CMYK percentages

%0
%32.9
%2.16
%9.41

Codes

Color #E79BE2 in popluar color models

E79BE2
RGB231155226
HSL304°61.29%75.69%
HSB/HSV304°32.90%90.59%
CMYK0.00%32.90%2.16%
9.41%

Color #E79BE2 in popluar number systems.

HEXE79BE2
Decimal231155226
Binary111001111001101111100010
Octal347233342

Shades and tints

Shades of #E79BE2

#E79BE2
(231,155,226)
#D28DCE
(210,141,206)
#BD7FBA
(189,127,186)
#A871A6
(168,113,166)
#936392
(147,99,146)
#7E557E
(126,85,126)
#69476A
(105,71,106)
#543956
(84,57,86)
#3F2B42
(63,43,66)
#2A1D2E
(42,29,46)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #E79BE2

#E79BE2
(231,155,226)
#E9A4E4
(233,164,228)
#EBADE6
(235,173,230)
#EDB6E8
(237,182,232)
#EFBFEA
(239,191,234)
#F1C8EC
(241,200,236)
#F3D1EE
(243,209,238)
#F5DAF0
(245,218,240)
#F7E3F2
(247,227,242)
#F9ECF4
(249,236,244)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79BE2 color. Also use rgb(231,155,226) instead hex code.

Text Font Color

.myTextColor { color: #E79BE2; }

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

This text font color is #E79BE2.


Background Color

.myBgColor { background-color: #E79BE2; }

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

This div background color is #E79BE2.


Border color

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

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

This div border color is #E79BE2.


Opacity

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

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

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

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

This text has shadow with #E79BE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79BE2 on black background.


Color preview on white background

This text has color #E79BE2 on white background.



Black color preview on #E79BE2 background

This text has black color on #E79BE2 background.


White color preview on #E79BE2 background

This text has white color on #E79BE2 background.