COLOR #E13EAF

HEX: #E13EAF
RGB: (225,62,175)

Color info

#E13EAF contains mainly red and blue colors. Web safe color of #E13EAF is #CC3399 (or #C39).

RGB color model

#E13EAF color RGB value is (225,62,175).

  • red value is 225;
  • green value is 62;
  • blue value is 175.
RGB:
(225,62,175)
(88%,24%,69%)

RGB channels and saturation

R 225 of 255 = 88%
G 62 of 255 = 24%
B 175 of 255 = 69%

225
62
175

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

Portions of RGB colors in percentages

R + G + B =
225 + 62 + 175 = 462 (100%)
R 225 of 462 ~ 48.7%
G 62 of 462 ~ 13.42%
B 175 of 462 ~ 37.88%

%48.7
%13.42
%37.88

CMYK color model

#E13EAF color CMYK value is (0,72,22,12).

  • cyan value is 0.00%
  • magenta value is 72.44%
  • yellow value is 22.22%
  • key color value is 11.76%
CMYK:
(0,72,22,12)
C0M72Y22K12 
(0%,72%,22%,12%)
(0.00/0.72/0.22/0.12)	

CMYK percentages

%0
%72.44
%22.22
%11.76

Codes

Color #E13EAF in popluar color models

E13EAF
RGB22562175
HSL318°73.09%56.27%
HSB/HSV318°72.44%88.24%
CMYK0.00%72.44%22.22%
11.76%

Color #E13EAF in popluar number systems.

HEXE13EAF
Decimal22562175
Binary1110000111111010101111
Octal34176257

Shades and tints

Shades of #E13EAF

#E13EAF
(225,62,175)
#CD39A0
(205,57,160)
#B93491
(185,52,145)
#A52F82
(165,47,130)
#912A73
(145,42,115)
#7D2564
(125,37,100)
#692055
(105,32,85)
#551B46
(85,27,70)
#411637
(65,22,55)
#2D1128
(45,17,40)
#190C19
(25,12,25)
#000000
(0,0,0)

Tints of #E13EAF

#E13EAF
(225,62,175)
#E34FB6
(227,79,182)
#E560BD
(229,96,189)
#E771C4
(231,113,196)
#E982CB
(233,130,203)
#EB93D2
(235,147,210)
#EDA4D9
(237,164,217)
#EFB5E0
(239,181,224)
#F1C6E7
(241,198,231)
#F3D7EE
(243,215,238)
#F5E8F5
(245,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E13EAF color. Also use rgb(225,62,175) instead hex code.

Text Font Color

.myTextColor { color: #E13EAF; }

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

This text font color is #E13EAF.


Background Color

.myBgColor { background-color: #E13EAF; }

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

This div background color is #E13EAF.


Border color

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

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

This div border color is #E13EAF.


Opacity

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

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

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

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

This text has shadow with #E13EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E13EAF on black background.


Color preview on white background

This text has color #E13EAF on white background.



Black color preview on #E13EAF background

This text has black color on #E13EAF background.


White color preview on #E13EAF background

This text has white color on #E13EAF background.