COLOR #E06B73

HEX: #E06B73 RGB: (224,107,115)

Color info

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

RGB color model

#E06B73 color RGB value is (224,107,115).

RGB: (224,107,115) (88%, 42%, 45%)

RGB channels and saturation

R 224 of 255 = 88%
G 107 of 255 = 42%
B 115 of 255 = 45%

224
107
115

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

Portions of RGB colors in percentages

R + G + B = 224 + 107 + 115 = 446 (100%)
R 224 of 446 ~ 50.22%
G 107 of 446 ~ 23.99%
B 115 of 446 ~ 25.78'%

%50.22
%23.99
%25.78

CMYK color model

#E06B73 color CMYK value is (0,52,49,12).

  • cyan value is 0.00%
  • magenta value is 52.23%
  • yellow value is 48.66%
  • key color value is 12.16%

CMYK: (0,52,49,12)
C0M52Y49K12 (0%, 52%, 49%, 12%)
(0.00 / 0.52 / 0.49 / 0.12)

CMYK percentages

%0
%52.23
%48.66
%12.16

Codes

Color #E06B73 in popluar color models

E0 6B 73
RGB 224 107 115
HSL 356° 65.36% 64.90%
HSB/HSV 356° 52.23% 87.84%
CMYK 0.00% 52.23% 48.66%
12.16%

Color #E06B73 in popluar number systems.

HEX E0 6B 73
Decimal 224 107 115
Binary 11100000 1101011 1110011
Octal 340 153 163

Shades and tints

Shades of #E06B73

#E06B73
(224,107,115)
#CC6269
(204,98,105)
#B8595F
(184,89,95)
#A45055
(164,80,85)
#90474B
(144,71,75)
#7C3E41
(124,62,65)
#683537
(104,53,55)
#542C2D
(84,44,45)
#402323
(64,35,35)
#2C1A19
(44,26,25)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #E06B73

#E06B73
(224,107,115)
#E2787F
(226,120,127)
#E4858B
(228,133,139)
#E69297
(230,146,151)
#E89FA3
(232,159,163)
#EAACAF
(234,172,175)
#ECB9BB
(236,185,187)
#EEC6C7
(238,198,199)
#F0D3D3
(240,211,211)
#F2E0DF
(242,224,223)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06B73 color. Also use rgb(224,107,115) instead hex code.

Text Font Color

.myTextColor { color: #E06B73; }

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

This text font color is #E06B73.

Background Color

.myBgColor { background-color: #E06B73; }

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

This div background color is #E06B73.

Border color

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

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

This div border color is #E06B73.

Opacity

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

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

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

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

This text has shadow with #E06B73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E06B73.

Preview

Color preview on black background

This text has color #E06B73 on black background.


Color preview on white background

This text has color #E06B73 on white background.


Black color preview on #E06B73 background

This text has black color on #E06B73 background.


White color preview on #E06B73 background

This text has white color on #E06B73 background.


Related colors

Complementary color

Complementary color for #hex is #1F948C.


I love getcolorcode.com

Triadic colors

1 #73E06B and #6B73E0 with #E06B73 are triadic colors.

2 #736BE0 and #6BE073 with #E06B73 are triadic colors.