COLOR #E55F68

HEX: #E55F68
RGB: (229,95,104)

Color info

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

RGB color model

#E55F68 color RGB value is (229,95,104).

  • red value is 229;
  • green value is 95;
  • blue value is 104.
RGB:
(229,95,104)
(90%,37%,41%)

RGB channels and saturation

R 229 of 255 = 90%
G 95 of 255 = 37%
B 104 of 255 = 41%

229
95
104

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

Portions of RGB colors in percentages

R + G + B =
229 + 95 + 104 = 428 (100%)
R 229 of 428 ~ 53.5%
G 95 of 428 ~ 22.2%
B 104 of 428 ~ 24.3%

%53.5
%22.2
%24.3

CMYK color model

#E55F68 color CMYK value is (0,59,55,10).

  • cyan value is 0.00%
  • magenta value is 58.52%
  • yellow value is 54.59%
  • key color value is 10.20%
CMYK:
(0,59,55,10)
C0M59Y55K10 
(0%,59%,55%,10%)
(0.00/0.59/0.55/0.10)	

CMYK percentages

%0
%58.52
%54.59
%10.2

Codes

Color #E55F68 in popluar color models

E55F68
RGB22995104
HSL356°72.04%63.53%
HSB/HSV356°58.52%89.80%
CMYK0.00%58.52%54.59%
10.20%

Color #E55F68 in popluar number systems.

HEXE55F68
Decimal22995104
Binary1110010110111111101000
Octal345137150

Shades and tints

Shades of #E55F68

#E55F68
(229,95,104)
#D1575F
(209,87,95)
#BD4F56
(189,79,86)
#A9474D
(169,71,77)
#953F44
(149,63,68)
#81373B
(129,55,59)
#6D2F32
(109,47,50)
#592729
(89,39,41)
#451F20
(69,31,32)
#311717
(49,23,23)
#1D0F0E
(29,15,14)
#000000
(0,0,0)

Tints of #E55F68

#E55F68
(229,95,104)
#E76D75
(231,109,117)
#E97B82
(233,123,130)
#EB898F
(235,137,143)
#ED979C
(237,151,156)
#EFA5A9
(239,165,169)
#F1B3B6
(241,179,182)
#F3C1C3
(243,193,195)
#F5CFD0
(245,207,208)
#F7DDDD
(247,221,221)
#F9EBEA
(249,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E55F68 color. Also use rgb(229,95,104) instead hex code.

Text Font Color

.myTextColor { color: #E55F68; }

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

This text font color is #E55F68.


Background Color

.myBgColor { background-color: #E55F68; }

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

This div background color is #E55F68.


Border color

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

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

This div border color is #E55F68.


Opacity

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

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

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

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

This text has shadow with #E55F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E55F68 on black background.


Color preview on white background

This text has color #E55F68 on white background.



Black color preview on #E55F68 background

This text has black color on #E55F68 background.


White color preview on #E55F68 background

This text has white color on #E55F68 background.