COLOR #E12480

HEX: #E12480
RGB: (225,36,128)

Color info

#E12480 contains mainly red color. Web safe color of #E12480 is #CC3366 (or #C36).

RGB color model

#E12480 color RGB value is (225,36,128).

  • red value is 225;
  • green value is 36;
  • blue value is 128.
RGB:
(225,36,128)
(88%,14%,50%)

RGB channels and saturation

R 225 of 255 = 88%
G 36 of 255 = 14%
B 128 of 255 = 50%

225
36
128

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

Portions of RGB colors in percentages

R + G + B =
225 + 36 + 128 = 389 (100%)
R 225 of 389 ~ 57.84%
G 36 of 389 ~ 9.25%
B 128 of 389 ~ 32.9%

%57.84
%32.9

CMYK color model

#E12480 color CMYK value is (0,84,43,12).

  • cyan value is 0.00%
  • magenta value is 84.00%
  • yellow value is 43.11%
  • key color value is 11.76%
CMYK:
(0,84,43,12)
C0M84Y43K12 
(0%,84%,43%,12%)
(0.00/0.84/0.43/0.12)	

CMYK percentages

%0
%84
%43.11
%11.76

Codes

Color #E12480 in popluar color models

E12480
RGB22536128
HSL331°75.90%51.18%
HSB/HSV331°84.00%88.24%
CMYK0.00%84.00%43.11%
11.76%

Color #E12480 in popluar number systems.

HEXE12480
Decimal22536128
Binary1110000110010010000000
Octal34144200

Shades and tints

Shades of #E12480

#E12480
(225,36,128)
#CD2175
(205,33,117)
#B91E6A
(185,30,106)
#A51B5F
(165,27,95)
#911854
(145,24,84)
#7D1549
(125,21,73)
#69123E
(105,18,62)
#550F33
(85,15,51)
#410C28
(65,12,40)
#2D091D
(45,9,29)
#190612
(25,6,18)
#000000
(0,0,0)

Tints of #E12480

#E12480
(225,36,128)
#E3378B
(227,55,139)
#E54A96
(229,74,150)
#E75DA1
(231,93,161)
#E970AC
(233,112,172)
#EB83B7
(235,131,183)
#ED96C2
(237,150,194)
#EFA9CD
(239,169,205)
#F1BCD8
(241,188,216)
#F3CFE3
(243,207,227)
#F5E2EE
(245,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E12480 color. Also use rgb(225,36,128) instead hex code.

Text Font Color

.myTextColor { color: #E12480; }

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

This text font color is #E12480.


Background Color

.myBgColor { background-color: #E12480; }

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

This div background color is #E12480.


Border color

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

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

This div border color is #E12480.


Opacity

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

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

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

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

This text has shadow with #E12480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E12480 on black background.


Color preview on white background

This text has color #E12480 on white background.



Black color preview on #E12480 background

This text has black color on #E12480 background.


White color preview on #E12480 background

This text has white color on #E12480 background.