COLOR #E13E98

HEX: #E13E98 RGB: (225,62,152)

Color info

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

RGB color model

#E13E98 color RGB value is (225,62,152).

RGB: (225,62,152) (88%, 24%, 60%)

RGB channels and saturation

R 225 of 255 = 88%
G 62 of 255 = 24%
B 152 of 255 = 60%

225
62
152

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

Portions of RGB colors in percentages

R + G + B = 225 + 62 + 152 = 439 (100%)
R 225 of 439 ~ 51.25%
G 62 of 439 ~ 14.12%
B 152 of 439 ~ 34.62'%

%51.25
%14.12
%34.62

CMYK color model

#E13E98 color CMYK value is (0,72,32,12).

  • cyan value is 0.00%
  • magenta value is 72.44%
  • yellow value is 32.44%
  • key color value is 11.76%

CMYK: (0,72,32,12)
C0M72Y32K12 (0%, 72%, 32%, 12%)
(0.00 / 0.72 / 0.32 / 0.12)

CMYK percentages

%0
%72.44
%32.44
%11.76

Codes

Color #E13E98 in popluar color models

E1 3E 98
RGB 225 62 152
HSL 327° 73.09% 56.27%
HSB/HSV 327° 72.44% 88.24%
CMYK 0.00% 72.44% 32.44%
11.76%

Color #E13E98 in popluar number systems.

HEX E1 3E 98
Decimal 225 62 152
Binary 11100001 111110 10011000
Octal 341 76 230

Shades and tints

Shades of #E13E98

#E13E98
(225,62,152)
#CD398B
(205,57,139)
#B9347E
(185,52,126)
#A52F71
(165,47,113)
#912A64
(145,42,100)
#7D2557
(125,37,87)
#69204A
(105,32,74)
#551B3D
(85,27,61)
#411630
(65,22,48)
#2D1123
(45,17,35)
#190C16
(25,12,22)
#000000
(0,0,0)

Tints of #E13E98

#E13E98
(225,62,152)
#E34FA1
(227,79,161)
#E560AA
(229,96,170)
#E771B3
(231,113,179)
#E982BC
(233,130,188)
#EB93C5
(235,147,197)
#EDA4CE
(237,164,206)
#EFB5D7
(239,181,215)
#F1C6E0
(241,198,224)
#F3D7E9
(243,215,233)
#F5E8F2
(245,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E13E98; }

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

This text font color is #E13E98.

Background Color

.myBgColor { background-color: #E13E98; }

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

This div background color is #E13E98.

Border color

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

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

This div border color is #E13E98.

Opacity

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

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

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

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

This text has shadow with #E13E98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E13E98.

Preview

Color preview on black background

This text has color #E13E98 on black background.


Color preview on white background

This text has color #E13E98 on white background.


Black color preview on #E13E98 background

This text has black color on #E13E98 background.


White color preview on #E13E98 background

This text has white color on #E13E98 background.


Related colors

Complementary color

Complementary color for #hex is #1EC167.


I love getcolorcode.com

Triadic colors

1 #98E13E and #3E98E1 with #E13E98 are triadic colors.

2 #983EE1 and #3EE198 with #E13E98 are triadic colors.