COLOR #E749BC

HEX: #E749BC
RGB: (231,73,188)

Color info

#E749BC contains mainly red and blue colors. Web safe color of #E749BC is #FF33CC (or #F3C).

RGB color model

#E749BC color RGB value is (231,73,188).

  • red value is 231;
  • green value is 73;
  • blue value is 188.
RGB:
(231,73,188)
(91%,29%,74%)

RGB channels and saturation

R 231 of 255 = 91%
G 73 of 255 = 29%
B 188 of 255 = 74%

231
73
188

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

Portions of RGB colors in percentages

R + G + B =
231 + 73 + 188 = 492 (100%)
R 231 of 492 ~ 46.95%
G 73 of 492 ~ 14.84%
B 188 of 492 ~ 38.21%

%46.95
%14.84
%38.21

CMYK color model

#E749BC color CMYK value is (0,68,19,9).

  • cyan value is 0.00%
  • magenta value is 68.40%
  • yellow value is 18.61%
  • key color value is 9.41%
CMYK:
(0,68,19,9)
C0M68Y19K9 
(0%,68%,19%,9%)
(0.00/0.68/0.19/0.09)	

CMYK percentages

%0
%68.4
%18.61
%9.41

Codes

Color #E749BC in popluar color models

E749BC
RGB23173188
HSL316°76.70%59.61%
HSB/HSV316°68.40%90.59%
CMYK0.00%68.40%18.61%
9.41%

Color #E749BC in popluar number systems.

HEXE749BC
Decimal23173188
Binary11100111100100110111100
Octal347111274

Shades and tints

Shades of #E749BC

#E749BC
(231,73,188)
#D243AB
(210,67,171)
#BD3D9A
(189,61,154)
#A83789
(168,55,137)
#933178
(147,49,120)
#7E2B67
(126,43,103)
#692556
(105,37,86)
#541F45
(84,31,69)
#3F1934
(63,25,52)
#2A1323
(42,19,35)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #E749BC

#E749BC
(231,73,188)
#E959C2
(233,89,194)
#EB69C8
(235,105,200)
#ED79CE
(237,121,206)
#EF89D4
(239,137,212)
#F199DA
(241,153,218)
#F3A9E0
(243,169,224)
#F5B9E6
(245,185,230)
#F7C9EC
(247,201,236)
#F9D9F2
(249,217,242)
#FBE9F8
(251,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E749BC color. Also use rgb(231,73,188) instead hex code.

Text Font Color

.myTextColor { color: #E749BC; }

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

This text font color is #E749BC.


Background Color

.myBgColor { background-color: #E749BC; }

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

This div background color is #E749BC.


Border color

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

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

This div border color is #E749BC.


Opacity

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

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

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

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

This text has shadow with #E749BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E749BC on black background.


Color preview on white background

This text has color #E749BC on white background.



Black color preview on #E749BC background

This text has black color on #E749BC background.


White color preview on #E749BC background

This text has white color on #E749BC background.