COLOR #E67C75

HEX: #E67C75
RGB: (230,124,117)

Color info

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

RGB color model

#E67C75 color RGB value is (230,124,117).

  • red value is 230;
  • green value is 124;
  • blue value is 117.
RGB:
(230,124,117)
(90%,49%,46%)

RGB channels and saturation

R 230 of 255 = 90%
G 124 of 255 = 49%
B 117 of 255 = 46%

230
124
117

R + G + B ~ 62%. #E67C75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 124 + 117 = 471 (100%)
R 230 of 471 ~ 48.83%
G 124 of 471 ~ 26.33%
B 117 of 471 ~ 24.84%

%48.83
%26.33
%24.84

CMYK color model

#E67C75 color CMYK value is (0,46,49,10).

  • cyan value is 0.00%
  • magenta value is 46.09%
  • yellow value is 49.13%
  • key color value is 9.80%
CMYK:
(0,46,49,10)
C0M46Y49K10 
(0%,46%,49%,10%)
(0.00/0.46/0.49/0.10)	

CMYK percentages

%0
%46.09
%49.13
%9.8

Codes

Color #E67C75 in popluar color models

E67C75
RGB230124117
HSL69.33%68.04%
HSB/HSV49.13%90.20%
CMYK0.00%46.09%49.13%
9.80%

Color #E67C75 in popluar number systems.

HEXE67C75
Decimal230124117
Binary1110011011111001110101
Octal346174165

Shades and tints

Shades of #E67C75

#E67C75
(230,124,117)
#D2716B
(210,113,107)
#BE6661
(190,102,97)
#AA5B57
(170,91,87)
#96504D
(150,80,77)
#824543
(130,69,67)
#6E3A39
(110,58,57)
#5A2F2F
(90,47,47)
#462425
(70,36,37)
#32191B
(50,25,27)
#1E0E11
(30,14,17)
#000000
(0,0,0)

Tints of #E67C75

#E67C75
(230,124,117)
#E88781
(232,135,129)
#EA928D
(234,146,141)
#EC9D99
(236,157,153)
#EEA8A5
(238,168,165)
#F0B3B1
(240,179,177)
#F2BEBD
(242,190,189)
#F4C9C9
(244,201,201)
#F6D4D5
(246,212,213)
#F8DFE1
(248,223,225)
#FAEAED
(250,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E67C75 color. Also use rgb(230,124,117) instead hex code.

Text Font Color

.myTextColor { color: #E67C75; }

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

This text font color is #E67C75.


Background Color

.myBgColor { background-color: #E67C75; }

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

This div background color is #E67C75.


Border color

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

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

This div border color is #E67C75.


Opacity

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

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

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

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

This text has shadow with #E67C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67C75 on black background.


Color preview on white background

This text has color #E67C75 on white background.



Black color preview on #E67C75 background

This text has black color on #E67C75 background.


White color preview on #E67C75 background

This text has white color on #E67C75 background.