COLOR #E30D4E

HEX: #E30D4E
RGB: (227,13,78)

Color info

#E30D4E contains mainly red color. Web safe color of #E30D4E is #CC0066 (or #C06).

RGB color model

#E30D4E color RGB value is (227,13,78).

  • red value is 227;
  • green value is 13;
  • blue value is 78.
RGB:
(227,13,78)
(89%,5%,31%)

RGB channels and saturation

R 227 of 255 = 89%
G 13 of 255 = 5%
B 78 of 255 = 31%

227
13
78

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

Portions of RGB colors in percentages

R + G + B =
227 + 13 + 78 = 318 (100%)
R 227 of 318 ~ 71.38%
G 13 of 318 ~ 4.09%
B 78 of 318 ~ 24.53%

%71.38
%24.53

CMYK color model

#E30D4E color CMYK value is (0,94,66,11).

  • cyan value is 0.00%
  • magenta value is 94.27%
  • yellow value is 65.64%
  • key color value is 10.98%
CMYK:
(0,94,66,11)
C0M94Y66K11 
(0%,94%,66%,11%)
(0.00/0.94/0.66/0.11)	

CMYK percentages

%0
%94.27
%65.64
%10.98

Codes

Color #E30D4E in popluar color models

E30D4E
RGB2271378
HSL342°89.17%47.06%
HSB/HSV342°94.27%89.02%
CMYK0.00%94.27%65.64%
10.98%

Color #E30D4E in popluar number systems.

HEXE30D4E
Decimal2271378
Binary1110001111011001110
Octal34315116

Shades and tints

Shades of #E30D4E

#E30D4E
(227,13,78)
#CF0C47
(207,12,71)
#BB0B40
(187,11,64)
#A70A39
(167,10,57)
#930932
(147,9,50)
#7F082B
(127,8,43)
#6B0724
(107,7,36)
#57061D
(87,6,29)
#430516
(67,5,22)
#2F040F
(47,4,15)
#1B0308
(27,3,8)
#000000
(0,0,0)

Tints of #E30D4E

#E30D4E
(227,13,78)
#E5235E
(229,35,94)
#E7396E
(231,57,110)
#E94F7E
(233,79,126)
#EB658E
(235,101,142)
#ED7B9E
(237,123,158)
#EF91AE
(239,145,174)
#F1A7BE
(241,167,190)
#F3BDCE
(243,189,206)
#F5D3DE
(245,211,222)
#F7E9EE
(247,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E30D4E color. Also use rgb(227,13,78) instead hex code.

Text Font Color

.myTextColor { color: #E30D4E; }

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

This text font color is #E30D4E.


Background Color

.myBgColor { background-color: #E30D4E; }

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

This div background color is #E30D4E.


Border color

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

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

This div border color is #E30D4E.


Opacity

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

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

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

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

This text has shadow with #E30D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E30D4E on black background.


Color preview on white background

This text has color #E30D4E on white background.



Black color preview on #E30D4E background

This text has black color on #E30D4E background.


White color preview on #E30D4E background

This text has white color on #E30D4E background.