COLOR #E5535B

HEX: #E5535B
RGB: (229,83,91)

Color info

#E5535B contains mainly red color. Web safe color of #E5535B is #CC6666 (or #C66).

RGB color model

#E5535B color RGB value is (229,83,91).

  • red value is 229;
  • green value is 83;
  • blue value is 91.
RGB:
(229,83,91)
(90%,33%,36%)

RGB channels and saturation

R 229 of 255 = 90%
G 83 of 255 = 33%
B 91 of 255 = 36%

229
83
91

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

Portions of RGB colors in percentages

R + G + B =
229 + 83 + 91 = 403 (100%)
R 229 of 403 ~ 56.82%
G 83 of 403 ~ 20.6%
B 91 of 403 ~ 22.58%

%56.82
%20.6
%22.58

CMYK color model

#E5535B color CMYK value is (0,64,60,10).

  • cyan value is 0.00%
  • magenta value is 63.76%
  • yellow value is 60.26%
  • key color value is 10.20%
CMYK:
(0,64,60,10)
C0M64Y60K10 
(0%,64%,60%,10%)
(0.00/0.64/0.60/0.10)	

CMYK percentages

%0
%63.76
%60.26
%10.2

Codes

Color #E5535B in popluar color models

E5535B
RGB2298391
HSL357°73.74%61.18%
HSB/HSV357°63.76%89.80%
CMYK0.00%63.76%60.26%
10.20%

Color #E5535B in popluar number systems.

HEXE5535B
Decimal2298391
Binary1110010110100111011011
Octal345123133

Shades and tints

Shades of #E5535B

#E5535B
(229,83,91)
#D14C53
(209,76,83)
#BD454B
(189,69,75)
#A93E43
(169,62,67)
#95373B
(149,55,59)
#813033
(129,48,51)
#6D292B
(109,41,43)
#592223
(89,34,35)
#451B1B
(69,27,27)
#311413
(49,20,19)
#1D0D0B
(29,13,11)
#000000
(0,0,0)

Tints of #E5535B

#E5535B
(229,83,91)
#E76269
(231,98,105)
#E97177
(233,113,119)
#EB8085
(235,128,133)
#ED8F93
(237,143,147)
#EF9EA1
(239,158,161)
#F1ADAF
(241,173,175)
#F3BCBD
(243,188,189)
#F5CBCB
(245,203,203)
#F7DAD9
(247,218,217)
#F9E9E7
(249,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5535B color. Also use rgb(229,83,91) instead hex code.

Text Font Color

.myTextColor { color: #E5535B; }

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

This text font color is #E5535B.


Background Color

.myBgColor { background-color: #E5535B; }

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

This div background color is #E5535B.


Border color

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

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

This div border color is #E5535B.


Opacity

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

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

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

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

This text has shadow with #E5535B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5535B on black background.


Color preview on white background

This text has color #E5535B on white background.



Black color preview on #E5535B background

This text has black color on #E5535B background.


White color preview on #E5535B background

This text has white color on #E5535B background.