COLOR #E96865

HEX: #E96865
RGB: (233,104,101)

Color info

#E96865 contains mainly red color. Web safe color of #E96865 is #FF6666 (or #F66).

RGB color model

#E96865 color RGB value is (233,104,101).

  • red value is 233;
  • green value is 104;
  • blue value is 101.
RGB:
(233,104,101)
(91%,41%,40%)

RGB channels and saturation

R 233 of 255 = 91%
G 104 of 255 = 41%
B 101 of 255 = 40%

233
104
101

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

Portions of RGB colors in percentages

R + G + B =
233 + 104 + 101 = 438 (100%)
R 233 of 438 ~ 53.2%
G 104 of 438 ~ 23.74%
B 101 of 438 ~ 23.06%

%53.2
%23.74
%23.06

CMYK color model

#E96865 color CMYK value is (0,55,57,9).

  • cyan value is 0.00%
  • magenta value is 55.36%
  • yellow value is 56.65%
  • key color value is 8.63%
CMYK:
(0,55,57,9)
C0M55Y57K9 
(0%,55%,57%,9%)
(0.00/0.55/0.57/0.09)	

CMYK percentages

%0
%55.36
%56.65
%8.63

Codes

Color #E96865 in popluar color models

E96865
RGB233104101
HSL75.00%65.49%
HSB/HSV56.65%91.37%
CMYK0.00%55.36%56.65%
8.63%

Color #E96865 in popluar number systems.

HEXE96865
Decimal233104101
Binary1110100111010001100101
Octal351150145

Shades and tints

Shades of #E96865

#E96865
(233,104,101)
#D45F5C
(212,95,92)
#BF5653
(191,86,83)
#AA4D4A
(170,77,74)
#954441
(149,68,65)
#803B38
(128,59,56)
#6B322F
(107,50,47)
#562926
(86,41,38)
#41201D
(65,32,29)
#2C1714
(44,23,20)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #E96865

#E96865
(233,104,101)
#EB7573
(235,117,115)
#ED8281
(237,130,129)
#EF8F8F
(239,143,143)
#F19C9D
(241,156,157)
#F3A9AB
(243,169,171)
#F5B6B9
(245,182,185)
#F7C3C7
(247,195,199)
#F9D0D5
(249,208,213)
#FBDDE3
(251,221,227)
#FDEAF1
(253,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E96865 color. Also use rgb(233,104,101) instead hex code.

Text Font Color

.myTextColor { color: #E96865; }

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

This text font color is #E96865.


Background Color

.myBgColor { background-color: #E96865; }

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

This div background color is #E96865.


Border color

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

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

This div border color is #E96865.


Opacity

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

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

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

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

This text has shadow with #E96865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96865 on black background.


Color preview on white background

This text has color #E96865 on white background.



Black color preview on #E96865 background

This text has black color on #E96865 background.


White color preview on #E96865 background

This text has white color on #E96865 background.