COLOR #E64787

HEX: #E64787 RGB: (230,71,135)

Color info

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

RGB color model

#E64787 color RGB value is (230,71,135).

RGB: (230,71,135) (90%, 28%, 53%)

RGB channels and saturation

R 230 of 255 = 90%
G 71 of 255 = 28%
B 135 of 255 = 53%

230
71
135

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

Portions of RGB colors in percentages

R + G + B = 230 + 71 + 135 = 436 (100%)
R 230 of 436 ~ 52.75%
G 71 of 436 ~ 16.28%
B 135 of 436 ~ 30.96'%

%52.75
%16.28
%30.96

CMYK color model

#E64787 color CMYK value is (0,69,41,10).

  • cyan value is 0.00%
  • magenta value is 69.13%
  • yellow value is 41.30%
  • key color value is 9.80%
CMYK: (0,69,41,10) C0M69Y41K10 (0%,69%,41%,10%) (0.00/0.69/0.41/0.10) 

CMYK percentages

%0
%69.13
%41.3
%9.8

Codes

Color #E64787 in popluar color models

E6 47 87
RGB 230 71 135
HSL 336° 76.08% 59.02%
HSB/HSV 336° 69.13% 90.20%
CMYK 0.00% 69.13% 41.30%
9.80%

Color #E64787 in popluar number systems.

HEX E6 47 87
Decimal 230 71 135
Binary 11100110 1000111 10000111
Octal 346 107 207

Shades and tints

Shades of #E64787

#E64787
(230,71,135)
#D2417B
(210,65,123)
#BE3B6F
(190,59,111)
#AA3563
(170,53,99)
#962F57
(150,47,87)
#82294B
(130,41,75)
#6E233F
(110,35,63)
#5A1D33
(90,29,51)
#461727
(70,23,39)
#32111B
(50,17,27)
#1E0B0F
(30,11,15)
#000000
(0,0,0)

Tints of #E64787

#E64787
(230,71,135)
#E85791
(232,87,145)
#EA679B
(234,103,155)
#EC77A5
(236,119,165)
#EE87AF
(238,135,175)
#F097B9
(240,151,185)
#F2A7C3
(242,167,195)
#F4B7CD
(244,183,205)
#F6C7D7
(246,199,215)
#F8D7E1
(248,215,225)
#FAE7EB
(250,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E64787 color. Also use rgb(230,71,135) instead hex code.

Text Font Color

.myTextColor { color: #E64787; }

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

This text font color is #E64787.

Background Color

.myBgColor { background-color: #E64787; }

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

This div background color is #E64787.

Border color

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

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

This div border color is #E64787.

Opacity

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

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

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

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

This text has shadow with #E64787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E64787.

Preview

Color preview on black background

This text has color #E64787 on black background.


Color preview on white background

This text has color #E64787 on white background.


Black color preview on #E64787 background

This text has black color on #E64787 background.


White color preview on #E64787 background

This text has white color on #E64787 background.


Related colors

Complementary color

Complementary color for #hex is #19B878.


I love getcolorcode.com

Triadic colors

1 #87E647 and #4787E6 with #E64787 are triadic colors.

2 #8747E6 and #47E687 with #E64787 are triadic colors.