COLOR #E44F6C

HEX: #E44F6C
RGB: (228,79,108)

Color info

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

RGB color model

#E44F6C color RGB value is (228,79,108).

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

RGB channels and saturation

R 228 of 255 = 89%
G 79 of 255 = 31%
B 108 of 255 = 42%

228
79
108

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

Portions of RGB colors in percentages

R + G + B =
228 + 79 + 108 = 415 (100%)
R 228 of 415 ~ 54.94%
G 79 of 415 ~ 19.04%
B 108 of 415 ~ 26.02%

%54.94
%19.04
%26.02

CMYK color model

#E44F6C color CMYK value is (0,65,53,11).

  • cyan value is 0.00%
  • magenta value is 65.35%
  • yellow value is 52.63%
  • key color value is 10.59%
CMYK:
(0,65,53,11)
C0M65Y53K11 
(0%,65%,53%,11%)
(0.00/0.65/0.53/0.11)	

CMYK percentages

%0
%65.35
%52.63
%10.59

Codes

Color #E44F6C in popluar color models

E44F6C
RGB22879108
HSL348°73.40%60.20%
HSB/HSV348°65.35%89.41%
CMYK0.00%65.35%52.63%
10.59%

Color #E44F6C in popluar number systems.

HEXE44F6C
Decimal22879108
Binary1110010010011111101100
Octal344117154

Shades and tints

Shades of #E44F6C

#E44F6C
(228,79,108)
#D04863
(208,72,99)
#BC415A
(188,65,90)
#A83A51
(168,58,81)
#943348
(148,51,72)
#802C3F
(128,44,63)
#6C2536
(108,37,54)
#581E2D
(88,30,45)
#441724
(68,23,36)
#30101B
(48,16,27)
#1C0912
(28,9,18)
#000000
(0,0,0)

Tints of #E44F6C

#E44F6C
(228,79,108)
#E65F79
(230,95,121)
#E86F86
(232,111,134)
#EA7F93
(234,127,147)
#EC8FA0
(236,143,160)
#EE9FAD
(238,159,173)
#F0AFBA
(240,175,186)
#F2BFC7
(242,191,199)
#F4CFD4
(244,207,212)
#F6DFE1
(246,223,225)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E44F6C; }

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

This text font color is #E44F6C.


Background Color

.myBgColor { background-color: #E44F6C; }

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

This div background color is #E44F6C.


Border color

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

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

This div border color is #E44F6C.


Opacity

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

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

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

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

This text has shadow with #E44F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E44F6C on black background.


Color preview on white background

This text has color #E44F6C on white background.



Black color preview on #E44F6C background

This text has black color on #E44F6C background.


White color preview on #E44F6C background

This text has white color on #E44F6C background.