COLOR #E6504E

HEX: #E6504E
RGB: (230,80,78)

Color info

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

RGB color model

#E6504E color RGB value is (230,80,78).

  • red value is 230;
  • green value is 80;
  • blue value is 78.
RGB:
(230,80,78)
(90%,31%,31%)

RGB channels and saturation

R 230 of 255 = 90%
G 80 of 255 = 31%
B 78 of 255 = 31%

230
80
78

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

Portions of RGB colors in percentages

R + G + B =
230 + 80 + 78 = 388 (100%)
R 230 of 388 ~ 59.28%
G 80 of 388 ~ 20.62%
B 78 of 388 ~ 20.1%

%59.28
%20.62
%20.1

CMYK color model

#E6504E color CMYK value is (0,65,66,10).

  • cyan value is 0.00%
  • magenta value is 65.22%
  • yellow value is 66.09%
  • key color value is 9.80%
CMYK:
(0,65,66,10)
C0M65Y66K10 
(0%,65%,66%,10%)
(0.00/0.65/0.66/0.10)	

CMYK percentages

%0
%65.22
%66.09
%9.8

Codes

Color #E6504E in popluar color models

E6504E
RGB2308078
HSL75.25%60.39%
HSB/HSV66.09%90.20%
CMYK0.00%65.22%66.09%
9.80%

Color #E6504E in popluar number systems.

HEXE6504E
Decimal2308078
Binary1110011010100001001110
Octal346120116

Shades and tints

Shades of #E6504E

#E6504E
(230,80,78)
#D24947
(210,73,71)
#BE4240
(190,66,64)
#AA3B39
(170,59,57)
#963432
(150,52,50)
#822D2B
(130,45,43)
#6E2624
(110,38,36)
#5A1F1D
(90,31,29)
#461816
(70,24,22)
#32110F
(50,17,15)
#1E0A08
(30,10,8)
#000000
(0,0,0)

Tints of #E6504E

#E6504E
(230,80,78)
#E85F5E
(232,95,94)
#EA6E6E
(234,110,110)
#EC7D7E
(236,125,126)
#EE8C8E
(238,140,142)
#F09B9E
(240,155,158)
#F2AAAE
(242,170,174)
#F4B9BE
(244,185,190)
#F6C8CE
(246,200,206)
#F8D7DE
(248,215,222)
#FAE6EE
(250,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6504E color. Also use rgb(230,80,78) instead hex code.

Text Font Color

.myTextColor { color: #E6504E; }

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

This text font color is #E6504E.


Background Color

.myBgColor { background-color: #E6504E; }

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

This div background color is #E6504E.


Border color

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

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

This div border color is #E6504E.


Opacity

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

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

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

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

This text has shadow with #E6504E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6504E on black background.


Color preview on white background

This text has color #E6504E on white background.



Black color preview on #E6504E background

This text has black color on #E6504E background.


White color preview on #E6504E background

This text has white color on #E6504E background.