COLOR #E65A51

HEX: #E65A51
RGB: (230,90,81)

Color info

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

RGB color model

#E65A51 color RGB value is (230,90,81).

  • red value is 230;
  • green value is 90;
  • blue value is 81.
RGB:
(230,90,81)
(90%,35%,32%)

RGB channels and saturation

R 230 of 255 = 90%
G 90 of 255 = 35%
B 81 of 255 = 32%

230
90
81

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

Portions of RGB colors in percentages

R + G + B =
230 + 90 + 81 = 401 (100%)
R 230 of 401 ~ 57.36%
G 90 of 401 ~ 22.44%
B 81 of 401 ~ 20.2%

%57.36
%22.44
%20.2

CMYK color model

#E65A51 color CMYK value is (0,61,65,10).

  • cyan value is 0.00%
  • magenta value is 60.87%
  • yellow value is 64.78%
  • key color value is 9.80%
CMYK:
(0,61,65,10)
C0M61Y65K10 
(0%,61%,65%,10%)
(0.00/0.61/0.65/0.10)	

CMYK percentages

%0
%60.87
%64.78
%9.8

Codes

Color #E65A51 in popluar color models

E65A51
RGB2309081
HSL74.87%60.98%
HSB/HSV64.78%90.20%
CMYK0.00%60.87%64.78%
9.80%

Color #E65A51 in popluar number systems.

HEXE65A51
Decimal2309081
Binary1110011010110101010001
Octal346132121

Shades and tints

Shades of #E65A51

#E65A51
(230,90,81)
#D2524A
(210,82,74)
#BE4A43
(190,74,67)
#AA423C
(170,66,60)
#963A35
(150,58,53)
#82322E
(130,50,46)
#6E2A27
(110,42,39)
#5A2220
(90,34,32)
#461A19
(70,26,25)
#321212
(50,18,18)
#1E0A0B
(30,10,11)
#000000
(0,0,0)

Tints of #E65A51

#E65A51
(230,90,81)
#E86960
(232,105,96)
#EA786F
(234,120,111)
#EC877E
(236,135,126)
#EE968D
(238,150,141)
#F0A59C
(240,165,156)
#F2B4AB
(242,180,171)
#F4C3BA
(244,195,186)
#F6D2C9
(246,210,201)
#F8E1D8
(248,225,216)
#FAF0E7
(250,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E65A51 color. Also use rgb(230,90,81) instead hex code.

Text Font Color

.myTextColor { color: #E65A51; }

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

This text font color is #E65A51.


Background Color

.myBgColor { background-color: #E65A51; }

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

This div background color is #E65A51.


Border color

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

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

This div border color is #E65A51.


Opacity

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

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

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

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

This text has shadow with #E65A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65A51 on black background.


Color preview on white background

This text has color #E65A51 on white background.



Black color preview on #E65A51 background

This text has black color on #E65A51 background.


White color preview on #E65A51 background

This text has white color on #E65A51 background.