COLOR #E12A95

HEX: #E12A95
RGB: (225,42,149)

Color info

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

RGB color model

#E12A95 color RGB value is (225,42,149).

  • red value is 225;
  • green value is 42;
  • blue value is 149.
RGB:
(225,42,149)
(88%,16%,58%)

RGB channels and saturation

R 225 of 255 = 88%
G 42 of 255 = 16%
B 149 of 255 = 58%

225
42
149

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

Portions of RGB colors in percentages

R + G + B =
225 + 42 + 149 = 416 (100%)
R 225 of 416 ~ 54.09%
G 42 of 416 ~ 10.1%
B 149 of 416 ~ 35.82%

%54.09
%10.1
%35.82

CMYK color model

#E12A95 color CMYK value is (0,81,34,12).

  • cyan value is 0.00%
  • magenta value is 81.33%
  • yellow value is 33.78%
  • key color value is 11.76%
CMYK:
(0,81,34,12)
C0M81Y34K12 
(0%,81%,34%,12%)
(0.00/0.81/0.34/0.12)	

CMYK percentages

%0
%81.33
%33.78
%11.76

Codes

Color #E12A95 in popluar color models

E12A95
RGB22542149
HSL325°75.31%52.35%
HSB/HSV325°81.33%88.24%
CMYK0.00%81.33%33.78%
11.76%

Color #E12A95 in popluar number systems.

HEXE12A95
Decimal22542149
Binary1110000110101010010101
Octal34152225

Shades and tints

Shades of #E12A95

#E12A95
(225,42,149)
#CD2788
(205,39,136)
#B9247B
(185,36,123)
#A5216E
(165,33,110)
#911E61
(145,30,97)
#7D1B54
(125,27,84)
#691847
(105,24,71)
#55153A
(85,21,58)
#41122D
(65,18,45)
#2D0F20
(45,15,32)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #E12A95

#E12A95
(225,42,149)
#E33D9E
(227,61,158)
#E550A7
(229,80,167)
#E763B0
(231,99,176)
#E976B9
(233,118,185)
#EB89C2
(235,137,194)
#ED9CCB
(237,156,203)
#EFAFD4
(239,175,212)
#F1C2DD
(241,194,221)
#F3D5E6
(243,213,230)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E12A95 color. Also use rgb(225,42,149) instead hex code.

Text Font Color

.myTextColor { color: #E12A95; }

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

This text font color is #E12A95.


Background Color

.myBgColor { background-color: #E12A95; }

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

This div background color is #E12A95.


Border color

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

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

This div border color is #E12A95.


Opacity

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

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

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

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

This text has shadow with #E12A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E12A95 on black background.


Color preview on white background

This text has color #E12A95 on white background.



Black color preview on #E12A95 background

This text has black color on #E12A95 background.


White color preview on #E12A95 background

This text has white color on #E12A95 background.