COLOR #E35D68

HEX: #E35D68
RGB: (227,93,104)

Color info

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

RGB color model

#E35D68 color RGB value is (227,93,104).

  • red value is 227;
  • green value is 93;
  • blue value is 104.
RGB:
(227,93,104)
(89%,36%,41%)

RGB channels and saturation

R 227 of 255 = 89%
G 93 of 255 = 36%
B 104 of 255 = 41%

227
93
104

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

Portions of RGB colors in percentages

R + G + B =
227 + 93 + 104 = 424 (100%)
R 227 of 424 ~ 53.54%
G 93 of 424 ~ 21.93%
B 104 of 424 ~ 24.53%

%53.54
%21.93
%24.53

CMYK color model

#E35D68 color CMYK value is (0,59,54,11).

  • cyan value is 0.00%
  • magenta value is 59.03%
  • yellow value is 54.19%
  • key color value is 10.98%
CMYK:
(0,59,54,11)
C0M59Y54K11 
(0%,59%,54%,11%)
(0.00/0.59/0.54/0.11)	

CMYK percentages

%0
%59.03
%54.19
%10.98

Codes

Color #E35D68 in popluar color models

E35D68
RGB22793104
HSL355°70.53%62.75%
HSB/HSV355°59.03%89.02%
CMYK0.00%59.03%54.19%
10.98%

Color #E35D68 in popluar number systems.

HEXE35D68
Decimal22793104
Binary1110001110111011101000
Octal343135150

Shades and tints

Shades of #E35D68

#E35D68
(227,93,104)
#CF555F
(207,85,95)
#BB4D56
(187,77,86)
#A7454D
(167,69,77)
#933D44
(147,61,68)
#7F353B
(127,53,59)
#6B2D32
(107,45,50)
#572529
(87,37,41)
#431D20
(67,29,32)
#2F1517
(47,21,23)
#1B0D0E
(27,13,14)
#000000
(0,0,0)

Tints of #E35D68

#E35D68
(227,93,104)
#E56B75
(229,107,117)
#E77982
(231,121,130)
#E9878F
(233,135,143)
#EB959C
(235,149,156)
#EDA3A9
(237,163,169)
#EFB1B6
(239,177,182)
#F1BFC3
(241,191,195)
#F3CDD0
(243,205,208)
#F5DBDD
(245,219,221)
#F7E9EA
(247,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35D68 color. Also use rgb(227,93,104) instead hex code.

Text Font Color

.myTextColor { color: #E35D68; }

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

This text font color is #E35D68.


Background Color

.myBgColor { background-color: #E35D68; }

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

This div background color is #E35D68.


Border color

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

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

This div border color is #E35D68.


Opacity

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

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

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

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

This text has shadow with #E35D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E35D68 on black background.


Color preview on white background

This text has color #E35D68 on white background.



Black color preview on #E35D68 background

This text has black color on #E35D68 background.


White color preview on #E35D68 background

This text has white color on #E35D68 background.