COLOR #E980EB

HEX: #E980EB
RGB: (233,128,235)

Color info

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

RGB color model

#E980EB color RGB value is (233,128,235).

  • red value is 233;
  • green value is 128;
  • blue value is 235.
RGB:
(233,128,235)
(91%,50%,92%)

RGB channels and saturation

R 233 of 255 = 91%
G 128 of 255 = 50%
B 235 of 255 = 92%

233
128
235

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

Portions of RGB colors in percentages

R + G + B =
233 + 128 + 235 = 596 (100%)
R 233 of 596 ~ 39.09%
G 128 of 596 ~ 21.48%
B 235 of 596 ~ 39.43%

%39.09
%21.48
%39.43

CMYK color model

#E980EB color CMYK value is (1,46,0,8).

  • cyan value is 0.85%
  • magenta value is 45.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,46,0,8)
C1M46Y0K8 
(1%,46%,0%,8%)
(0.01/0.46/0.00/0.08)	

CMYK percentages

%0.85
%45.53
%0
%7.84

Codes

Color #E980EB in popluar color models

E980EB
RGB233128235
HSL299°72.79%71.18%
HSB/HSV299°45.53%92.16%
CMYK0.85%45.53%0.00%
7.84%

Color #E980EB in popluar number systems.

HEXE980EB
Decimal233128235
Binary111010011000000011101011
Octal351200353

Shades and tints

Shades of #E980EB

#E980EB
(233,128,235)
#D475D6
(212,117,214)
#BF6AC1
(191,106,193)
#AA5FAC
(170,95,172)
#955497
(149,84,151)
#804982
(128,73,130)
#6B3E6D
(107,62,109)
#563358
(86,51,88)
#412843
(65,40,67)
#2C1D2E
(44,29,46)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #E980EB

#E980EB
(233,128,235)
#EB8BEC
(235,139,236)
#ED96ED
(237,150,237)
#EFA1EE
(239,161,238)
#F1ACEF
(241,172,239)
#F3B7F0
(243,183,240)
#F5C2F1
(245,194,241)
#F7CDF2
(247,205,242)
#F9D8F3
(249,216,243)
#FBE3F4
(251,227,244)
#FDEEF5
(253,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E980EB; }

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

This text font color is #E980EB.


Background Color

.myBgColor { background-color: #E980EB; }

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

This div background color is #E980EB.


Border color

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

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

This div border color is #E980EB.


Opacity

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

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

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

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

This text has shadow with #E980EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E980EB on black background.


Color preview on white background

This text has color #E980EB on white background.



Black color preview on #E980EB background

This text has black color on #E980EB background.


White color preview on #E980EB background

This text has white color on #E980EB background.