COLOR #E12BA1

HEX: #E12BA1
RGB: (225,43,161)

Color info

#E12BA1 contains mainly red color. Web safe color of #E12BA1 is #CC3399 (or #C39).

RGB color model

#E12BA1 color RGB value is (225,43,161).

  • red value is 225;
  • green value is 43;
  • blue value is 161.
RGB:
(225,43,161)
(88%,17%,63%)

RGB channels and saturation

R 225 of 255 = 88%
G 43 of 255 = 17%
B 161 of 255 = 63%

225
43
161

R + G + B ~ 56%. #E12BA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
225 + 43 + 161 = 429 (100%)
R 225 of 429 ~ 52.45%
G 43 of 429 ~ 10.02%
B 161 of 429 ~ 37.53%

%52.45
%10.02
%37.53

CMYK color model

#E12BA1 color CMYK value is (0,81,28,12).

  • cyan value is 0.00%
  • magenta value is 80.89%
  • yellow value is 28.44%
  • key color value is 11.76%
CMYK:
(0,81,28,12)
C0M81Y28K12 
(0%,81%,28%,12%)
(0.00/0.81/0.28/0.12)	

CMYK percentages

%0
%80.89
%28.44
%11.76

Codes

Color #E12BA1 in popluar color models

E12BA1
RGB22543161
HSL321°75.21%52.55%
HSB/HSV321°80.89%88.24%
CMYK0.00%80.89%28.44%
11.76%

Color #E12BA1 in popluar number systems.

HEXE12BA1
Decimal22543161
Binary1110000110101110100001
Octal34153241

Shades and tints

Shades of #E12BA1

#E12BA1
(225,43,161)
#CD2893
(205,40,147)
#B92585
(185,37,133)
#A52277
(165,34,119)
#911F69
(145,31,105)
#7D1C5B
(125,28,91)
#69194D
(105,25,77)
#55163F
(85,22,63)
#411331
(65,19,49)
#2D1023
(45,16,35)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #E12BA1

#E12BA1
(225,43,161)
#E33EA9
(227,62,169)
#E551B1
(229,81,177)
#E764B9
(231,100,185)
#E977C1
(233,119,193)
#EB8AC9
(235,138,201)
#ED9DD1
(237,157,209)
#EFB0D9
(239,176,217)
#F1C3E1
(241,195,225)
#F3D6E9
(243,214,233)
#F5E9F1
(245,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E12BA1 color. Also use rgb(225,43,161) instead hex code.

Text Font Color

.myTextColor { color: #E12BA1; }

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

This text font color is #E12BA1.


Background Color

.myBgColor { background-color: #E12BA1; }

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

This div background color is #E12BA1.


Border color

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

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

This div border color is #E12BA1.


Opacity

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

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

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

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

This text has shadow with #E12BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E12BA1 on black background.


Color preview on white background

This text has color #E12BA1 on white background.



Black color preview on #E12BA1 background

This text has black color on #E12BA1 background.


White color preview on #E12BA1 background

This text has white color on #E12BA1 background.