COLOR #E82F5D

HEX: #E82F5D
RGB: (232,47,93)

Color info

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

RGB color model

#E82F5D color RGB value is (232,47,93).

  • red value is 232;
  • green value is 47;
  • blue value is 93.
RGB:
(232,47,93)
(91%,18%,36%)

RGB channels and saturation

R 232 of 255 = 91%
G 47 of 255 = 18%
B 93 of 255 = 36%

232
47
93

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

Portions of RGB colors in percentages

R + G + B =
232 + 47 + 93 = 372 (100%)
R 232 of 372 ~ 62.37%
G 47 of 372 ~ 12.63%
B 93 of 372 ~ 25%

%62.37
%12.63
%25

CMYK color model

#E82F5D color CMYK value is (0,80,60,9).

  • cyan value is 0.00%
  • magenta value is 79.74%
  • yellow value is 59.91%
  • key color value is 9.02%
CMYK:
(0,80,60,9)
C0M80Y60K9 
(0%,80%,60%,9%)
(0.00/0.80/0.60/0.09)	

CMYK percentages

%0
%79.74
%59.91
%9.02

Codes

Color #E82F5D in popluar color models

E82F5D
RGB2324793
HSL345°80.09%54.71%
HSB/HSV345°79.74%90.98%
CMYK0.00%79.74%59.91%
9.02%

Color #E82F5D in popluar number systems.

HEXE82F5D
Decimal2324793
Binary111010001011111011101
Octal35057135

Shades and tints

Shades of #E82F5D

#E82F5D
(232,47,93)
#D32B55
(211,43,85)
#BE274D
(190,39,77)
#A92345
(169,35,69)
#941F3D
(148,31,61)
#7F1B35
(127,27,53)
#6A172D
(106,23,45)
#551325
(85,19,37)
#400F1D
(64,15,29)
#2B0B15
(43,11,21)
#16070D
(22,7,13)
#000000
(0,0,0)

Tints of #E82F5D

#E82F5D
(232,47,93)
#EA416B
(234,65,107)
#EC5379
(236,83,121)
#EE6587
(238,101,135)
#F07795
(240,119,149)
#F289A3
(242,137,163)
#F49BB1
(244,155,177)
#F6ADBF
(246,173,191)
#F8BFCD
(248,191,205)
#FAD1DB
(250,209,219)
#FCE3E9
(252,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E82F5D color. Also use rgb(232,47,93) instead hex code.

Text Font Color

.myTextColor { color: #E82F5D; }

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

This text font color is #E82F5D.


Background Color

.myBgColor { background-color: #E82F5D; }

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

This div background color is #E82F5D.


Border color

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

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

This div border color is #E82F5D.


Opacity

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

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

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

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

This text has shadow with #E82F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E82F5D on black background.


Color preview on white background

This text has color #E82F5D on white background.



Black color preview on #E82F5D background

This text has black color on #E82F5D background.


White color preview on #E82F5D background

This text has white color on #E82F5D background.