COLOR #E64896

HEX: #E64896
RGB: (230,72,150)

Color info

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

RGB color model

#E64896 color RGB value is (230,72,150).

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

RGB channels and saturation

R 230 of 255 = 90%
G 72 of 255 = 28%
B 150 of 255 = 59%

230
72
150

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

Portions of RGB colors in percentages

R + G + B =
230 + 72 + 150 = 452 (100%)
R 230 of 452 ~ 50.88%
G 72 of 452 ~ 15.93%
B 150 of 452 ~ 33.19%

%50.88
%15.93
%33.19

CMYK color model

#E64896 color CMYK value is (0,69,35,10).

  • cyan value is 0.00%
  • magenta value is 68.70%
  • yellow value is 34.78%
  • key color value is 9.80%
CMYK:
(0,69,35,10)
C0M69Y35K10 
(0%,69%,35%,10%)
(0.00/0.69/0.35/0.10)	

CMYK percentages

%0
%68.7
%34.78
%9.8

Codes

Color #E64896 in popluar color models

E64896
RGB23072150
HSL330°75.96%59.22%
HSB/HSV330°68.70%90.20%
CMYK0.00%68.70%34.78%
9.80%

Color #E64896 in popluar number systems.

HEXE64896
Decimal23072150
Binary11100110100100010010110
Octal346110226

Shades and tints

Shades of #E64896

#E64896
(230,72,150)
#D24289
(210,66,137)
#BE3C7C
(190,60,124)
#AA366F
(170,54,111)
#963062
(150,48,98)
#822A55
(130,42,85)
#6E2448
(110,36,72)
#5A1E3B
(90,30,59)
#46182E
(70,24,46)
#321221
(50,18,33)
#1E0C14
(30,12,20)
#000000
(0,0,0)

Tints of #E64896

#E64896
(230,72,150)
#E8589F
(232,88,159)
#EA68A8
(234,104,168)
#EC78B1
(236,120,177)
#EE88BA
(238,136,186)
#F098C3
(240,152,195)
#F2A8CC
(242,168,204)
#F4B8D5
(244,184,213)
#F6C8DE
(246,200,222)
#F8D8E7
(248,216,231)
#FAE8F0
(250,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E64896; }

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

This text font color is #E64896.


Background Color

.myBgColor { background-color: #E64896; }

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

This div background color is #E64896.


Border color

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

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

This div border color is #E64896.


Opacity

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

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

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

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

This text has shadow with #E64896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E64896 on black background.


Color preview on white background

This text has color #E64896 on white background.



Black color preview on #E64896 background

This text has black color on #E64896 background.


White color preview on #E64896 background

This text has white color on #E64896 background.