COLOR #E44F65

HEX: #E44F65
RGB: (228,79,101)

Color info

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

RGB color model

#E44F65 color RGB value is (228,79,101).

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

RGB channels and saturation

R 228 of 255 = 89%
G 79 of 255 = 31%
B 101 of 255 = 40%

228
79
101

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

Portions of RGB colors in percentages

R + G + B =
228 + 79 + 101 = 408 (100%)
R 228 of 408 ~ 55.88%
G 79 of 408 ~ 19.36%
B 101 of 408 ~ 24.75%

%55.88
%19.36
%24.75

CMYK color model

#E44F65 color CMYK value is (0,65,56,11).

  • cyan value is 0.00%
  • magenta value is 65.35%
  • yellow value is 55.70%
  • key color value is 10.59%
CMYK:
(0,65,56,11)
C0M65Y56K11 
(0%,65%,56%,11%)
(0.00/0.65/0.56/0.11)	

CMYK percentages

%0
%65.35
%55.7
%10.59

Codes

Color #E44F65 in popluar color models

E44F65
RGB22879101
HSL351°73.40%60.20%
HSB/HSV351°65.35%89.41%
CMYK0.00%65.35%55.70%
10.59%

Color #E44F65 in popluar number systems.

HEXE44F65
Decimal22879101
Binary1110010010011111100101
Octal344117145

Shades and tints

Shades of #E44F65

#E44F65
(228,79,101)
#D0485C
(208,72,92)
#BC4153
(188,65,83)
#A83A4A
(168,58,74)
#943341
(148,51,65)
#802C38
(128,44,56)
#6C252F
(108,37,47)
#581E26
(88,30,38)
#44171D
(68,23,29)
#301014
(48,16,20)
#1C090B
(28,9,11)
#000000
(0,0,0)

Tints of #E44F65

#E44F65
(228,79,101)
#E65F73
(230,95,115)
#E86F81
(232,111,129)
#EA7F8F
(234,127,143)
#EC8F9D
(236,143,157)
#EE9FAB
(238,159,171)
#F0AFB9
(240,175,185)
#F2BFC7
(242,191,199)
#F4CFD5
(244,207,213)
#F6DFE3
(246,223,227)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E44F65; }

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

This text font color is #E44F65.


Background Color

.myBgColor { background-color: #E44F65; }

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

This div background color is #E44F65.


Border color

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

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

This div border color is #E44F65.


Opacity

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

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

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

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

This text has shadow with #E44F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E44F65 on black background.


Color preview on white background

This text has color #E44F65 on white background.



Black color preview on #E44F65 background

This text has black color on #E44F65 background.


White color preview on #E44F65 background

This text has white color on #E44F65 background.