COLOR #E55046

HEX: #E55046
RGB: (229,80,70)

Color info

#E55046 contains mainly red color. Web safe color of #E55046 is #CC6633 (or #C63).

RGB color model

#E55046 color RGB value is (229,80,70).

  • red value is 229;
  • green value is 80;
  • blue value is 70.
RGB:
(229,80,70)
(90%,31%,27%)

RGB channels and saturation

R 229 of 255 = 90%
G 80 of 255 = 31%
B 70 of 255 = 27%

229
80
70

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

Portions of RGB colors in percentages

R + G + B =
229 + 80 + 70 = 379 (100%)
R 229 of 379 ~ 60.42%
G 80 of 379 ~ 21.11%
B 70 of 379 ~ 18.47%

%60.42
%21.11
%18.47

CMYK color model

#E55046 color CMYK value is (0,65,69,10).

  • cyan value is 0.00%
  • magenta value is 65.07%
  • yellow value is 69.43%
  • key color value is 10.20%
CMYK:
(0,65,69,10)
C0M65Y69K10 
(0%,65%,69%,10%)
(0.00/0.65/0.69/0.10)	

CMYK percentages

%0
%65.07
%69.43
%10.2

Codes

Color #E55046 in popluar color models

E55046
RGB2298070
HSL75.36%58.63%
HSB/HSV69.43%89.80%
CMYK0.00%65.07%69.43%
10.20%

Color #E55046 in popluar number systems.

HEXE55046
Decimal2298070
Binary1110010110100001000110
Octal345120106

Shades and tints

Shades of #E55046

#E55046
(229,80,70)
#D14940
(209,73,64)
#BD423A
(189,66,58)
#A93B34
(169,59,52)
#95342E
(149,52,46)
#812D28
(129,45,40)
#6D2622
(109,38,34)
#591F1C
(89,31,28)
#451816
(69,24,22)
#311110
(49,17,16)
#1D0A0A
(29,10,10)
#000000
(0,0,0)

Tints of #E55046

#E55046
(229,80,70)
#E75F56
(231,95,86)
#E96E66
(233,110,102)
#EB7D76
(235,125,118)
#ED8C86
(237,140,134)
#EF9B96
(239,155,150)
#F1AAA6
(241,170,166)
#F3B9B6
(243,185,182)
#F5C8C6
(245,200,198)
#F7D7D6
(247,215,214)
#F9E6E6
(249,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E55046 color. Also use rgb(229,80,70) instead hex code.

Text Font Color

.myTextColor { color: #E55046; }

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

This text font color is #E55046.


Background Color

.myBgColor { background-color: #E55046; }

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

This div background color is #E55046.


Border color

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

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

This div border color is #E55046.


Opacity

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

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

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

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

This text has shadow with #E55046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E55046 on black background.


Color preview on white background

This text has color #E55046 on white background.



Black color preview on #E55046 background

This text has black color on #E55046 background.


White color preview on #E55046 background

This text has white color on #E55046 background.