COLOR #E64B8F

HEX: #E64B8F
RGB: (230,75,143)

Color info

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

RGB color model

#E64B8F color RGB value is (230,75,143).

  • red value is 230;
  • green value is 75;
  • blue value is 143.
RGB:
(230,75,143)
(90%,29%,56%)

RGB channels and saturation

R 230 of 255 = 90%
G 75 of 255 = 29%
B 143 of 255 = 56%

230
75
143

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

Portions of RGB colors in percentages

R + G + B =
230 + 75 + 143 = 448 (100%)
R 230 of 448 ~ 51.34%
G 75 of 448 ~ 16.74%
B 143 of 448 ~ 31.92%

%51.34
%16.74
%31.92

CMYK color model

#E64B8F color CMYK value is (0,67,38,10).

  • cyan value is 0.00%
  • magenta value is 67.39%
  • yellow value is 37.83%
  • key color value is 9.80%
CMYK:
(0,67,38,10)
C0M67Y38K10 
(0%,67%,38%,10%)
(0.00/0.67/0.38/0.10)	

CMYK percentages

%0
%67.39
%37.83
%9.8

Codes

Color #E64B8F in popluar color models

E64B8F
RGB23075143
HSL334°75.61%59.80%
HSB/HSV334°67.39%90.20%
CMYK0.00%67.39%37.83%
9.80%

Color #E64B8F in popluar number systems.

HEXE64B8F
Decimal23075143
Binary11100110100101110001111
Octal346113217

Shades and tints

Shades of #E64B8F

#E64B8F
(230,75,143)
#D24582
(210,69,130)
#BE3F75
(190,63,117)
#AA3968
(170,57,104)
#96335B
(150,51,91)
#822D4E
(130,45,78)
#6E2741
(110,39,65)
#5A2134
(90,33,52)
#461B27
(70,27,39)
#32151A
(50,21,26)
#1E0F0D
(30,15,13)
#000000
(0,0,0)

Tints of #E64B8F

#E64B8F
(230,75,143)
#E85B99
(232,91,153)
#EA6BA3
(234,107,163)
#EC7BAD
(236,123,173)
#EE8BB7
(238,139,183)
#F09BC1
(240,155,193)
#F2ABCB
(242,171,203)
#F4BBD5
(244,187,213)
#F6CBDF
(246,203,223)
#F8DBE9
(248,219,233)
#FAEBF3
(250,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E64B8F color. Also use rgb(230,75,143) instead hex code.

Text Font Color

.myTextColor { color: #E64B8F; }

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

This text font color is #E64B8F.


Background Color

.myBgColor { background-color: #E64B8F; }

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

This div background color is #E64B8F.


Border color

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

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

This div border color is #E64B8F.


Opacity

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

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

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

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

This text has shadow with #E64B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E64B8F on black background.


Color preview on white background

This text has color #E64B8F on white background.



Black color preview on #E64B8F background

This text has black color on #E64B8F background.


White color preview on #E64B8F background

This text has white color on #E64B8F background.