COLOR #E6675E

HEX: #E6675E RGB: (230,103,94)

Color info

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

RGB color model

#E6675E color RGB value is (230,103,94).

RGB: (230,103,94) (90%, 40%, 37%)

RGB channels and saturation

R 230 of 255 = 90%
G 103 of 255 = 40%
B 94 of 255 = 37%

230
103
94

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

Portions of RGB colors in percentages

R + G + B = 230 + 103 + 94 = 427 (100%)
R 230 of 427 ~ 53.86%
G 103 of 427 ~ 24.12%
B 94 of 427 ~ 22.01'%

%53.86
%24.12
%22.01

CMYK color model

#E6675E color CMYK value is (0,55,59,10).

  • cyan value is 0.00%
  • magenta value is 55.22%
  • yellow value is 59.13%
  • key color value is 9.80%

CMYK: (0,55,59,10)
C0M55Y59K10 (0%, 55%, 59%, 10%)
(0.00 / 0.55 / 0.59 / 0.10)

CMYK percentages

%0
%55.22
%59.13
%9.8

Codes

Color #E6675E in popluar color models

E6 67 5E
RGB 230 103 94
HSL 73.12% 63.53%
HSB/HSV 59.13% 90.20%
CMYK 0.00% 55.22% 59.13%
9.80%

Color #E6675E in popluar number systems.

HEX E6 67 5E
Decimal 230 103 94
Binary 11100110 1100111 1011110
Octal 346 147 136

Shades and tints

Shades of #E6675E

#E6675E
(230,103,94)
#D25E56
(210,94,86)
#BE554E
(190,85,78)
#AA4C46
(170,76,70)
#96433E
(150,67,62)
#823A36
(130,58,54)
#6E312E
(110,49,46)
#5A2826
(90,40,38)
#461F1E
(70,31,30)
#321616
(50,22,22)
#1E0D0E
(30,13,14)
#000000
(0,0,0)

Tints of #E6675E

#E6675E
(230,103,94)
#E8746C
(232,116,108)
#EA817A
(234,129,122)
#EC8E88
(236,142,136)
#EE9B96
(238,155,150)
#F0A8A4
(240,168,164)
#F2B5B2
(242,181,178)
#F4C2C0
(244,194,192)
#F6CFCE
(246,207,206)
#F8DCDC
(248,220,220)
#FAE9EA
(250,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6675E color. Also use rgb(230,103,94) instead hex code.

Text Font Color

.myTextColor { color: #E6675E; }

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

This text font color is #E6675E.

Background Color

.myBgColor { background-color: #E6675E; }

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

This div background color is #E6675E.

Border color

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

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

This div border color is #E6675E.

Opacity

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

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

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

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

This text has shadow with #E6675E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6675E.

Preview

Color preview on black background

This text has color #E6675E on black background.


Color preview on white background

This text has color #E6675E on white background.


Black color preview on #E6675E background

This text has black color on #E6675E background.


White color preview on #E6675E background

This text has white color on #E6675E background.


Related colors

Complementary color

Complementary color for #hex is #1998A1.


I love getcolorcode.com

Triadic colors

1 #5EE667 and #675EE6 with #E6675E are triadic colors.

2 #5E67E6 and #67E65E with #E6675E are triadic colors.