COLOR #E44F5B

HEX: #E44F5B
RGB: (228,79,91)

Color info

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

RGB color model

#E44F5B color RGB value is (228,79,91).

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

RGB channels and saturation

R 228 of 255 = 89%
G 79 of 255 = 31%
B 91 of 255 = 36%

228
79
91

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

Portions of RGB colors in percentages

R + G + B =
228 + 79 + 91 = 398 (100%)
R 228 of 398 ~ 57.29%
G 79 of 398 ~ 19.85%
B 91 of 398 ~ 22.86%

%57.29
%19.85
%22.86

CMYK color model

#E44F5B color CMYK value is (0,65,60,11).

  • cyan value is 0.00%
  • magenta value is 65.35%
  • yellow value is 60.09%
  • key color value is 10.59%
CMYK:
(0,65,60,11)
C0M65Y60K11 
(0%,65%,60%,11%)
(0.00/0.65/0.60/0.11)	

CMYK percentages

%0
%65.35
%60.09
%10.59

Codes

Color #E44F5B in popluar color models

E44F5B
RGB2287991
HSL355°73.40%60.20%
HSB/HSV355°65.35%89.41%
CMYK0.00%65.35%60.09%
10.59%

Color #E44F5B in popluar number systems.

HEXE44F5B
Decimal2287991
Binary1110010010011111011011
Octal344117133

Shades and tints

Shades of #E44F5B

#E44F5B
(228,79,91)
#D04853
(208,72,83)
#BC414B
(188,65,75)
#A83A43
(168,58,67)
#94333B
(148,51,59)
#802C33
(128,44,51)
#6C252B
(108,37,43)
#581E23
(88,30,35)
#44171B
(68,23,27)
#301013
(48,16,19)
#1C090B
(28,9,11)
#000000
(0,0,0)

Tints of #E44F5B

#E44F5B
(228,79,91)
#E65F69
(230,95,105)
#E86F77
(232,111,119)
#EA7F85
(234,127,133)
#EC8F93
(236,143,147)
#EE9FA1
(238,159,161)
#F0AFAF
(240,175,175)
#F2BFBD
(242,191,189)
#F4CFCB
(244,207,203)
#F6DFD9
(246,223,217)
#F8EFE7
(248,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E44F5B; }

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

This text font color is #E44F5B.


Background Color

.myBgColor { background-color: #E44F5B; }

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

This div background color is #E44F5B.


Border color

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

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

This div border color is #E44F5B.


Opacity

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

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

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

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

This text has shadow with #E44F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E44F5B on black background.


Color preview on white background

This text has color #E44F5B on white background.



Black color preview on #E44F5B background

This text has black color on #E44F5B background.


White color preview on #E44F5B background

This text has white color on #E44F5B background.