COLOR #E06F85

HEX: #E06F85
RGB: (224,111,133)

Color info

#E06F85 contains mainly red color. Web safe color of #E06F85 is #CC6699 (or #C69).

RGB color model

#E06F85 color RGB value is (224,111,133).

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

RGB channels and saturation

R 224 of 255 = 88%
G 111 of 255 = 44%
B 133 of 255 = 52%

224
111
133

R + G + B ~ 61%. #E06F85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 111 + 133 = 468 (100%)
R 224 of 468 ~ 47.86%
G 111 of 468 ~ 23.72%
B 133 of 468 ~ 28.42%

%47.86
%23.72
%28.42

CMYK color model

#E06F85 color CMYK value is (0,50,41,12).

  • cyan value is 0.00%
  • magenta value is 50.45%
  • yellow value is 40.63%
  • key color value is 12.16%
CMYK:
(0,50,41,12)
C0M50Y41K12 
(0%,50%,41%,12%)
(0.00/0.50/0.41/0.12)	

CMYK percentages

%0
%50.45
%40.63
%12.16

Codes

Color #E06F85 in popluar color models

E06F85
RGB224111133
HSL348°64.57%65.69%
HSB/HSV348°50.45%87.84%
CMYK0.00%50.45%40.63%
12.16%

Color #E06F85 in popluar number systems.

HEXE06F85
Decimal224111133
Binary11100000110111110000101
Octal340157205

Shades and tints

Shades of #E06F85

#E06F85
(224,111,133)
#CC6579
(204,101,121)
#B85B6D
(184,91,109)
#A45161
(164,81,97)
#904755
(144,71,85)
#7C3D49
(124,61,73)
#68333D
(104,51,61)
#542931
(84,41,49)
#401F25
(64,31,37)
#2C1519
(44,21,25)
#180B0D
(24,11,13)
#000000
(0,0,0)

Tints of #E06F85

#E06F85
(224,111,133)
#E27C90
(226,124,144)
#E4899B
(228,137,155)
#E696A6
(230,150,166)
#E8A3B1
(232,163,177)
#EAB0BC
(234,176,188)
#ECBDC7
(236,189,199)
#EECAD2
(238,202,210)
#F0D7DD
(240,215,221)
#F2E4E8
(242,228,232)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E06F85; }

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

This text font color is #E06F85.


Background Color

.myBgColor { background-color: #E06F85; }

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

This div background color is #E06F85.


Border color

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

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

This div border color is #E06F85.


Opacity

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

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

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

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

This text has shadow with #E06F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06F85 on black background.


Color preview on white background

This text has color #E06F85 on white background.



Black color preview on #E06F85 background

This text has black color on #E06F85 background.


White color preview on #E06F85 background

This text has white color on #E06F85 background.