COLOR #E5194B

HEX: #E5194B
RGB: (229,25,75)

Color info

#E5194B contains mainly red color. Web safe color of #E5194B is #CC0033 (or #C03).

RGB color model

#E5194B color RGB value is (229,25,75).

  • red value is 229;
  • green value is 25;
  • blue value is 75.
RGB:
(229,25,75)
(90%,10%,29%)

RGB channels and saturation

R 229 of 255 = 90%
G 25 of 255 = 10%
B 75 of 255 = 29%

229
25
75

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

Portions of RGB colors in percentages

R + G + B =
229 + 25 + 75 = 329 (100%)
R 229 of 329 ~ 69.6%
G 25 of 329 ~ 7.6%
B 75 of 329 ~ 22.8%

%69.6
%22.8

CMYK color model

#E5194B color CMYK value is (0,89,67,10).

  • cyan value is 0.00%
  • magenta value is 89.08%
  • yellow value is 67.25%
  • key color value is 10.20%
CMYK:
(0,89,67,10)
C0M89Y67K10 
(0%,89%,67%,10%)
(0.00/0.89/0.67/0.10)	

CMYK percentages

%0
%89.08
%67.25
%10.2

Codes

Color #E5194B in popluar color models

E5194B
RGB2292575
HSL345°80.31%49.80%
HSB/HSV345°89.08%89.80%
CMYK0.00%89.08%67.25%
10.20%

Color #E5194B in popluar number systems.

HEXE5194B
Decimal2292575
Binary11100101110011001011
Octal34531113

Shades and tints

Shades of #E5194B

#E5194B
(229,25,75)
#D11745
(209,23,69)
#BD153F
(189,21,63)
#A91339
(169,19,57)
#951133
(149,17,51)
#810F2D
(129,15,45)
#6D0D27
(109,13,39)
#590B21
(89,11,33)
#45091B
(69,9,27)
#310715
(49,7,21)
#1D050F
(29,5,15)
#000000
(0,0,0)

Tints of #E5194B

#E5194B
(229,25,75)
#E72D5B
(231,45,91)
#E9416B
(233,65,107)
#EB557B
(235,85,123)
#ED698B
(237,105,139)
#EF7D9B
(239,125,155)
#F191AB
(241,145,171)
#F3A5BB
(243,165,187)
#F5B9CB
(245,185,203)
#F7CDDB
(247,205,219)
#F9E1EB
(249,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5194B color. Also use rgb(229,25,75) instead hex code.

Text Font Color

.myTextColor { color: #E5194B; }

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

This text font color is #E5194B.


Background Color

.myBgColor { background-color: #E5194B; }

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

This div background color is #E5194B.


Border color

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

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

This div border color is #E5194B.


Opacity

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

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

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

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

This text has shadow with #E5194B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5194B on black background.


Color preview on white background

This text has color #E5194B on white background.



Black color preview on #E5194B background

This text has black color on #E5194B background.


White color preview on #E5194B background

This text has white color on #E5194B background.