COLOR #E65759

HEX: #E65759
RGB: (230,87,89)

Color info

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

RGB color model

#E65759 color RGB value is (230,87,89).

  • red value is 230;
  • green value is 87;
  • blue value is 89.
RGB:
(230,87,89)
(90%,34%,35%)

RGB channels and saturation

R 230 of 255 = 90%
G 87 of 255 = 34%
B 89 of 255 = 35%

230
87
89

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

Portions of RGB colors in percentages

R + G + B =
230 + 87 + 89 = 406 (100%)
R 230 of 406 ~ 56.65%
G 87 of 406 ~ 21.43%
B 89 of 406 ~ 21.92%

%56.65
%21.43
%21.92

CMYK color model

#E65759 color CMYK value is (0,62,61,10).

  • cyan value is 0.00%
  • magenta value is 62.17%
  • yellow value is 61.30%
  • key color value is 9.80%
CMYK:
(0,62,61,10)
C0M62Y61K10 
(0%,62%,61%,10%)
(0.00/0.62/0.61/0.10)	

CMYK percentages

%0
%62.17
%61.3
%9.8

Codes

Color #E65759 in popluar color models

E65759
RGB2308789
HSL359°74.09%62.16%
HSB/HSV359°62.17%90.20%
CMYK0.00%62.17%61.30%
9.80%

Color #E65759 in popluar number systems.

HEXE65759
Decimal2308789
Binary1110011010101111011001
Octal346127131

Shades and tints

Shades of #E65759

#E65759
(230,87,89)
#D25051
(210,80,81)
#BE4949
(190,73,73)
#AA4241
(170,66,65)
#963B39
(150,59,57)
#823431
(130,52,49)
#6E2D29
(110,45,41)
#5A2621
(90,38,33)
#461F19
(70,31,25)
#321811
(50,24,17)
#1E1109
(30,17,9)
#000000
(0,0,0)

Tints of #E65759

#E65759
(230,87,89)
#E86668
(232,102,104)
#EA7577
(234,117,119)
#EC8486
(236,132,134)
#EE9395
(238,147,149)
#F0A2A4
(240,162,164)
#F2B1B3
(242,177,179)
#F4C0C2
(244,192,194)
#F6CFD1
(246,207,209)
#F8DEE0
(248,222,224)
#FAEDEF
(250,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E65759 color. Also use rgb(230,87,89) instead hex code.

Text Font Color

.myTextColor { color: #E65759; }

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

This text font color is #E65759.


Background Color

.myBgColor { background-color: #E65759; }

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

This div background color is #E65759.


Border color

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

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

This div border color is #E65759.


Opacity

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

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

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

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

This text has shadow with #E65759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65759 on black background.


Color preview on white background

This text has color #E65759 on white background.



Black color preview on #E65759 background

This text has black color on #E65759 background.


White color preview on #E65759 background

This text has white color on #E65759 background.