COLOR #E5618C

HEX: #E5618C
RGB: (229,97,140)

Color info

#E5618C contains mainly red color. Web safe color of #E5618C is #CC6699 (or #C69).

RGB color model

#E5618C color RGB value is (229,97,140).

  • red value is 229;
  • green value is 97;
  • blue value is 140.
RGB:
(229,97,140)
(90%,38%,55%)

RGB channels and saturation

R 229 of 255 = 90%
G 97 of 255 = 38%
B 140 of 255 = 55%

229
97
140

R + G + B ~ 61%. #E5618C is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 97 + 140 = 466 (100%)
R 229 of 466 ~ 49.14%
G 97 of 466 ~ 20.82%
B 140 of 466 ~ 30.04%

%49.14
%20.82
%30.04

CMYK color model

#E5618C color CMYK value is (0,58,39,10).

  • cyan value is 0.00%
  • magenta value is 57.64%
  • yellow value is 38.86%
  • key color value is 10.20%
CMYK:
(0,58,39,10)
C0M58Y39K10 
(0%,58%,39%,10%)
(0.00/0.58/0.39/0.10)	

CMYK percentages

%0
%57.64
%38.86
%10.2

Codes

Color #E5618C in popluar color models

E5618C
RGB22997140
HSL340°71.74%63.92%
HSB/HSV340°57.64%89.80%
CMYK0.00%57.64%38.86%
10.20%

Color #E5618C in popluar number systems.

HEXE5618C
Decimal22997140
Binary11100101110000110001100
Octal345141214

Shades and tints

Shades of #E5618C

#E5618C
(229,97,140)
#D15980
(209,89,128)
#BD5174
(189,81,116)
#A94968
(169,73,104)
#95415C
(149,65,92)
#813950
(129,57,80)
#6D3144
(109,49,68)
#592938
(89,41,56)
#45212C
(69,33,44)
#311920
(49,25,32)
#1D1114
(29,17,20)
#000000
(0,0,0)

Tints of #E5618C

#E5618C
(229,97,140)
#E76F96
(231,111,150)
#E97DA0
(233,125,160)
#EB8BAA
(235,139,170)
#ED99B4
(237,153,180)
#EFA7BE
(239,167,190)
#F1B5C8
(241,181,200)
#F3C3D2
(243,195,210)
#F5D1DC
(245,209,220)
#F7DFE6
(247,223,230)
#F9EDF0
(249,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5618C color. Also use rgb(229,97,140) instead hex code.

Text Font Color

.myTextColor { color: #E5618C; }

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

This text font color is #E5618C.


Background Color

.myBgColor { background-color: #E5618C; }

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

This div background color is #E5618C.


Border color

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

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

This div border color is #E5618C.


Opacity

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

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

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

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

This text has shadow with #E5618C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5618C on black background.


Color preview on white background

This text has color #E5618C on white background.



Black color preview on #E5618C background

This text has black color on #E5618C background.


White color preview on #E5618C background

This text has white color on #E5618C background.