COLOR #E5035E

HEX: #E5035E
RGB: (229,3,94)

Color info

#E5035E contains mainly red color. Web safe color of #E5035E is #CC0066 (or #C06).

RGB color model

#E5035E color RGB value is (229,3,94).

  • red value is 229;
  • green value is 3;
  • blue value is 94.
RGB:
(229,3,94)
(90%,1%,37%)

RGB channels and saturation

R 229 of 255 = 90%
G 3 of 255 = 1%
B 94 of 255 = 37%

229
3
94

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

Portions of RGB colors in percentages

R + G + B =
229 + 3 + 94 = 326 (100%)
R 229 of 326 ~ 70.25%
G 3 of 326 ~ 0.92%
B 94 of 326 ~ 28.83%

%70.25
%28.83

CMYK color model

#E5035E color CMYK value is (0,99,59,10).

  • cyan value is 0.00%
  • magenta value is 98.69%
  • yellow value is 58.95%
  • key color value is 10.20%
CMYK:
(0,99,59,10)
C0M99Y59K10 
(0%,99%,59%,10%)
(0.00/0.99/0.59/0.10)	

CMYK percentages

%0
%98.69
%58.95
%10.2

Codes

Color #E5035E in popluar color models

E5035E
RGB229394
HSL336°97.41%45.49%
HSB/HSV336°98.69%89.80%
CMYK0.00%98.69%58.95%
10.20%

Color #E5035E in popluar number systems.

HEXE5035E
Decimal229394
Binary11100101111011110
Octal3453136

Shades and tints

Shades of #E5035E

#E5035E
(229,3,94)
#D10356
(209,3,86)
#BD034E
(189,3,78)
#A90346
(169,3,70)
#95033E
(149,3,62)
#810336
(129,3,54)
#6D032E
(109,3,46)
#590326
(89,3,38)
#45031E
(69,3,30)
#310316
(49,3,22)
#1D030E
(29,3,14)
#000000
(0,0,0)

Tints of #E5035E

#E5035E
(229,3,94)
#E7196C
(231,25,108)
#E92F7A
(233,47,122)
#EB4588
(235,69,136)
#ED5B96
(237,91,150)
#EF71A4
(239,113,164)
#F187B2
(241,135,178)
#F39DC0
(243,157,192)
#F5B3CE
(245,179,206)
#F7C9DC
(247,201,220)
#F9DFEA
(249,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5035E color. Also use rgb(229,3,94) instead hex code.

Text Font Color

.myTextColor { color: #E5035E; }

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

This text font color is #E5035E.


Background Color

.myBgColor { background-color: #E5035E; }

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

This div background color is #E5035E.


Border color

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

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

This div border color is #E5035E.


Opacity

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

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

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

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

This text has shadow with #E5035E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5035E on black background.


Color preview on white background

This text has color #E5035E on white background.



Black color preview on #E5035E background

This text has black color on #E5035E background.


White color preview on #E5035E background

This text has white color on #E5035E background.