COLOR #E65E6A

HEX: #E65E6A
RGB: (230,94,106)

Color info

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

RGB color model

#E65E6A color RGB value is (230,94,106).

  • red value is 230;
  • green value is 94;
  • blue value is 106.
RGB:
(230,94,106)
(90%,37%,42%)

RGB channels and saturation

R 230 of 255 = 90%
G 94 of 255 = 37%
B 106 of 255 = 42%

230
94
106

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

Portions of RGB colors in percentages

R + G + B =
230 + 94 + 106 = 430 (100%)
R 230 of 430 ~ 53.49%
G 94 of 430 ~ 21.86%
B 106 of 430 ~ 24.65%

%53.49
%21.86
%24.65

CMYK color model

#E65E6A color CMYK value is (0,59,54,10).

  • cyan value is 0.00%
  • magenta value is 59.13%
  • yellow value is 53.91%
  • key color value is 9.80%
CMYK:
(0,59,54,10)
C0M59Y54K10 
(0%,59%,54%,10%)
(0.00/0.59/0.54/0.10)	

CMYK percentages

%0
%59.13
%53.91
%9.8

Codes

Color #E65E6A in popluar color models

E65E6A
RGB23094106
HSL355°73.12%63.53%
HSB/HSV355°59.13%90.20%
CMYK0.00%59.13%53.91%
9.80%

Color #E65E6A in popluar number systems.

HEXE65E6A
Decimal23094106
Binary1110011010111101101010
Octal346136152

Shades and tints

Shades of #E65E6A

#E65E6A
(230,94,106)
#D25661
(210,86,97)
#BE4E58
(190,78,88)
#AA464F
(170,70,79)
#963E46
(150,62,70)
#82363D
(130,54,61)
#6E2E34
(110,46,52)
#5A262B
(90,38,43)
#461E22
(70,30,34)
#321619
(50,22,25)
#1E0E10
(30,14,16)
#000000
(0,0,0)

Tints of #E65E6A

#E65E6A
(230,94,106)
#E86C77
(232,108,119)
#EA7A84
(234,122,132)
#EC8891
(236,136,145)
#EE969E
(238,150,158)
#F0A4AB
(240,164,171)
#F2B2B8
(242,178,184)
#F4C0C5
(244,192,197)
#F6CED2
(246,206,210)
#F8DCDF
(248,220,223)
#FAEAEC
(250,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E65E6A color. Also use rgb(230,94,106) instead hex code.

Text Font Color

.myTextColor { color: #E65E6A; }

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

This text font color is #E65E6A.


Background Color

.myBgColor { background-color: #E65E6A; }

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

This div background color is #E65E6A.


Border color

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

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

This div border color is #E65E6A.


Opacity

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

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

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

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

This text has shadow with #E65E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65E6A on black background.


Color preview on white background

This text has color #E65E6A on white background.



Black color preview on #E65E6A background

This text has black color on #E65E6A background.


White color preview on #E65E6A background

This text has white color on #E65E6A background.