COLOR #E65355

HEX: #E65355
RGB: (230,83,85)

Color info

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

RGB color model

#E65355 color RGB value is (230,83,85).

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

RGB channels and saturation

R 230 of 255 = 90%
G 83 of 255 = 33%
B 85 of 255 = 33%

230
83
85

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

Portions of RGB colors in percentages

R + G + B =
230 + 83 + 85 = 398 (100%)
R 230 of 398 ~ 57.79%
G 83 of 398 ~ 20.85%
B 85 of 398 ~ 21.36%

%57.79
%20.85
%21.36

CMYK color model

#E65355 color CMYK value is (0,64,63,10).

  • cyan value is 0.00%
  • magenta value is 63.91%
  • yellow value is 63.04%
  • key color value is 9.80%
CMYK:
(0,64,63,10)
C0M64Y63K10 
(0%,64%,63%,10%)
(0.00/0.64/0.63/0.10)	

CMYK percentages

%0
%63.91
%63.04
%9.8

Codes

Color #E65355 in popluar color models

E65355
RGB2308385
HSL359°74.62%61.37%
HSB/HSV359°63.91%90.20%
CMYK0.00%63.91%63.04%
9.80%

Color #E65355 in popluar number systems.

HEXE65355
Decimal2308385
Binary1110011010100111010101
Octal346123125

Shades and tints

Shades of #E65355

#E65355
(230,83,85)
#D24C4E
(210,76,78)
#BE4547
(190,69,71)
#AA3E40
(170,62,64)
#963739
(150,55,57)
#823032
(130,48,50)
#6E292B
(110,41,43)
#5A2224
(90,34,36)
#461B1D
(70,27,29)
#321416
(50,20,22)
#1E0D0F
(30,13,15)
#000000
(0,0,0)

Tints of #E65355

#E65355
(230,83,85)
#E86264
(232,98,100)
#EA7173
(234,113,115)
#EC8082
(236,128,130)
#EE8F91
(238,143,145)
#F09EA0
(240,158,160)
#F2ADAF
(242,173,175)
#F4BCBE
(244,188,190)
#F6CBCD
(246,203,205)
#F8DADC
(248,218,220)
#FAE9EB
(250,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E65355; }

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

This text font color is #E65355.


Background Color

.myBgColor { background-color: #E65355; }

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

This div background color is #E65355.


Border color

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

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

This div border color is #E65355.


Opacity

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

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

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

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

This text has shadow with #E65355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65355 on black background.


Color preview on white background

This text has color #E65355 on white background.



Black color preview on #E65355 background

This text has black color on #E65355 background.


White color preview on #E65355 background

This text has white color on #E65355 background.