COLOR #E13869

HEX: #E13869
RGB: (225,56,105)

Color info

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

RGB color model

#E13869 color RGB value is (225,56,105).

  • red value is 225;
  • green value is 56;
  • blue value is 105.
RGB:
(225,56,105)
(88%,22%,41%)

RGB channels and saturation

R 225 of 255 = 88%
G 56 of 255 = 22%
B 105 of 255 = 41%

225
56
105

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

Portions of RGB colors in percentages

R + G + B =
225 + 56 + 105 = 386 (100%)
R 225 of 386 ~ 58.29%
G 56 of 386 ~ 14.51%
B 105 of 386 ~ 27.2%

%58.29
%14.51
%27.2

CMYK color model

#E13869 color CMYK value is (0,75,53,12).

  • cyan value is 0.00%
  • magenta value is 75.11%
  • yellow value is 53.33%
  • key color value is 11.76%
CMYK:
(0,75,53,12)
C0M75Y53K12 
(0%,75%,53%,12%)
(0.00/0.75/0.53/0.12)	

CMYK percentages

%0
%75.11
%53.33
%11.76

Codes

Color #E13869 in popluar color models

E13869
RGB22556105
HSL343°73.80%55.10%
HSB/HSV343°75.11%88.24%
CMYK0.00%75.11%53.33%
11.76%

Color #E13869 in popluar number systems.

HEXE13869
Decimal22556105
Binary111000011110001101001
Octal34170151

Shades and tints

Shades of #E13869

#E13869
(225,56,105)
#CD3360
(205,51,96)
#B92E57
(185,46,87)
#A5294E
(165,41,78)
#912445
(145,36,69)
#7D1F3C
(125,31,60)
#691A33
(105,26,51)
#55152A
(85,21,42)
#411021
(65,16,33)
#2D0B18
(45,11,24)
#19060F
(25,6,15)
#000000
(0,0,0)

Tints of #E13869

#E13869
(225,56,105)
#E34A76
(227,74,118)
#E55C83
(229,92,131)
#E76E90
(231,110,144)
#E9809D
(233,128,157)
#EB92AA
(235,146,170)
#EDA4B7
(237,164,183)
#EFB6C4
(239,182,196)
#F1C8D1
(241,200,209)
#F3DADE
(243,218,222)
#F5ECEB
(245,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E13869 color. Also use rgb(225,56,105) instead hex code.

Text Font Color

.myTextColor { color: #E13869; }

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

This text font color is #E13869.


Background Color

.myBgColor { background-color: #E13869; }

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

This div background color is #E13869.


Border color

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

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

This div border color is #E13869.


Opacity

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

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

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

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

This text has shadow with #E13869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E13869 on black background.


Color preview on white background

This text has color #E13869 on white background.



Black color preview on #E13869 background

This text has black color on #E13869 background.


White color preview on #E13869 background

This text has white color on #E13869 background.