COLOR #E5254E

HEX: #E5254E
RGB: (229,37,78)

Color info

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

RGB color model

#E5254E color RGB value is (229,37,78).

  • red value is 229;
  • green value is 37;
  • blue value is 78.
RGB:
(229,37,78)
(90%,15%,31%)

RGB channels and saturation

R 229 of 255 = 90%
G 37 of 255 = 15%
B 78 of 255 = 31%

229
37
78

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

Portions of RGB colors in percentages

R + G + B =
229 + 37 + 78 = 344 (100%)
R 229 of 344 ~ 66.57%
G 37 of 344 ~ 10.76%
B 78 of 344 ~ 22.67%

%66.57
%10.76
%22.67

CMYK color model

#E5254E color CMYK value is (0,84,66,10).

  • cyan value is 0.00%
  • magenta value is 83.84%
  • yellow value is 65.94%
  • key color value is 10.20%
CMYK:
(0,84,66,10)
C0M84Y66K10 
(0%,84%,66%,10%)
(0.00/0.84/0.66/0.10)	

CMYK percentages

%0
%83.84
%65.94
%10.2

Codes

Color #E5254E in popluar color models

E5254E
RGB2293778
HSL347°78.69%52.16%
HSB/HSV347°83.84%89.80%
CMYK0.00%83.84%65.94%
10.20%

Color #E5254E in popluar number systems.

HEXE5254E
Decimal2293778
Binary111001011001011001110
Octal34545116

Shades and tints

Shades of #E5254E

#E5254E
(229,37,78)
#D12247
(209,34,71)
#BD1F40
(189,31,64)
#A91C39
(169,28,57)
#951932
(149,25,50)
#81162B
(129,22,43)
#6D1324
(109,19,36)
#59101D
(89,16,29)
#450D16
(69,13,22)
#310A0F
(49,10,15)
#1D0708
(29,7,8)
#000000
(0,0,0)

Tints of #E5254E

#E5254E
(229,37,78)
#E7385E
(231,56,94)
#E94B6E
(233,75,110)
#EB5E7E
(235,94,126)
#ED718E
(237,113,142)
#EF849E
(239,132,158)
#F197AE
(241,151,174)
#F3AABE
(243,170,190)
#F5BDCE
(245,189,206)
#F7D0DE
(247,208,222)
#F9E3EE
(249,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5254E color. Also use rgb(229,37,78) instead hex code.

Text Font Color

.myTextColor { color: #E5254E; }

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

This text font color is #E5254E.


Background Color

.myBgColor { background-color: #E5254E; }

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

This div background color is #E5254E.


Border color

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

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

This div border color is #E5254E.


Opacity

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

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

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

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

This text has shadow with #E5254E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5254E on black background.


Color preview on white background

This text has color #E5254E on white background.



Black color preview on #E5254E background

This text has black color on #E5254E background.


White color preview on #E5254E background

This text has white color on #E5254E background.