COLOR #E64096

HEX: #E64096
RGB: (230,64,150)

Color info

#E64096 contains mainly red color. Web safe color of #E64096 is #CC3399 (or #C39).

RGB color model

#E64096 color RGB value is (230,64,150).

  • red value is 230;
  • green value is 64;
  • blue value is 150.
RGB:
(230,64,150)
(90%,25%,59%)

RGB channels and saturation

R 230 of 255 = 90%
G 64 of 255 = 25%
B 150 of 255 = 59%

230
64
150

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

Portions of RGB colors in percentages

R + G + B =
230 + 64 + 150 = 444 (100%)
R 230 of 444 ~ 51.8%
G 64 of 444 ~ 14.41%
B 150 of 444 ~ 33.78%

%51.8
%14.41
%33.78

CMYK color model

#E64096 color CMYK value is (0,72,35,10).

  • cyan value is 0.00%
  • magenta value is 72.17%
  • yellow value is 34.78%
  • key color value is 9.80%
CMYK:
(0,72,35,10)
C0M72Y35K10 
(0%,72%,35%,10%)
(0.00/0.72/0.35/0.10)	

CMYK percentages

%0
%72.17
%34.78
%9.8

Codes

Color #E64096 in popluar color models

E64096
RGB23064150
HSL329°76.85%57.65%
HSB/HSV329°72.17%90.20%
CMYK0.00%72.17%34.78%
9.80%

Color #E64096 in popluar number systems.

HEXE64096
Decimal23064150
Binary11100110100000010010110
Octal346100226

Shades and tints

Shades of #E64096

#E64096
(230,64,150)
#D23B89
(210,59,137)
#BE367C
(190,54,124)
#AA316F
(170,49,111)
#962C62
(150,44,98)
#822755
(130,39,85)
#6E2248
(110,34,72)
#5A1D3B
(90,29,59)
#46182E
(70,24,46)
#321321
(50,19,33)
#1E0E14
(30,14,20)
#000000
(0,0,0)

Tints of #E64096

#E64096
(230,64,150)
#E8519F
(232,81,159)
#EA62A8
(234,98,168)
#EC73B1
(236,115,177)
#EE84BA
(238,132,186)
#F095C3
(240,149,195)
#F2A6CC
(242,166,204)
#F4B7D5
(244,183,213)
#F6C8DE
(246,200,222)
#F8D9E7
(248,217,231)
#FAEAF0
(250,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E64096 color. Also use rgb(230,64,150) instead hex code.

Text Font Color

.myTextColor { color: #E64096; }

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

This text font color is #E64096.


Background Color

.myBgColor { background-color: #E64096; }

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

This div background color is #E64096.


Border color

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

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

This div border color is #E64096.


Opacity

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

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

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

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

This text has shadow with #E64096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E64096 on black background.


Color preview on white background

This text has color #E64096 on white background.



Black color preview on #E64096 background

This text has black color on #E64096 background.


White color preview on #E64096 background

This text has white color on #E64096 background.