COLOR #EB6965

HEX: #EB6965
RGB: (235,105,101)

Color info

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

RGB color model

#EB6965 color RGB value is (235,105,101).

  • red value is 235;
  • green value is 105;
  • blue value is 101.
RGB:
(235,105,101)
(92%,41%,40%)

RGB channels and saturation

R 235 of 255 = 92%
G 105 of 255 = 41%
B 101 of 255 = 40%

235
105
101

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

Portions of RGB colors in percentages

R + G + B =
235 + 105 + 101 = 441 (100%)
R 235 of 441 ~ 53.29%
G 105 of 441 ~ 23.81%
B 101 of 441 ~ 22.9%

%53.29
%23.81
%22.9

CMYK color model

#EB6965 color CMYK value is (0,55,57,8).

  • cyan value is 0.00%
  • magenta value is 55.32%
  • yellow value is 57.02%
  • key color value is 7.84%
CMYK:
(0,55,57,8)
C0M55Y57K8 
(0%,55%,57%,8%)
(0.00/0.55/0.57/0.08)	

CMYK percentages

%0
%55.32
%57.02
%7.84

Codes

Color #EB6965 in popluar color models

EB6965
RGB235105101
HSL77.01%65.88%
HSB/HSV57.02%92.16%
CMYK0.00%55.32%57.02%
7.84%

Color #EB6965 in popluar number systems.

HEXEB6965
Decimal235105101
Binary1110101111010011100101
Octal353151145

Shades and tints

Shades of #EB6965

#EB6965
(235,105,101)
#D6605C
(214,96,92)
#C15753
(193,87,83)
#AC4E4A
(172,78,74)
#974541
(151,69,65)
#823C38
(130,60,56)
#6D332F
(109,51,47)
#582A26
(88,42,38)
#43211D
(67,33,29)
#2E1814
(46,24,20)
#190F0B
(25,15,11)
#000000
(0,0,0)

Tints of #EB6965

#EB6965
(235,105,101)
#EC7673
(236,118,115)
#ED8381
(237,131,129)
#EE908F
(238,144,143)
#EF9D9D
(239,157,157)
#F0AAAB
(240,170,171)
#F1B7B9
(241,183,185)
#F2C4C7
(242,196,199)
#F3D1D5
(243,209,213)
#F4DEE3
(244,222,227)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB6965 color. Also use rgb(235,105,101) instead hex code.

Text Font Color

.myTextColor { color: #EB6965; }

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

This text font color is #EB6965.


Background Color

.myBgColor { background-color: #EB6965; }

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

This div background color is #EB6965.


Border color

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

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

This div border color is #EB6965.


Opacity

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

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

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

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

This text has shadow with #EB6965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB6965 on black background.


Color preview on white background

This text has color #EB6965 on white background.



Black color preview on #EB6965 background

This text has black color on #EB6965 background.


White color preview on #EB6965 background

This text has white color on #EB6965 background.