COLOR #E4135B

HEX: #E4135B
RGB: (228,19,91)

Color info

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

RGB color model

#E4135B color RGB value is (228,19,91).

  • red value is 228;
  • green value is 19;
  • blue value is 91.
RGB:
(228,19,91)
(89%,7%,36%)

RGB channels and saturation

R 228 of 255 = 89%
G 19 of 255 = 7%
B 91 of 255 = 36%

228
19
91

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

Portions of RGB colors in percentages

R + G + B =
228 + 19 + 91 = 338 (100%)
R 228 of 338 ~ 67.46%
G 19 of 338 ~ 5.62%
B 91 of 338 ~ 26.92%

%67.46
%26.92

CMYK color model

#E4135B color CMYK value is (0,92,60,11).

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 60.09%
  • key color value is 10.59%
CMYK:
(0,92,60,11)
C0M92Y60K11 
(0%,92%,60%,11%)
(0.00/0.92/0.60/0.11)	

CMYK percentages

%0
%91.67
%60.09
%10.59

Codes

Color #E4135B in popluar color models

E4135B
RGB2281991
HSL339°84.62%48.43%
HSB/HSV339°91.67%89.41%
CMYK0.00%91.67%60.09%
10.59%

Color #E4135B in popluar number systems.

HEXE4135B
Decimal2281991
Binary11100100100111011011
Octal34423133

Shades and tints

Shades of #E4135B

#E4135B
(228,19,91)
#D01253
(208,18,83)
#BC114B
(188,17,75)
#A81043
(168,16,67)
#940F3B
(148,15,59)
#800E33
(128,14,51)
#6C0D2B
(108,13,43)
#580C23
(88,12,35)
#440B1B
(68,11,27)
#300A13
(48,10,19)
#1C090B
(28,9,11)
#000000
(0,0,0)

Tints of #E4135B

#E4135B
(228,19,91)
#E62869
(230,40,105)
#E83D77
(232,61,119)
#EA5285
(234,82,133)
#EC6793
(236,103,147)
#EE7CA1
(238,124,161)
#F091AF
(240,145,175)
#F2A6BD
(242,166,189)
#F4BBCB
(244,187,203)
#F6D0D9
(246,208,217)
#F8E5E7
(248,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4135B color. Also use rgb(228,19,91) instead hex code.

Text Font Color

.myTextColor { color: #E4135B; }

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

This text font color is #E4135B.


Background Color

.myBgColor { background-color: #E4135B; }

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

This div background color is #E4135B.


Border color

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

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

This div border color is #E4135B.


Opacity

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

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

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

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

This text has shadow with #E4135B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4135B on black background.


Color preview on white background

This text has color #E4135B on white background.



Black color preview on #E4135B background

This text has black color on #E4135B background.


White color preview on #E4135B background

This text has white color on #E4135B background.