COLOR #E14FA2

HEX: #E14FA2
RGB: (225,79,162)

Color info

#E14FA2 contains mainly red color. Web safe color of #E14FA2 is #CC6699 (or #C69).

RGB color model

#E14FA2 color RGB value is (225,79,162).

  • red value is 225;
  • green value is 79;
  • blue value is 162.
RGB:
(225,79,162)
(88%,31%,64%)

RGB channels and saturation

R 225 of 255 = 88%
G 79 of 255 = 31%
B 162 of 255 = 64%

225
79
162

R + G + B ~ 61%. #E14FA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 79 + 162 = 466 (100%)
R 225 of 466 ~ 48.28%
G 79 of 466 ~ 16.95%
B 162 of 466 ~ 34.76%

%48.28
%16.95
%34.76

CMYK color model

#E14FA2 color CMYK value is (0,65,28,12).

  • cyan value is 0.00%
  • magenta value is 64.89%
  • yellow value is 28.00%
  • key color value is 11.76%
CMYK:
(0,65,28,12)
C0M65Y28K12 
(0%,65%,28%,12%)
(0.00/0.65/0.28/0.12)	

CMYK percentages

%0
%64.89
%28
%11.76

Codes

Color #E14FA2 in popluar color models

E14FA2
RGB22579162
HSL326°70.87%59.61%
HSB/HSV326°64.89%88.24%
CMYK0.00%64.89%28.00%
11.76%

Color #E14FA2 in popluar number systems.

HEXE14FA2
Decimal22579162
Binary11100001100111110100010
Octal341117242

Shades and tints

Shades of #E14FA2

#E14FA2
(225,79,162)
#CD4894
(205,72,148)
#B94186
(185,65,134)
#A53A78
(165,58,120)
#91336A
(145,51,106)
#7D2C5C
(125,44,92)
#69254E
(105,37,78)
#551E40
(85,30,64)
#411732
(65,23,50)
#2D1024
(45,16,36)
#190916
(25,9,22)
#000000
(0,0,0)

Tints of #E14FA2

#E14FA2
(225,79,162)
#E35FAA
(227,95,170)
#E56FB2
(229,111,178)
#E77FBA
(231,127,186)
#E98FC2
(233,143,194)
#EB9FCA
(235,159,202)
#EDAFD2
(237,175,210)
#EFBFDA
(239,191,218)
#F1CFE2
(241,207,226)
#F3DFEA
(243,223,234)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E14FA2 color. Also use rgb(225,79,162) instead hex code.

Text Font Color

.myTextColor { color: #E14FA2; }

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

This text font color is #E14FA2.


Background Color

.myBgColor { background-color: #E14FA2; }

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

This div background color is #E14FA2.


Border color

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

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

This div border color is #E14FA2.


Opacity

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

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

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

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

This text has shadow with #E14FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E14FA2 on black background.


Color preview on white background

This text has color #E14FA2 on white background.



Black color preview on #E14FA2 background

This text has black color on #E14FA2 background.


White color preview on #E14FA2 background

This text has white color on #E14FA2 background.