COLOR #E64B58

HEX: #E64B58
RGB: (230,75,88)

Color info

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

RGB color model

#E64B58 color RGB value is (230,75,88).

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

RGB channels and saturation

R 230 of 255 = 90%
G 75 of 255 = 29%
B 88 of 255 = 35%

230
75
88

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

Portions of RGB colors in percentages

R + G + B =
230 + 75 + 88 = 393 (100%)
R 230 of 393 ~ 58.52%
G 75 of 393 ~ 19.08%
B 88 of 393 ~ 22.39%

%58.52
%19.08
%22.39

CMYK color model

#E64B58 color CMYK value is (0,67,62,10).

  • cyan value is 0.00%
  • magenta value is 67.39%
  • yellow value is 61.74%
  • key color value is 9.80%
CMYK:
(0,67,62,10)
C0M67Y62K10 
(0%,67%,62%,10%)
(0.00/0.67/0.62/0.10)	

CMYK percentages

%0
%67.39
%61.74
%9.8

Codes

Color #E64B58 in popluar color models

E64B58
RGB2307588
HSL355°75.61%59.80%
HSB/HSV355°67.39%90.20%
CMYK0.00%67.39%61.74%
9.80%

Color #E64B58 in popluar number systems.

HEXE64B58
Decimal2307588
Binary1110011010010111011000
Octal346113130

Shades and tints

Shades of #E64B58

#E64B58
(230,75,88)
#D24550
(210,69,80)
#BE3F48
(190,63,72)
#AA3940
(170,57,64)
#963338
(150,51,56)
#822D30
(130,45,48)
#6E2728
(110,39,40)
#5A2120
(90,33,32)
#461B18
(70,27,24)
#321510
(50,21,16)
#1E0F08
(30,15,8)
#000000
(0,0,0)

Tints of #E64B58

#E64B58
(230,75,88)
#E85B67
(232,91,103)
#EA6B76
(234,107,118)
#EC7B85
(236,123,133)
#EE8B94
(238,139,148)
#F09BA3
(240,155,163)
#F2ABB2
(242,171,178)
#F4BBC1
(244,187,193)
#F6CBD0
(246,203,208)
#F8DBDF
(248,219,223)
#FAEBEE
(250,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E64B58; }

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

This text font color is #E64B58.


Background Color

.myBgColor { background-color: #E64B58; }

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

This div background color is #E64B58.


Border color

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

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

This div border color is #E64B58.


Opacity

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

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

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

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

This text has shadow with #E64B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E64B58 on black background.


Color preview on white background

This text has color #E64B58 on white background.



Black color preview on #E64B58 background

This text has black color on #E64B58 background.


White color preview on #E64B58 background

This text has white color on #E64B58 background.