COLOR #E80F5B

HEX: #E80F5B
RGB: (232,15,91)

Color info

#E80F5B contains mainly red color. Web safe color of #E80F5B is #FF0066 (or #F06).

RGB color model

#E80F5B color RGB value is (232,15,91).

  • red value is 232;
  • green value is 15;
  • blue value is 91.
RGB:
(232,15,91)
(91%,6%,36%)

RGB channels and saturation

R 232 of 255 = 91%
G 15 of 255 = 6%
B 91 of 255 = 36%

232
15
91

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

Portions of RGB colors in percentages

R + G + B =
232 + 15 + 91 = 338 (100%)
R 232 of 338 ~ 68.64%
G 15 of 338 ~ 4.44%
B 91 of 338 ~ 26.92%

%68.64
%26.92

CMYK color model

#E80F5B color CMYK value is (0,94,61,9).

  • cyan value is 0.00%
  • magenta value is 93.53%
  • yellow value is 60.78%
  • key color value is 9.02%
CMYK:
(0,94,61,9)
C0M94Y61K9 
(0%,94%,61%,9%)
(0.00/0.94/0.61/0.09)	

CMYK percentages

%0
%93.53
%60.78
%9.02

Codes

Color #E80F5B in popluar color models

E80F5B
RGB2321591
HSL339°87.85%48.43%
HSB/HSV339°93.53%90.98%
CMYK0.00%93.53%60.78%
9.02%

Color #E80F5B in popluar number systems.

HEXE80F5B
Decimal2321591
Binary1110100011111011011
Octal35017133

Shades and tints

Shades of #E80F5B

#E80F5B
(232,15,91)
#D30E53
(211,14,83)
#BE0D4B
(190,13,75)
#A90C43
(169,12,67)
#940B3B
(148,11,59)
#7F0A33
(127,10,51)
#6A092B
(106,9,43)
#550823
(85,8,35)
#40071B
(64,7,27)
#2B0613
(43,6,19)
#16050B
(22,5,11)
#000000
(0,0,0)

Tints of #E80F5B

#E80F5B
(232,15,91)
#EA2469
(234,36,105)
#EC3977
(236,57,119)
#EE4E85
(238,78,133)
#F06393
(240,99,147)
#F278A1
(242,120,161)
#F48DAF
(244,141,175)
#F6A2BD
(246,162,189)
#F8B7CB
(248,183,203)
#FACCD9
(250,204,217)
#FCE1E7
(252,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E80F5B color. Also use rgb(232,15,91) instead hex code.

Text Font Color

.myTextColor { color: #E80F5B; }

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

This text font color is #E80F5B.


Background Color

.myBgColor { background-color: #E80F5B; }

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

This div background color is #E80F5B.


Border color

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

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

This div border color is #E80F5B.


Opacity

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

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

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

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

This text has shadow with #E80F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E80F5B on black background.


Color preview on white background

This text has color #E80F5B on white background.



Black color preview on #E80F5B background

This text has black color on #E80F5B background.


White color preview on #E80F5B background

This text has white color on #E80F5B background.