COLOR #E073B7

HEX: #E073B7
RGB: (224,115,183)

Color info

#E073B7 contains mainly red and blue colors. Web safe color of #E073B7 is #CC66CC (or #C6C).

RGB color model

#E073B7 color RGB value is (224,115,183).

  • red value is 224;
  • green value is 115;
  • blue value is 183.
RGB:
(224,115,183)
(88%,45%,72%)

RGB channels and saturation

R 224 of 255 = 88%
G 115 of 255 = 45%
B 183 of 255 = 72%

224
115
183

R + G + B ~ 68%. #E073B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 115 + 183 = 522 (100%)
R 224 of 522 ~ 42.91%
G 115 of 522 ~ 22.03%
B 183 of 522 ~ 35.06%

%42.91
%22.03
%35.06

CMYK color model

#E073B7 color CMYK value is (0,49,18,12).

  • cyan value is 0.00%
  • magenta value is 48.66%
  • yellow value is 18.30%
  • key color value is 12.16%
CMYK:
(0,49,18,12)
C0M49Y18K12 
(0%,49%,18%,12%)
(0.00/0.49/0.18/0.12)	

CMYK percentages

%0
%48.66
%18.3
%12.16

Codes

Color #E073B7 in popluar color models

E073B7
RGB224115183
HSL323°63.74%66.47%
HSB/HSV323°48.66%87.84%
CMYK0.00%48.66%18.30%
12.16%

Color #E073B7 in popluar number systems.

HEXE073B7
Decimal224115183
Binary11100000111001110110111
Octal340163267

Shades and tints

Shades of #E073B7

#E073B7
(224,115,183)
#CC69A7
(204,105,167)
#B85F97
(184,95,151)
#A45587
(164,85,135)
#904B77
(144,75,119)
#7C4167
(124,65,103)
#683757
(104,55,87)
#542D47
(84,45,71)
#402337
(64,35,55)
#2C1927
(44,25,39)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #E073B7

#E073B7
(224,115,183)
#E27FBD
(226,127,189)
#E48BC3
(228,139,195)
#E697C9
(230,151,201)
#E8A3CF
(232,163,207)
#EAAFD5
(234,175,213)
#ECBBDB
(236,187,219)
#EEC7E1
(238,199,225)
#F0D3E7
(240,211,231)
#F2DFED
(242,223,237)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E073B7 color. Also use rgb(224,115,183) instead hex code.

Text Font Color

.myTextColor { color: #E073B7; }

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

This text font color is #E073B7.


Background Color

.myBgColor { background-color: #E073B7; }

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

This div background color is #E073B7.


Border color

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

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

This div border color is #E073B7.


Opacity

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

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

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

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

This text has shadow with #E073B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E073B7 on black background.


Color preview on white background

This text has color #E073B7 on white background.



Black color preview on #E073B7 background

This text has black color on #E073B7 background.


White color preview on #E073B7 background

This text has white color on #E073B7 background.