COLOR #E077B2

HEX: #E077B2
RGB: (224,119,178)

Color info

#E077B2 contains mainly red and blue colors. Web safe color of #E077B2 is #CC6699 (or #C69).

RGB color model

#E077B2 color RGB value is (224,119,178).

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

RGB channels and saturation

R 224 of 255 = 88%
G 119 of 255 = 47%
B 178 of 255 = 70%

224
119
178

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

Portions of RGB colors in percentages

R + G + B =
224 + 119 + 178 = 521 (100%)
R 224 of 521 ~ 42.99%
G 119 of 521 ~ 22.84%
B 178 of 521 ~ 34.17%

%42.99
%22.84
%34.17

CMYK color model

#E077B2 color CMYK value is (0,47,21,12).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 20.54%
  • key color value is 12.16%
CMYK:
(0,47,21,12)
C0M47Y21K12 
(0%,47%,21%,12%)
(0.00/0.47/0.21/0.12)	

CMYK percentages

%0
%46.88
%20.54
%12.16

Codes

Color #E077B2 in popluar color models

E077B2
RGB224119178
HSL326°62.87%67.25%
HSB/HSV326°46.88%87.84%
CMYK0.00%46.88%20.54%
12.16%

Color #E077B2 in popluar number systems.

HEXE077B2
Decimal224119178
Binary11100000111011110110010
Octal340167262

Shades and tints

Shades of #E077B2

#E077B2
(224,119,178)
#CC6DA2
(204,109,162)
#B86392
(184,99,146)
#A45982
(164,89,130)
#904F72
(144,79,114)
#7C4562
(124,69,98)
#683B52
(104,59,82)
#543142
(84,49,66)
#402732
(64,39,50)
#2C1D22
(44,29,34)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #E077B2

#E077B2
(224,119,178)
#E283B9
(226,131,185)
#E48FC0
(228,143,192)
#E69BC7
(230,155,199)
#E8A7CE
(232,167,206)
#EAB3D5
(234,179,213)
#ECBFDC
(236,191,220)
#EECBE3
(238,203,227)
#F0D7EA
(240,215,234)
#F2E3F1
(242,227,241)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E077B2; }

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

This text font color is #E077B2.


Background Color

.myBgColor { background-color: #E077B2; }

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

This div background color is #E077B2.


Border color

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

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

This div border color is #E077B2.


Opacity

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

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

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

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

This text has shadow with #E077B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E077B2 on black background.


Color preview on white background

This text has color #E077B2 on white background.



Black color preview on #E077B2 background

This text has black color on #E077B2 background.


White color preview on #E077B2 background

This text has white color on #E077B2 background.