COLOR #E67371

HEX: #E67371
RGB: (230,115,113)

Color info

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

RGB color model

#E67371 color RGB value is (230,115,113).

  • red value is 230;
  • green value is 115;
  • blue value is 113.
RGB:
(230,115,113)
(90%,45%,44%)

RGB channels and saturation

R 230 of 255 = 90%
G 115 of 255 = 45%
B 113 of 255 = 44%

230
115
113

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

Portions of RGB colors in percentages

R + G + B =
230 + 115 + 113 = 458 (100%)
R 230 of 458 ~ 50.22%
G 115 of 458 ~ 25.11%
B 113 of 458 ~ 24.67%

%50.22
%25.11
%24.67

CMYK color model

#E67371 color CMYK value is (0,50,51,10).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 50.87%
  • key color value is 9.80%
CMYK:
(0,50,51,10)
C0M50Y51K10 
(0%,50%,51%,10%)
(0.00/0.50/0.51/0.10)	

CMYK percentages

%0
%50
%50.87
%9.8

Codes

Color #E67371 in popluar color models

E67371
RGB230115113
HSL70.06%67.25%
HSB/HSV50.87%90.20%
CMYK0.00%50.00%50.87%
9.80%

Color #E67371 in popluar number systems.

HEXE67371
Decimal230115113
Binary1110011011100111110001
Octal346163161

Shades and tints

Shades of #E67371

#E67371
(230,115,113)
#D26967
(210,105,103)
#BE5F5D
(190,95,93)
#AA5553
(170,85,83)
#964B49
(150,75,73)
#82413F
(130,65,63)
#6E3735
(110,55,53)
#5A2D2B
(90,45,43)
#462321
(70,35,33)
#321917
(50,25,23)
#1E0F0D
(30,15,13)
#000000
(0,0,0)

Tints of #E67371

#E67371
(230,115,113)
#E87F7D
(232,127,125)
#EA8B89
(234,139,137)
#EC9795
(236,151,149)
#EEA3A1
(238,163,161)
#F0AFAD
(240,175,173)
#F2BBB9
(242,187,185)
#F4C7C5
(244,199,197)
#F6D3D1
(246,211,209)
#F8DFDD
(248,223,221)
#FAEBE9
(250,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E67371 color. Also use rgb(230,115,113) instead hex code.

Text Font Color

.myTextColor { color: #E67371; }

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

This text font color is #E67371.


Background Color

.myBgColor { background-color: #E67371; }

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

This div background color is #E67371.


Border color

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

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

This div border color is #E67371.


Opacity

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

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

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

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

This text has shadow with #E67371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67371 on black background.


Color preview on white background

This text has color #E67371 on white background.



Black color preview on #E67371 background

This text has black color on #E67371 background.


White color preview on #E67371 background

This text has white color on #E67371 background.