COLOR #E52E65

HEX: #E52E65
RGB: (229,46,101)

Color info

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

RGB color model

#E52E65 color RGB value is (229,46,101).

  • red value is 229;
  • green value is 46;
  • blue value is 101.
RGB:
(229,46,101)
(90%,18%,40%)

RGB channels and saturation

R 229 of 255 = 90%
G 46 of 255 = 18%
B 101 of 255 = 40%

229
46
101

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

Portions of RGB colors in percentages

R + G + B =
229 + 46 + 101 = 376 (100%)
R 229 of 376 ~ 60.9%
G 46 of 376 ~ 12.23%
B 101 of 376 ~ 26.86%

%60.9
%12.23
%26.86

CMYK color model

#E52E65 color CMYK value is (0,80,56,10).

  • cyan value is 0.00%
  • magenta value is 79.91%
  • yellow value is 55.90%
  • key color value is 10.20%
CMYK:
(0,80,56,10)
C0M80Y56K10 
(0%,80%,56%,10%)
(0.00/0.80/0.56/0.10)	

CMYK percentages

%0
%79.91
%55.9
%10.2

Codes

Color #E52E65 in popluar color models

E52E65
RGB22946101
HSL342°77.87%53.92%
HSB/HSV342°79.91%89.80%
CMYK0.00%79.91%55.90%
10.20%

Color #E52E65 in popluar number systems.

HEXE52E65
Decimal22946101
Binary111001011011101100101
Octal34556145

Shades and tints

Shades of #E52E65

#E52E65
(229,46,101)
#D12A5C
(209,42,92)
#BD2653
(189,38,83)
#A9224A
(169,34,74)
#951E41
(149,30,65)
#811A38
(129,26,56)
#6D162F
(109,22,47)
#591226
(89,18,38)
#450E1D
(69,14,29)
#310A14
(49,10,20)
#1D060B
(29,6,11)
#000000
(0,0,0)

Tints of #E52E65

#E52E65
(229,46,101)
#E74173
(231,65,115)
#E95481
(233,84,129)
#EB678F
(235,103,143)
#ED7A9D
(237,122,157)
#EF8DAB
(239,141,171)
#F1A0B9
(241,160,185)
#F3B3C7
(243,179,199)
#F5C6D5
(245,198,213)
#F7D9E3
(247,217,227)
#F9ECF1
(249,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E52E65 color. Also use rgb(229,46,101) instead hex code.

Text Font Color

.myTextColor { color: #E52E65; }

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

This text font color is #E52E65.


Background Color

.myBgColor { background-color: #E52E65; }

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

This div background color is #E52E65.


Border color

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

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

This div border color is #E52E65.


Opacity

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

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

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

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

This text has shadow with #E52E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E52E65 on black background.


Color preview on white background

This text has color #E52E65 on white background.



Black color preview on #E52E65 background

This text has black color on #E52E65 background.


White color preview on #E52E65 background

This text has white color on #E52E65 background.