COLOR #E977F2

HEX: #E977F2 RGB: (233,119,242)

Color info

#E977F2 contains mainly red and blue colors. Web safe color of #E977F2 is #FF66FF (or #F6F).

RGB color model

#E977F2 color RGB value is (233,119,242).

RGB: (233,119,242) (91%, 47%, 95%)

RGB channels and saturation

R 233 of 255 = 91%
G 119 of 255 = 47%
B 242 of 255 = 95%

233
119
242

R + G + B ~ 78%. #E977F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 119 + 242 = 594 (100%)
R 233 of 594 ~ 39.23%
G 119 of 594 ~ 20.03%
B 242 of 594 ~ 40.74'%

%39.23
%20.03
%40.74

CMYK color model

#E977F2 color CMYK value is (4,51,0,5).

  • cyan value is 3.72%
  • magenta value is 50.83%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (4,51,0,5)
C4M51Y0K5 (4%, 51%, 0%, 5%)
(0.04 / 0.51 / 0.00 / 0.05)

CMYK percentages

%3.72
%50.83
%0
%5.1

Codes

Color #E977F2 in popluar color models

E9 77 F2
RGB 233 119 242
HSL 296° 82.55% 70.78%
HSB/HSV 296° 50.83% 94.90%
CMYK 3.72% 50.83% 0.00%
5.10%

Color #E977F2 in popluar number systems.

HEX E9 77 F2
Decimal 233 119 242
Binary 11101001 1110111 11110010
Octal 351 167 362

Shades and tints

Shades of #E977F2

#E977F2
(233,119,242)
#D46DDC
(212,109,220)
#BF63C6
(191,99,198)
#AA59B0
(170,89,176)
#954F9A
(149,79,154)
#804584
(128,69,132)
#6B3B6E
(107,59,110)
#563158
(86,49,88)
#412742
(65,39,66)
#2C1D2C
(44,29,44)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #E977F2

#E977F2
(233,119,242)
#EB83F3
(235,131,243)
#ED8FF4
(237,143,244)
#EF9BF5
(239,155,245)
#F1A7F6
(241,167,246)
#F3B3F7
(243,179,247)
#F5BFF8
(245,191,248)
#F7CBF9
(247,203,249)
#F9D7FA
(249,215,250)
#FBE3FB
(251,227,251)
#FDEFFC
(253,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E977F2 color. Also use rgb(233,119,242) instead hex code.

Text Font Color

.myTextColor { color: #E977F2; }

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

This text font color is #E977F2.

Background Color

.myBgColor { background-color: #E977F2; }

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

This div background color is #E977F2.

Border color

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

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

This div border color is #E977F2.

Opacity

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

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

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

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

This text has shadow with #E977F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E977F2.

Preview

Color preview on black background

This text has color #E977F2 on black background.


Color preview on white background

This text has color #E977F2 on white background.


Black color preview on #E977F2 background

This text has black color on #E977F2 background.


White color preview on #E977F2 background

This text has white color on #E977F2 background.


Related colors

Complementary color

Complementary color for #hex is #16880D.


I love getcolorcode.com

Triadic colors

1 #F2E977 and #77F2E9 with #E977F2 are triadic colors.

2 #F277E9 and #77E9F2 with #E977F2 are triadic colors.