COLOR #E12594

HEX: #E12594
RGB: (225,37,148)

Color info

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

RGB color model

#E12594 color RGB value is (225,37,148).

  • red value is 225;
  • green value is 37;
  • blue value is 148.
RGB:
(225,37,148)
(88%,15%,58%)

RGB channels and saturation

R 225 of 255 = 88%
G 37 of 255 = 15%
B 148 of 255 = 58%

225
37
148

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

Portions of RGB colors in percentages

R + G + B =
225 + 37 + 148 = 410 (100%)
R 225 of 410 ~ 54.88%
G 37 of 410 ~ 9.02%
B 148 of 410 ~ 36.1%

%54.88
%36.1

CMYK color model

#E12594 color CMYK value is (0,84,34,12).

  • cyan value is 0.00%
  • magenta value is 83.56%
  • yellow value is 34.22%
  • key color value is 11.76%
CMYK:
(0,84,34,12)
C0M84Y34K12 
(0%,84%,34%,12%)
(0.00/0.84/0.34/0.12)	

CMYK percentages

%0
%83.56
%34.22
%11.76

Codes

Color #E12594 in popluar color models

E12594
RGB22537148
HSL325°75.81%51.37%
HSB/HSV325°83.56%88.24%
CMYK0.00%83.56%34.22%
11.76%

Color #E12594 in popluar number systems.

HEXE12594
Decimal22537148
Binary1110000110010110010100
Octal34145224

Shades and tints

Shades of #E12594

#E12594
(225,37,148)
#CD2287
(205,34,135)
#B91F7A
(185,31,122)
#A51C6D
(165,28,109)
#911960
(145,25,96)
#7D1653
(125,22,83)
#691346
(105,19,70)
#551039
(85,16,57)
#410D2C
(65,13,44)
#2D0A1F
(45,10,31)
#190712
(25,7,18)
#000000
(0,0,0)

Tints of #E12594

#E12594
(225,37,148)
#E3389D
(227,56,157)
#E54BA6
(229,75,166)
#E75EAF
(231,94,175)
#E971B8
(233,113,184)
#EB84C1
(235,132,193)
#ED97CA
(237,151,202)
#EFAAD3
(239,170,211)
#F1BDDC
(241,189,220)
#F3D0E5
(243,208,229)
#F5E3EE
(245,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E12594 color. Also use rgb(225,37,148) instead hex code.

Text Font Color

.myTextColor { color: #E12594; }

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

This text font color is #E12594.


Background Color

.myBgColor { background-color: #E12594; }

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

This div background color is #E12594.


Border color

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

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

This div border color is #E12594.


Opacity

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

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

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

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

This text has shadow with #E12594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E12594 on black background.


Color preview on white background

This text has color #E12594 on white background.



Black color preview on #E12594 background

This text has black color on #E12594 background.


White color preview on #E12594 background

This text has white color on #E12594 background.