COLOR #E077F6

HEX: #E077F6
RGB: (224,119,246)

Color info

#E077F6 contains mainly red and blue colors. Web safe color of #E077F6 is #CC66FF (or #C6F).

RGB color model

#E077F6 color RGB value is (224,119,246).

  • red value is 224;
  • green value is 119;
  • blue value is 246.
RGB:
(224,119,246)
(88%,47%,96%)

RGB channels and saturation

R 224 of 255 = 88%
G 119 of 255 = 47%
B 246 of 255 = 96%

224
119
246

R + G + B ~ 77%. #E077F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 119 + 246 = 589 (100%)
R 224 of 589 ~ 38.03%
G 119 of 589 ~ 20.2%
B 246 of 589 ~ 41.77%

%38.03
%20.2
%41.77

CMYK color model

#E077F6 color CMYK value is (9,52,0,4).

  • cyan value is 8.94%
  • magenta value is 51.63%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(9,52,0,4)
C9M52Y0K4 
(9%,52%,0%,4%)
(0.09/0.52/0.00/0.04)	

CMYK percentages

%8.94
%51.63
%0
%3.53

Codes

Color #E077F6 in popluar color models

E077F6
RGB224119246
HSL290°87.59%71.57%
HSB/HSV290°51.63%96.47%
CMYK8.94%51.63%0.00%
3.53%

Color #E077F6 in popluar number systems.

HEXE077F6
Decimal224119246
Binary11100000111011111110110
Octal340167366

Shades and tints

Shades of #E077F6

#E077F6
(224,119,246)
#CC6DE0
(204,109,224)
#B863CA
(184,99,202)
#A459B4
(164,89,180)
#904F9E
(144,79,158)
#7C4588
(124,69,136)
#683B72
(104,59,114)
#54315C
(84,49,92)
#402746
(64,39,70)
#2C1D30
(44,29,48)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #E077F6

#E077F6
(224,119,246)
#E283F6
(226,131,246)
#E48FF6
(228,143,246)
#E69BF6
(230,155,246)
#E8A7F6
(232,167,246)
#EAB3F6
(234,179,246)
#ECBFF6
(236,191,246)
#EECBF6
(238,203,246)
#F0D7F6
(240,215,246)
#F2E3F6
(242,227,246)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E077F6 color. Also use rgb(224,119,246) instead hex code.

Text Font Color

.myTextColor { color: #E077F6; }

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

This text font color is #E077F6.


Background Color

.myBgColor { background-color: #E077F6; }

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

This div background color is #E077F6.


Border color

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

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

This div border color is #E077F6.


Opacity

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

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

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

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

This text has shadow with #E077F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E077F6 on black background.


Color preview on white background

This text has color #E077F6 on white background.



Black color preview on #E077F6 background

This text has black color on #E077F6 background.


White color preview on #E077F6 background

This text has white color on #E077F6 background.