COLOR #E33246

HEX: #E33246
RGB: (227,50,70)

Color info

#E33246 contains mainly red color. Web safe color of #E33246 is #CC3333 (or #C33).

RGB color model

#E33246 color RGB value is (227,50,70).

  • red value is 227;
  • green value is 50;
  • blue value is 70.
RGB:
(227,50,70)
(89%,20%,27%)

RGB channels and saturation

R 227 of 255 = 89%
G 50 of 255 = 20%
B 70 of 255 = 27%

227
50
70

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

Portions of RGB colors in percentages

R + G + B =
227 + 50 + 70 = 347 (100%)
R 227 of 347 ~ 65.42%
G 50 of 347 ~ 14.41%
B 70 of 347 ~ 20.17%

%65.42
%14.41
%20.17

CMYK color model

#E33246 color CMYK value is (0,78,69,11).

  • cyan value is 0.00%
  • magenta value is 77.97%
  • yellow value is 69.16%
  • key color value is 10.98%
CMYK:
(0,78,69,11)
C0M78Y69K11 
(0%,78%,69%,11%)
(0.00/0.78/0.69/0.11)	

CMYK percentages

%0
%77.97
%69.16
%10.98

Codes

Color #E33246 in popluar color models

E33246
RGB2275070
HSL353°75.97%54.31%
HSB/HSV353°77.97%89.02%
CMYK0.00%77.97%69.16%
10.98%

Color #E33246 in popluar number systems.

HEXE33246
Decimal2275070
Binary111000111100101000110
Octal34362106

Shades and tints

Shades of #E33246

#E33246
(227,50,70)
#CF2E40
(207,46,64)
#BB2A3A
(187,42,58)
#A72634
(167,38,52)
#93222E
(147,34,46)
#7F1E28
(127,30,40)
#6B1A22
(107,26,34)
#57161C
(87,22,28)
#431216
(67,18,22)
#2F0E10
(47,14,16)
#1B0A0A
(27,10,10)
#000000
(0,0,0)

Tints of #E33246

#E33246
(227,50,70)
#E54456
(229,68,86)
#E75666
(231,86,102)
#E96876
(233,104,118)
#EB7A86
(235,122,134)
#ED8C96
(237,140,150)
#EF9EA6
(239,158,166)
#F1B0B6
(241,176,182)
#F3C2C6
(243,194,198)
#F5D4D6
(245,212,214)
#F7E6E6
(247,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E33246 color. Also use rgb(227,50,70) instead hex code.

Text Font Color

.myTextColor { color: #E33246; }

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

This text font color is #E33246.


Background Color

.myBgColor { background-color: #E33246; }

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

This div background color is #E33246.


Border color

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

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

This div border color is #E33246.


Opacity

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

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

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

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

This text has shadow with #E33246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E33246 on black background.


Color preview on white background

This text has color #E33246 on white background.



Black color preview on #E33246 background

This text has black color on #E33246 background.


White color preview on #E33246 background

This text has white color on #E33246 background.