COLOR #E65365

HEX: #E65365
RGB: (230,83,101)

Color info

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

RGB color model

#E65365 color RGB value is (230,83,101).

  • red value is 230;
  • green value is 83;
  • blue value is 101.
RGB:
(230,83,101)
(90%,33%,40%)

RGB channels and saturation

R 230 of 255 = 90%
G 83 of 255 = 33%
B 101 of 255 = 40%

230
83
101

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

Portions of RGB colors in percentages

R + G + B =
230 + 83 + 101 = 414 (100%)
R 230 of 414 ~ 55.56%
G 83 of 414 ~ 20.05%
B 101 of 414 ~ 24.4%

%55.56
%20.05
%24.4

CMYK color model

#E65365 color CMYK value is (0,64,56,10).

  • cyan value is 0.00%
  • magenta value is 63.91%
  • yellow value is 56.09%
  • key color value is 9.80%
CMYK:
(0,64,56,10)
C0M64Y56K10 
(0%,64%,56%,10%)
(0.00/0.64/0.56/0.10)	

CMYK percentages

%0
%63.91
%56.09
%9.8

Codes

Color #E65365 in popluar color models

E65365
RGB23083101
HSL353°74.62%61.37%
HSB/HSV353°63.91%90.20%
CMYK0.00%63.91%56.09%
9.80%

Color #E65365 in popluar number systems.

HEXE65365
Decimal23083101
Binary1110011010100111100101
Octal346123145

Shades and tints

Shades of #E65365

#E65365
(230,83,101)
#D24C5C
(210,76,92)
#BE4553
(190,69,83)
#AA3E4A
(170,62,74)
#963741
(150,55,65)
#823038
(130,48,56)
#6E292F
(110,41,47)
#5A2226
(90,34,38)
#461B1D
(70,27,29)
#321414
(50,20,20)
#1E0D0B
(30,13,11)
#000000
(0,0,0)

Tints of #E65365

#E65365
(230,83,101)
#E86273
(232,98,115)
#EA7181
(234,113,129)
#EC808F
(236,128,143)
#EE8F9D
(238,143,157)
#F09EAB
(240,158,171)
#F2ADB9
(242,173,185)
#F4BCC7
(244,188,199)
#F6CBD5
(246,203,213)
#F8DAE3
(248,218,227)
#FAE9F1
(250,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E65365 color. Also use rgb(230,83,101) instead hex code.

Text Font Color

.myTextColor { color: #E65365; }

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

This text font color is #E65365.


Background Color

.myBgColor { background-color: #E65365; }

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

This div background color is #E65365.


Border color

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

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

This div border color is #E65365.


Opacity

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

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

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

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

This text has shadow with #E65365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65365 on black background.


Color preview on white background

This text has color #E65365 on white background.



Black color preview on #E65365 background

This text has black color on #E65365 background.


White color preview on #E65365 background

This text has white color on #E65365 background.