COLOR #E247BE

HEX: #E247BE
RGB: (226,71,190)

Color info

#E247BE contains mainly red and blue colors. Web safe color of #E247BE is #CC33CC (or #C3C).

RGB color model

#E247BE color RGB value is (226,71,190).

  • red value is 226;
  • green value is 71;
  • blue value is 190.
RGB:
(226,71,190)
(89%,28%,75%)

RGB channels and saturation

R 226 of 255 = 89%
G 71 of 255 = 28%
B 190 of 255 = 75%

226
71
190

R + G + B ~ 64%. #E247BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 71 + 190 = 487 (100%)
R 226 of 487 ~ 46.41%
G 71 of 487 ~ 14.58%
B 190 of 487 ~ 39.01%

%46.41
%14.58
%39.01

CMYK color model

#E247BE color CMYK value is (0,69,16,11).

  • cyan value is 0.00%
  • magenta value is 68.58%
  • yellow value is 15.93%
  • key color value is 11.37%
CMYK:
(0,69,16,11)
C0M69Y16K11 
(0%,69%,16%,11%)
(0.00/0.69/0.16/0.11)	

CMYK percentages

%0
%68.58
%15.93
%11.37

Codes

Color #E247BE in popluar color models

E247BE
RGB22671190
HSL314°72.77%58.24%
HSB/HSV314°68.58%88.63%
CMYK0.00%68.58%15.93%
11.37%

Color #E247BE in popluar number systems.

HEXE247BE
Decimal22671190
Binary11100010100011110111110
Octal342107276

Shades and tints

Shades of #E247BE

#E247BE
(226,71,190)
#CE41AD
(206,65,173)
#BA3B9C
(186,59,156)
#A6358B
(166,53,139)
#922F7A
(146,47,122)
#7E2969
(126,41,105)
#6A2358
(106,35,88)
#561D47
(86,29,71)
#421736
(66,23,54)
#2E1125
(46,17,37)
#1A0B14
(26,11,20)
#000000
(0,0,0)

Tints of #E247BE

#E247BE
(226,71,190)
#E457C3
(228,87,195)
#E667C8
(230,103,200)
#E877CD
(232,119,205)
#EA87D2
(234,135,210)
#EC97D7
(236,151,215)
#EEA7DC
(238,167,220)
#F0B7E1
(240,183,225)
#F2C7E6
(242,199,230)
#F4D7EB
(244,215,235)
#F6E7F0
(246,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E247BE color. Also use rgb(226,71,190) instead hex code.

Text Font Color

.myTextColor { color: #E247BE; }

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

This text font color is #E247BE.


Background Color

.myBgColor { background-color: #E247BE; }

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

This div background color is #E247BE.


Border color

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

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

This div border color is #E247BE.


Opacity

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

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

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

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

This text has shadow with #E247BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E247BE on black background.


Color preview on white background

This text has color #E247BE on white background.



Black color preview on #E247BE background

This text has black color on #E247BE background.


White color preview on #E247BE background

This text has white color on #E247BE background.