COLOR #E64158

HEX: #E64158
RGB: (230,65,88)

Color info

#E64158 contains mainly red color. Web safe color of #E64158 is #CC3366 (or #C36).

RGB color model

#E64158 color RGB value is (230,65,88).

  • red value is 230;
  • green value is 65;
  • blue value is 88.
RGB:
(230,65,88)
(90%,25%,35%)

RGB channels and saturation

R 230 of 255 = 90%
G 65 of 255 = 25%
B 88 of 255 = 35%

230
65
88

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

Portions of RGB colors in percentages

R + G + B =
230 + 65 + 88 = 383 (100%)
R 230 of 383 ~ 60.05%
G 65 of 383 ~ 16.97%
B 88 of 383 ~ 22.98%

%60.05
%16.97
%22.98

CMYK color model

#E64158 color CMYK value is (0,72,62,10).

  • cyan value is 0.00%
  • magenta value is 71.74%
  • yellow value is 61.74%
  • key color value is 9.80%
CMYK:
(0,72,62,10)
C0M72Y62K10 
(0%,72%,62%,10%)
(0.00/0.72/0.62/0.10)	

CMYK percentages

%0
%71.74
%61.74
%9.8

Codes

Color #E64158 in popluar color models

E64158
RGB2306588
HSL352°76.74%57.84%
HSB/HSV352°71.74%90.20%
CMYK0.00%71.74%61.74%
9.80%

Color #E64158 in popluar number systems.

HEXE64158
Decimal2306588
Binary1110011010000011011000
Octal346101130

Shades and tints

Shades of #E64158

#E64158
(230,65,88)
#D23C50
(210,60,80)
#BE3748
(190,55,72)
#AA3240
(170,50,64)
#962D38
(150,45,56)
#822830
(130,40,48)
#6E2328
(110,35,40)
#5A1E20
(90,30,32)
#461918
(70,25,24)
#321410
(50,20,16)
#1E0F08
(30,15,8)
#000000
(0,0,0)

Tints of #E64158

#E64158
(230,65,88)
#E85267
(232,82,103)
#EA6376
(234,99,118)
#EC7485
(236,116,133)
#EE8594
(238,133,148)
#F096A3
(240,150,163)
#F2A7B2
(242,167,178)
#F4B8C1
(244,184,193)
#F6C9D0
(246,201,208)
#F8DADF
(248,218,223)
#FAEBEE
(250,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E64158 color. Also use rgb(230,65,88) instead hex code.

Text Font Color

.myTextColor { color: #E64158; }

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

This text font color is #E64158.


Background Color

.myBgColor { background-color: #E64158; }

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

This div background color is #E64158.


Border color

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

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

This div border color is #E64158.


Opacity

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

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

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

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

This text has shadow with #E64158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E64158 on black background.


Color preview on white background

This text has color #E64158 on white background.



Black color preview on #E64158 background

This text has black color on #E64158 background.


White color preview on #E64158 background

This text has white color on #E64158 background.