COLOR #E756B9

HEX: #E756B9
RGB: (231,86,185)

Color info

#E756B9 contains mainly red and blue colors. Web safe color of #E756B9 is #FF66CC (or #F6C).

RGB color model

#E756B9 color RGB value is (231,86,185).

  • red value is 231;
  • green value is 86;
  • blue value is 185.
RGB:
(231,86,185)
(91%,34%,73%)

RGB channels and saturation

R 231 of 255 = 91%
G 86 of 255 = 34%
B 185 of 255 = 73%

231
86
185

R + G + B ~ 66%. #E756B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 86 + 185 = 502 (100%)
R 231 of 502 ~ 46.02%
G 86 of 502 ~ 17.13%
B 185 of 502 ~ 36.85%

%46.02
%17.13
%36.85

CMYK color model

#E756B9 color CMYK value is (0,63,20,9).

  • cyan value is 0.00%
  • magenta value is 62.77%
  • yellow value is 19.91%
  • key color value is 9.41%
CMYK:
(0,63,20,9)
C0M63Y20K9 
(0%,63%,20%,9%)
(0.00/0.63/0.20/0.09)	

CMYK percentages

%0
%62.77
%19.91
%9.41

Codes

Color #E756B9 in popluar color models

E756B9
RGB23186185
HSL319°75.13%62.16%
HSB/HSV319°62.77%90.59%
CMYK0.00%62.77%19.91%
9.41%

Color #E756B9 in popluar number systems.

HEXE756B9
Decimal23186185
Binary11100111101011010111001
Octal347126271

Shades and tints

Shades of #E756B9

#E756B9
(231,86,185)
#D24FA9
(210,79,169)
#BD4899
(189,72,153)
#A84189
(168,65,137)
#933A79
(147,58,121)
#7E3369
(126,51,105)
#692C59
(105,44,89)
#542549
(84,37,73)
#3F1E39
(63,30,57)
#2A1729
(42,23,41)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #E756B9

#E756B9
(231,86,185)
#E965BF
(233,101,191)
#EB74C5
(235,116,197)
#ED83CB
(237,131,203)
#EF92D1
(239,146,209)
#F1A1D7
(241,161,215)
#F3B0DD
(243,176,221)
#F5BFE3
(245,191,227)
#F7CEE9
(247,206,233)
#F9DDEF
(249,221,239)
#FBECF5
(251,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E756B9 color. Also use rgb(231,86,185) instead hex code.

Text Font Color

.myTextColor { color: #E756B9; }

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

This text font color is #E756B9.


Background Color

.myBgColor { background-color: #E756B9; }

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

This div background color is #E756B9.


Border color

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

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

This div border color is #E756B9.


Opacity

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

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

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

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

This text has shadow with #E756B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E756B9 on black background.


Color preview on white background

This text has color #E756B9 on white background.



Black color preview on #E756B9 background

This text has black color on #E756B9 background.


White color preview on #E756B9 background

This text has white color on #E756B9 background.