COLOR #E472BA

HEX: #E472BA
RGB: (228,114,186)

Color info

#E472BA contains mainly red and blue colors. Web safe color of #E472BA is #CC66CC (or #C6C).

RGB color model

#E472BA color RGB value is (228,114,186).

  • red value is 228;
  • green value is 114;
  • blue value is 186.
RGB:
(228,114,186)
(89%,45%,73%)

RGB channels and saturation

R 228 of 255 = 89%
G 114 of 255 = 45%
B 186 of 255 = 73%

228
114
186

R + G + B ~ 69%. #E472BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 114 + 186 = 528 (100%)
R 228 of 528 ~ 43.18%
G 114 of 528 ~ 21.59%
B 186 of 528 ~ 35.23%

%43.18
%21.59
%35.23

CMYK color model

#E472BA color CMYK value is (0,50,18,11).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 18.42%
  • key color value is 10.59%
CMYK:
(0,50,18,11)
C0M50Y18K11 
(0%,50%,18%,11%)
(0.00/0.50/0.18/0.11)	

CMYK percentages

%0
%50
%18.42
%10.59

Codes

Color #E472BA in popluar color models

E472BA
RGB228114186
HSL322°67.86%67.06%
HSB/HSV322°50.00%89.41%
CMYK0.00%50.00%18.42%
10.59%

Color #E472BA in popluar number systems.

HEXE472BA
Decimal228114186
Binary11100100111001010111010
Octal344162272

Shades and tints

Shades of #E472BA

#E472BA
(228,114,186)
#D068AA
(208,104,170)
#BC5E9A
(188,94,154)
#A8548A
(168,84,138)
#944A7A
(148,74,122)
#80406A
(128,64,106)
#6C365A
(108,54,90)
#582C4A
(88,44,74)
#44223A
(68,34,58)
#30182A
(48,24,42)
#1C0E1A
(28,14,26)
#000000
(0,0,0)

Tints of #E472BA

#E472BA
(228,114,186)
#E67EC0
(230,126,192)
#E88AC6
(232,138,198)
#EA96CC
(234,150,204)
#ECA2D2
(236,162,210)
#EEAED8
(238,174,216)
#F0BADE
(240,186,222)
#F2C6E4
(242,198,228)
#F4D2EA
(244,210,234)
#F6DEF0
(246,222,240)
#F8EAF6
(248,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E472BA color. Also use rgb(228,114,186) instead hex code.

Text Font Color

.myTextColor { color: #E472BA; }

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

This text font color is #E472BA.


Background Color

.myBgColor { background-color: #E472BA; }

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

This div background color is #E472BA.


Border color

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

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

This div border color is #E472BA.


Opacity

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

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

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

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

This text has shadow with #E472BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E472BA on black background.


Color preview on white background

This text has color #E472BA on white background.



Black color preview on #E472BA background

This text has black color on #E472BA background.


White color preview on #E472BA background

This text has white color on #E472BA background.