COLOR #EE074F

HEX: #EE074F
RGB: (238,7,79)

Color info

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

RGB color model

#EE074F color RGB value is (238,7,79).

  • red value is 238;
  • green value is 7;
  • blue value is 79.
RGB:
(238,7,79)
(93%,3%,31%)

RGB channels and saturation

R 238 of 255 = 93%
G 7 of 255 = 3%
B 79 of 255 = 31%

238
7
79

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

Portions of RGB colors in percentages

R + G + B =
238 + 7 + 79 = 324 (100%)
R 238 of 324 ~ 73.46%
G 7 of 324 ~ 2.16%
B 79 of 324 ~ 24.38%

%73.46
%24.38

CMYK color model

#EE074F color CMYK value is (0,97,67,7).

  • cyan value is 0.00%
  • magenta value is 97.06%
  • yellow value is 66.81%
  • key color value is 6.67%
CMYK:
(0,97,67,7)
C0M97Y67K7 
(0%,97%,67%,7%)
(0.00/0.97/0.67/0.07)	

CMYK percentages

%0
%97.06
%66.81
%6.67

Codes

Color #EE074F in popluar color models

EE074F
RGB238779
HSL341°94.29%48.04%
HSB/HSV341°97.06%93.33%
CMYK0.00%97.06%66.81%
6.67%

Color #EE074F in popluar number systems.

HEXEE074F
Decimal238779
Binary111011101111001111
Octal3567117

Shades and tints

Shades of #EE074F

#EE074F
(238,7,79)
#D90748
(217,7,72)
#C40741
(196,7,65)
#AF073A
(175,7,58)
#9A0733
(154,7,51)
#85072C
(133,7,44)
#700725
(112,7,37)
#5B071E
(91,7,30)
#460717
(70,7,23)
#310710
(49,7,16)
#1C0709
(28,7,9)
#000000
(0,0,0)

Tints of #EE074F

#EE074F
(238,7,79)
#EF1D5F
(239,29,95)
#F0336F
(240,51,111)
#F1497F
(241,73,127)
#F25F8F
(242,95,143)
#F3759F
(243,117,159)
#F48BAF
(244,139,175)
#F5A1BF
(245,161,191)
#F6B7CF
(246,183,207)
#F7CDDF
(247,205,223)
#F8E3EF
(248,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE074F color. Also use rgb(238,7,79) instead hex code.

Text Font Color

.myTextColor { color: #EE074F; }

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

This text font color is #EE074F.


Background Color

.myBgColor { background-color: #EE074F; }

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

This div background color is #EE074F.


Border color

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

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

This div border color is #EE074F.


Opacity

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

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

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

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

This text has shadow with #EE074F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE074F on black background.


Color preview on white background

This text has color #EE074F on white background.



Black color preview on #EE074F background

This text has black color on #EE074F background.


White color preview on #EE074F background

This text has white color on #EE074F background.