COLOR #E06F78

HEX: #E06F78 RGB: (224,111,120)

Color info

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

RGB color model

#E06F78 color RGB value is (224,111,120).

RGB: (224,111,120) (88%, 44%, 47%)

RGB channels and saturation

R 224 of 255 = 88%
G 111 of 255 = 44%
B 120 of 255 = 47%

224
111
120

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

Portions of RGB colors in percentages

R + G + B = 224 + 111 + 120 = 455 (100%)
R 224 of 455 ~ 49.23%
G 111 of 455 ~ 24.4%
B 120 of 455 ~ 26.37'%

%49.23
%24.4
%26.37

CMYK color model

#E06F78 color CMYK value is (0,50,46,12).

  • cyan value is 0.00%
  • magenta value is 50.45%
  • yellow value is 46.43%
  • key color value is 12.16%

CMYK: (0,50,46,12)
C0M50Y46K12 (0%, 50%, 46%, 12%)
(0.00 / 0.50 / 0.46 / 0.12)

CMYK percentages

%0
%50.45
%46.43
%12.16

Codes

Color #E06F78 in popluar color models

E0 6F 78
RGB 224 111 120
HSL 355° 64.57% 65.69%
HSB/HSV 355° 50.45% 87.84%
CMYK 0.00% 50.45% 46.43%
12.16%

Color #E06F78 in popluar number systems.

HEX E0 6F 78
Decimal 224 111 120
Binary 11100000 1101111 1111000
Octal 340 157 170

Shades and tints

Shades of #E06F78

#E06F78
(224,111,120)
#CC656E
(204,101,110)
#B85B64
(184,91,100)
#A4515A
(164,81,90)
#904750
(144,71,80)
#7C3D46
(124,61,70)
#68333C
(104,51,60)
#542932
(84,41,50)
#401F28
(64,31,40)
#2C151E
(44,21,30)
#180B14
(24,11,20)
#000000
(0,0,0)

Tints of #E06F78

#E06F78
(224,111,120)
#E27C84
(226,124,132)
#E48990
(228,137,144)
#E6969C
(230,150,156)
#E8A3A8
(232,163,168)
#EAB0B4
(234,176,180)
#ECBDC0
(236,189,192)
#EECACC
(238,202,204)
#F0D7D8
(240,215,216)
#F2E4E4
(242,228,228)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06F78 color. Also use rgb(224,111,120) instead hex code.

Text Font Color

.myTextColor { color: #E06F78; }

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

This text font color is #E06F78.

Background Color

.myBgColor { background-color: #E06F78; }

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

This div background color is #E06F78.

Border color

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

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

This div border color is #E06F78.

Opacity

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

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

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

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

This text has shadow with #E06F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E06F78.

Preview

Color preview on black background

This text has color #E06F78 on black background.


Color preview on white background

This text has color #E06F78 on white background.


Black color preview on #E06F78 background

This text has black color on #E06F78 background.


White color preview on #E06F78 background

This text has white color on #E06F78 background.


Related colors

Complementary color

Complementary color for #hex is #1F9087.


I love getcolorcode.com

Triadic colors

1 #78E06F and #6F78E0 with #E06F78 are triadic colors.

2 #786FE0 and #6FE078 with #E06F78 are triadic colors.