COLOR #E8254D

HEX: #E8254D RGB: (232,37,77)

Color info

#E8254D contains mainly red color. Web safe color of #E8254D is #FF3333 (or #F33).

RGB color model

#E8254D color RGB value is (232,37,77).

RGB: (232,37,77) (91%, 15%, 30%)

RGB channels and saturation

R 232 of 255 = 91%
G 37 of 255 = 15%
B 77 of 255 = 30%

232
37
77

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

Portions of RGB colors in percentages

R + G + B = 232 + 37 + 77 = 346 (100%)
R 232 of 346 ~ 67.05%
G 37 of 346 ~ 10.69%
B 77 of 346 ~ 22.25'%

%67.05
%10.69
%22.25

CMYK color model

#E8254D color CMYK value is (0,84,67,9).

  • cyan value is 0.00%
  • magenta value is 84.05%
  • yellow value is 66.81%
  • key color value is 9.02%

CMYK: (0,84,67,9)
C0M84Y67K9 (0%, 84%, 67%, 9%)
(0.00 / 0.84 / 0.67 / 0.09)

CMYK percentages

%0
%84.05
%66.81
%9.02

Codes

Color #E8254D in popluar color models

E8 25 4D
RGB 232 37 77
HSL 348° 80.91% 52.75%
HSB/HSV 348° 84.05% 90.98%
CMYK 0.00% 84.05% 66.81%
9.02%

Color #E8254D in popluar number systems.

HEX E8 25 4D
Decimal 232 37 77
Binary 11101000 100101 1001101
Octal 350 45 115

Shades and tints

Shades of #E8254D

#E8254D
(232,37,77)
#D32246
(211,34,70)
#BE1F3F
(190,31,63)
#A91C38
(169,28,56)
#941931
(148,25,49)
#7F162A
(127,22,42)
#6A1323
(106,19,35)
#55101C
(85,16,28)
#400D15
(64,13,21)
#2B0A0E
(43,10,14)
#160707
(22,7,7)
#000000
(0,0,0)

Tints of #E8254D

#E8254D
(232,37,77)
#EA385D
(234,56,93)
#EC4B6D
(236,75,109)
#EE5E7D
(238,94,125)
#F0718D
(240,113,141)
#F2849D
(242,132,157)
#F497AD
(244,151,173)
#F6AABD
(246,170,189)
#F8BDCD
(248,189,205)
#FAD0DD
(250,208,221)
#FCE3ED
(252,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8254D color. Also use rgb(232,37,77) instead hex code.

Text Font Color

.myTextColor { color: #E8254D; }

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

This text font color is #E8254D.

Background Color

.myBgColor { background-color: #E8254D; }

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

This div background color is #E8254D.

Border color

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

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

This div border color is #E8254D.

Opacity

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

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

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

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

This text has shadow with #E8254D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8254D.

Preview

Color preview on black background

This text has color #E8254D on black background.


Color preview on white background

This text has color #E8254D on white background.


Black color preview on #E8254D background

This text has black color on #E8254D background.


White color preview on #E8254D background

This text has white color on #E8254D background.


Related colors

Complementary color

Complementary color for #E8254D is #17DAB2.


I love getcolorcode.com

Triadic colors

1 #4DE825 and #254DE8 with #E8254D are triadic colors.

2 #4D25E8 and #25E84D with #E8254D are triadic colors.