COLOR #E07A9F

HEX: #E07A9F
RGB: (224,122,159)

Color info

#E07A9F contains mainly red color. Web safe color of #E07A9F is #CC6699 (or #C69).

RGB color model

#E07A9F color RGB value is (224,122,159).

  • red value is 224;
  • green value is 122;
  • blue value is 159.
RGB:
(224,122,159)
(88%,48%,62%)

RGB channels and saturation

R 224 of 255 = 88%
G 122 of 255 = 48%
B 159 of 255 = 62%

224
122
159

R + G + B ~ 66%. #E07A9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 122 + 159 = 505 (100%)
R 224 of 505 ~ 44.36%
G 122 of 505 ~ 24.16%
B 159 of 505 ~ 31.49%

%44.36
%24.16
%31.49

CMYK color model

#E07A9F color CMYK value is (0,46,29,12).

  • cyan value is 0.00%
  • magenta value is 45.54%
  • yellow value is 29.02%
  • key color value is 12.16%
CMYK:
(0,46,29,12)
C0M46Y29K12 
(0%,46%,29%,12%)
(0.00/0.46/0.29/0.12)	

CMYK percentages

%0
%45.54
%29.02
%12.16

Codes

Color #E07A9F in popluar color models

E07A9F
RGB224122159
HSL338°62.20%67.84%
HSB/HSV338°45.54%87.84%
CMYK0.00%45.54%29.02%
12.16%

Color #E07A9F in popluar number systems.

HEXE07A9F
Decimal224122159
Binary11100000111101010011111
Octal340172237

Shades and tints

Shades of #E07A9F

#E07A9F
(224,122,159)
#CC6F91
(204,111,145)
#B86483
(184,100,131)
#A45975
(164,89,117)
#904E67
(144,78,103)
#7C4359
(124,67,89)
#68384B
(104,56,75)
#542D3D
(84,45,61)
#40222F
(64,34,47)
#2C1721
(44,23,33)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #E07A9F

#E07A9F
(224,122,159)
#E286A7
(226,134,167)
#E492AF
(228,146,175)
#E69EB7
(230,158,183)
#E8AABF
(232,170,191)
#EAB6C7
(234,182,199)
#ECC2CF
(236,194,207)
#EECED7
(238,206,215)
#F0DADF
(240,218,223)
#F2E6E7
(242,230,231)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07A9F color. Also use rgb(224,122,159) instead hex code.

Text Font Color

.myTextColor { color: #E07A9F; }

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

This text font color is #E07A9F.


Background Color

.myBgColor { background-color: #E07A9F; }

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

This div background color is #E07A9F.


Border color

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

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

This div border color is #E07A9F.


Opacity

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

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

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

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

This text has shadow with #E07A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E07A9F on black background.


Color preview on white background

This text has color #E07A9F on white background.



Black color preview on #E07A9F background

This text has black color on #E07A9F background.


White color preview on #E07A9F background

This text has white color on #E07A9F background.