COLOR #E82C58

HEX: #E82C58
RGB: (232,44,88)

Color info

#E82C58 contains mainly red color. Web safe color of #E82C58 is #FF3366 (or #F36).

RGB color model

#E82C58 color RGB value is (232,44,88).

  • red value is 232;
  • green value is 44;
  • blue value is 88.
RGB:
(232,44,88)
(91%,17%,35%)

RGB channels and saturation

R 232 of 255 = 91%
G 44 of 255 = 17%
B 88 of 255 = 35%

232
44
88

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

Portions of RGB colors in percentages

R + G + B =
232 + 44 + 88 = 364 (100%)
R 232 of 364 ~ 63.74%
G 44 of 364 ~ 12.09%
B 88 of 364 ~ 24.18%

%63.74
%12.09
%24.18

CMYK color model

#E82C58 color CMYK value is (0,81,62,9).

  • cyan value is 0.00%
  • magenta value is 81.03%
  • yellow value is 62.07%
  • key color value is 9.02%
CMYK:
(0,81,62,9)
C0M81Y62K9 
(0%,81%,62%,9%)
(0.00/0.81/0.62/0.09)	

CMYK percentages

%0
%81.03
%62.07
%9.02

Codes

Color #E82C58 in popluar color models

E82C58
RGB2324488
HSL346°80.34%54.12%
HSB/HSV346°81.03%90.98%
CMYK0.00%81.03%62.07%
9.02%

Color #E82C58 in popluar number systems.

HEXE82C58
Decimal2324488
Binary111010001011001011000
Octal35054130

Shades and tints

Shades of #E82C58

#E82C58
(232,44,88)
#D32850
(211,40,80)
#BE2448
(190,36,72)
#A92040
(169,32,64)
#941C38
(148,28,56)
#7F1830
(127,24,48)
#6A1428
(106,20,40)
#551020
(85,16,32)
#400C18
(64,12,24)
#2B0810
(43,8,16)
#160408
(22,4,8)
#000000
(0,0,0)

Tints of #E82C58

#E82C58
(232,44,88)
#EA3F67
(234,63,103)
#EC5276
(236,82,118)
#EE6585
(238,101,133)
#F07894
(240,120,148)
#F28BA3
(242,139,163)
#F49EB2
(244,158,178)
#F6B1C1
(246,177,193)
#F8C4D0
(248,196,208)
#FAD7DF
(250,215,223)
#FCEAEE
(252,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E82C58 color. Also use rgb(232,44,88) instead hex code.

Text Font Color

.myTextColor { color: #E82C58; }

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

This text font color is #E82C58.


Background Color

.myBgColor { background-color: #E82C58; }

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

This div background color is #E82C58.


Border color

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

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

This div border color is #E82C58.


Opacity

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

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

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

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

This text has shadow with #E82C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E82C58 on black background.


Color preview on white background

This text has color #E82C58 on white background.



Black color preview on #E82C58 background

This text has black color on #E82C58 background.


White color preview on #E82C58 background

This text has white color on #E82C58 background.