COLOR #E980F1

HEX: #E980F1 RGB: (233,128,241)

Color info

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

RGB color model

#E980F1 color RGB value is (233,128,241).

RGB: (233,128,241) (91%, 50%, 95%)

RGB channels and saturation

R 233 of 255 = 91%
G 128 of 255 = 50%
B 241 of 255 = 95%

233
128
241

R + G + B ~ 79%. #E980F1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 128 + 241 = 602 (100%)
R 233 of 602 ~ 38.7%
G 128 of 602 ~ 21.26%
B 241 of 602 ~ 40.03'%

%38.7
%21.26
%40.03

CMYK color model

#E980F1 color CMYK value is (3,47,0,5).

  • cyan value is 3.32%
  • magenta value is 46.89%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (3,47,0,5)
C3M47Y0K5 (3%, 47%, 0%, 5%)
(0.03 / 0.47 / 0.00 / 0.05)

CMYK percentages

%3.32
%46.89
%0
%5.49

Codes

Color #E980F1 in popluar color models

E9 80 F1
RGB 233 128 241
HSL 296° 80.14% 72.35%
HSB/HSV 296° 46.89% 94.51%
CMYK 3.32% 46.89% 0.00%
5.49%

Color #E980F1 in popluar number systems.

HEX E9 80 F1
Decimal 233 128 241
Binary 11101001 10000000 11110001
Octal 351 200 361

Shades and tints

Shades of #E980F1

#E980F1
(233,128,241)
#D475DC
(212,117,220)
#BF6AC7
(191,106,199)
#AA5FB2
(170,95,178)
#95549D
(149,84,157)
#804988
(128,73,136)
#6B3E73
(107,62,115)
#56335E
(86,51,94)
#412849
(65,40,73)
#2C1D34
(44,29,52)
#17121F
(23,18,31)
#000000
(0,0,0)

Tints of #E980F1

#E980F1
(233,128,241)
#EB8BF2
(235,139,242)
#ED96F3
(237,150,243)
#EFA1F4
(239,161,244)
#F1ACF5
(241,172,245)
#F3B7F6
(243,183,246)
#F5C2F7
(245,194,247)
#F7CDF8
(247,205,248)
#F9D8F9
(249,216,249)
#FBE3FA
(251,227,250)
#FDEEFB
(253,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E980F1 color. Also use rgb(233,128,241) instead hex code.

Text Font Color

.myTextColor { color: #E980F1; }

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

This text font color is #E980F1.

Background Color

.myBgColor { background-color: #E980F1; }

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

This div background color is #E980F1.

Border color

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

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

This div border color is #E980F1.

Opacity

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

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

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

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

This text has shadow with #E980F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E980F1.

Preview

Color preview on black background

This text has color #E980F1 on black background.


Color preview on white background

This text has color #E980F1 on white background.


Black color preview on #E980F1 background

This text has black color on #E980F1 background.


White color preview on #E980F1 background

This text has white color on #E980F1 background.


Related colors

Complementary color

Complementary color for #hex is #167F0E.


I love getcolorcode.com

Triadic colors

1 #F1E980 and #80F1E9 with #E980F1 are triadic colors.

2 #F180E9 and #80E9F1 with #E980F1 are triadic colors.