COLOR #E06F7C

HEX: #E06F7C
RGB: (224,111,124)

Color info

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

RGB color model

#E06F7C color RGB value is (224,111,124).

  • red value is 224;
  • green value is 111;
  • blue value is 124.
RGB:
(224,111,124)
(88%,44%,49%)

RGB channels and saturation

R 224 of 255 = 88%
G 111 of 255 = 44%
B 124 of 255 = 49%

224
111
124

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

Portions of RGB colors in percentages

R + G + B =
224 + 111 + 124 = 459 (100%)
R 224 of 459 ~ 48.8%
G 111 of 459 ~ 24.18%
B 124 of 459 ~ 27.02%

%48.8
%24.18
%27.02

CMYK color model

#E06F7C color CMYK value is (0,50,45,12).

  • cyan value is 0.00%
  • magenta value is 50.45%
  • yellow value is 44.64%
  • key color value is 12.16%
CMYK:
(0,50,45,12)
C0M50Y45K12 
(0%,50%,45%,12%)
(0.00/0.50/0.45/0.12)	

CMYK percentages

%0
%50.45
%44.64
%12.16

Codes

Color #E06F7C in popluar color models

E06F7C
RGB224111124
HSL353°64.57%65.69%
HSB/HSV353°50.45%87.84%
CMYK0.00%50.45%44.64%
12.16%

Color #E06F7C in popluar number systems.

HEXE06F7C
Decimal224111124
Binary1110000011011111111100
Octal340157174

Shades and tints

Shades of #E06F7C

#E06F7C
(224,111,124)
#CC6571
(204,101,113)
#B85B66
(184,91,102)
#A4515B
(164,81,91)
#904750
(144,71,80)
#7C3D45
(124,61,69)
#68333A
(104,51,58)
#54292F
(84,41,47)
#401F24
(64,31,36)
#2C1519
(44,21,25)
#180B0E
(24,11,14)
#000000
(0,0,0)

Tints of #E06F7C

#E06F7C
(224,111,124)
#E27C87
(226,124,135)
#E48992
(228,137,146)
#E6969D
(230,150,157)
#E8A3A8
(232,163,168)
#EAB0B3
(234,176,179)
#ECBDBE
(236,189,190)
#EECAC9
(238,202,201)
#F0D7D4
(240,215,212)
#F2E4DF
(242,228,223)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E06F7C; }

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

This text font color is #E06F7C.


Background Color

.myBgColor { background-color: #E06F7C; }

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

This div background color is #E06F7C.


Border color

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

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

This div border color is #E06F7C.


Opacity

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

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

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

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

This text has shadow with #E06F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06F7C on black background.


Color preview on white background

This text has color #E06F7C on white background.



Black color preview on #E06F7C background

This text has black color on #E06F7C background.


White color preview on #E06F7C background

This text has white color on #E06F7C background.