COLOR #E64B46

HEX: #E64B46
RGB: (230,75,70)

Color info

#E64B46 contains mainly red color. Web safe color of #E64B46 is #CC3333 (or #C33).

RGB color model

#E64B46 color RGB value is (230,75,70).

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

RGB channels and saturation

R 230 of 255 = 90%
G 75 of 255 = 29%
B 70 of 255 = 27%

230
75
70

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

Portions of RGB colors in percentages

R + G + B =
230 + 75 + 70 = 375 (100%)
R 230 of 375 ~ 61.33%
G 75 of 375 ~ 20%
B 70 of 375 ~ 18.67%

%61.33
%20
%18.67

CMYK color model

#E64B46 color CMYK value is (0,67,70,10).

  • cyan value is 0.00%
  • magenta value is 67.39%
  • yellow value is 69.57%
  • key color value is 9.80%
CMYK:
(0,67,70,10)
C0M67Y70K10 
(0%,67%,70%,10%)
(0.00/0.67/0.70/0.10)	

CMYK percentages

%0
%67.39
%69.57
%9.8

Codes

Color #E64B46 in popluar color models

E64B46
RGB2307570
HSL76.19%58.82%
HSB/HSV69.57%90.20%
CMYK0.00%67.39%69.57%
9.80%

Color #E64B46 in popluar number systems.

HEXE64B46
Decimal2307570
Binary1110011010010111000110
Octal346113106

Shades and tints

Shades of #E64B46

#E64B46
(230,75,70)
#D24540
(210,69,64)
#BE3F3A
(190,63,58)
#AA3934
(170,57,52)
#96332E
(150,51,46)
#822D28
(130,45,40)
#6E2722
(110,39,34)
#5A211C
(90,33,28)
#461B16
(70,27,22)
#321510
(50,21,16)
#1E0F0A
(30,15,10)
#000000
(0,0,0)

Tints of #E64B46

#E64B46
(230,75,70)
#E85B56
(232,91,86)
#EA6B66
(234,107,102)
#EC7B76
(236,123,118)
#EE8B86
(238,139,134)
#F09B96
(240,155,150)
#F2ABA6
(242,171,166)
#F4BBB6
(244,187,182)
#F6CBC6
(246,203,198)
#F8DBD6
(248,219,214)
#FAEBE6
(250,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E64B46; }

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

This text font color is #E64B46.


Background Color

.myBgColor { background-color: #E64B46; }

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

This div background color is #E64B46.


Border color

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

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

This div border color is #E64B46.


Opacity

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

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

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

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

This text has shadow with #E64B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E64B46 on black background.


Color preview on white background

This text has color #E64B46 on white background.



Black color preview on #E64B46 background

This text has black color on #E64B46 background.


White color preview on #E64B46 background

This text has white color on #E64B46 background.