COLOR #E5536F

HEX: #E5536F
RGB: (229,83,111)

Color info

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

RGB color model

#E5536F color RGB value is (229,83,111).

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

RGB channels and saturation

R 229 of 255 = 90%
G 83 of 255 = 33%
B 111 of 255 = 44%

229
83
111

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

Portions of RGB colors in percentages

R + G + B =
229 + 83 + 111 = 423 (100%)
R 229 of 423 ~ 54.14%
G 83 of 423 ~ 19.62%
B 111 of 423 ~ 26.24%

%54.14
%19.62
%26.24

CMYK color model

#E5536F color CMYK value is (0,64,52,10).

  • cyan value is 0.00%
  • magenta value is 63.76%
  • yellow value is 51.53%
  • key color value is 10.20%
CMYK:
(0,64,52,10)
C0M64Y52K10 
(0%,64%,52%,10%)
(0.00/0.64/0.52/0.10)	

CMYK percentages

%0
%63.76
%51.53
%10.2

Codes

Color #E5536F in popluar color models

E5536F
RGB22983111
HSL348°73.74%61.18%
HSB/HSV348°63.76%89.80%
CMYK0.00%63.76%51.53%
10.20%

Color #E5536F in popluar number systems.

HEXE5536F
Decimal22983111
Binary1110010110100111101111
Octal345123157

Shades and tints

Shades of #E5536F

#E5536F
(229,83,111)
#D14C65
(209,76,101)
#BD455B
(189,69,91)
#A93E51
(169,62,81)
#953747
(149,55,71)
#81303D
(129,48,61)
#6D2933
(109,41,51)
#592229
(89,34,41)
#451B1F
(69,27,31)
#311415
(49,20,21)
#1D0D0B
(29,13,11)
#000000
(0,0,0)

Tints of #E5536F

#E5536F
(229,83,111)
#E7627C
(231,98,124)
#E97189
(233,113,137)
#EB8096
(235,128,150)
#ED8FA3
(237,143,163)
#EF9EB0
(239,158,176)
#F1ADBD
(241,173,189)
#F3BCCA
(243,188,202)
#F5CBD7
(245,203,215)
#F7DAE4
(247,218,228)
#F9E9F1
(249,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5536F; }

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

This text font color is #E5536F.


Background Color

.myBgColor { background-color: #E5536F; }

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

This div background color is #E5536F.


Border color

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

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

This div border color is #E5536F.


Opacity

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

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

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

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

This text has shadow with #E5536F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5536F on black background.


Color preview on white background

This text has color #E5536F on white background.



Black color preview on #E5536F background

This text has black color on #E5536F background.


White color preview on #E5536F background

This text has white color on #E5536F background.