COLOR #EE0A2E

HEX: #EE0A2E
RGB: (238,10,46)

Color info

#EE0A2E contains mainly red color. Web safe color of #EE0A2E is #FF0033 (or #F03).

RGB color model

#EE0A2E color RGB value is (238,10,46).

  • red value is 238;
  • green value is 10;
  • blue value is 46.
RGB:
(238,10,46)
(93%,4%,18%)

RGB channels and saturation

R 238 of 255 = 93%
G 10 of 255 = 4%
B 46 of 255 = 18%

238
10
46

R + G + B ~ 38%. #EE0A2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
238 + 10 + 46 = 294 (100%)
R 238 of 294 ~ 80.95%
G 10 of 294 ~ 3.4%
B 46 of 294 ~ 15.65%

%80.95
%15.65

CMYK color model

#EE0A2E color CMYK value is (0,96,81,7).

  • cyan value is 0.00%
  • magenta value is 95.80%
  • yellow value is 80.67%
  • key color value is 6.67%
CMYK:
(0,96,81,7)
C0M96Y81K7 
(0%,96%,81%,7%)
(0.00/0.96/0.81/0.07)	

CMYK percentages

%0
%95.8
%80.67
%6.67

Codes

Color #EE0A2E in popluar color models

EE0A2E
RGB2381046
HSL351°91.94%48.63%
HSB/HSV351°95.80%93.33%
CMYK0.00%95.80%80.67%
6.67%

Color #EE0A2E in popluar number systems.

HEXEE0A2E
Decimal2381046
Binary111011101010101110
Octal3561256

Shades and tints

Shades of #EE0A2E

#EE0A2E
(238,10,46)
#D90A2A
(217,10,42)
#C40A26
(196,10,38)
#AF0A22
(175,10,34)
#9A0A1E
(154,10,30)
#850A1A
(133,10,26)
#700A16
(112,10,22)
#5B0A12
(91,10,18)
#460A0E
(70,10,14)
#310A0A
(49,10,10)
#1C0A06
(28,10,6)
#000000
(0,0,0)

Tints of #EE0A2E

#EE0A2E
(238,10,46)
#EF2041
(239,32,65)
#F03654
(240,54,84)
#F14C67
(241,76,103)
#F2627A
(242,98,122)
#F3788D
(243,120,141)
#F48EA0
(244,142,160)
#F5A4B3
(245,164,179)
#F6BAC6
(246,186,198)
#F7D0D9
(247,208,217)
#F8E6EC
(248,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE0A2E color. Also use rgb(238,10,46) instead hex code.

Text Font Color

.myTextColor { color: #EE0A2E; }

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

This text font color is #EE0A2E.


Background Color

.myBgColor { background-color: #EE0A2E; }

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

This div background color is #EE0A2E.


Border color

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

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

This div border color is #EE0A2E.


Opacity

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

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

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

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

This text has shadow with #EE0A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE0A2E on black background.


Color preview on white background

This text has color #EE0A2E on white background.



Black color preview on #EE0A2E background

This text has black color on #EE0A2E background.


White color preview on #EE0A2E background

This text has white color on #EE0A2E background.