COLOR #EA80DC

HEX: #EA80DC
RGB: (234,128,220)

Color info

#EA80DC contains mainly red and blue colors. Web safe color of #EA80DC is #FF66CC (or #F6C).

RGB color model

#EA80DC color RGB value is (234,128,220).

  • red value is 234;
  • green value is 128;
  • blue value is 220.
RGB:
(234,128,220)
(92%,50%,86%)

RGB channels and saturation

R 234 of 255 = 92%
G 128 of 255 = 50%
B 220 of 255 = 86%

234
128
220

R + G + B ~ 76%. #EA80DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 128 + 220 = 582 (100%)
R 234 of 582 ~ 40.21%
G 128 of 582 ~ 21.99%
B 220 of 582 ~ 37.8%

%40.21
%21.99
%37.8

CMYK color model

#EA80DC color CMYK value is (0,45,6,8).

  • cyan value is 0.00%
  • magenta value is 45.30%
  • yellow value is 5.98%
  • key color value is 8.24%
CMYK:
(0,45,6,8)
C0M45Y6K8 
(0%,45%,6%,8%)
(0.00/0.45/0.06/0.08)	

CMYK percentages

%0
%45.3
%5.98
%8.24

Codes

Color #EA80DC in popluar color models

EA80DC
RGB234128220
HSL308°71.62%70.98%
HSB/HSV308°45.30%91.76%
CMYK0.00%45.30%5.98%
8.24%

Color #EA80DC in popluar number systems.

HEXEA80DC
Decimal234128220
Binary111010101000000011011100
Octal352200334

Shades and tints

Shades of #EA80DC

#EA80DC
(234,128,220)
#D575C8
(213,117,200)
#C06AB4
(192,106,180)
#AB5FA0
(171,95,160)
#96548C
(150,84,140)
#814978
(129,73,120)
#6C3E64
(108,62,100)
#573350
(87,51,80)
#42283C
(66,40,60)
#2D1D28
(45,29,40)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #EA80DC

#EA80DC
(234,128,220)
#EB8BDF
(235,139,223)
#EC96E2
(236,150,226)
#EDA1E5
(237,161,229)
#EEACE8
(238,172,232)
#EFB7EB
(239,183,235)
#F0C2EE
(240,194,238)
#F1CDF1
(241,205,241)
#F2D8F4
(242,216,244)
#F3E3F7
(243,227,247)
#F4EEFA
(244,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA80DC color. Also use rgb(234,128,220) instead hex code.

Text Font Color

.myTextColor { color: #EA80DC; }

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

This text font color is #EA80DC.


Background Color

.myBgColor { background-color: #EA80DC; }

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

This div background color is #EA80DC.


Border color

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

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

This div border color is #EA80DC.


Opacity

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

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

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

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

This text has shadow with #EA80DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA80DC on black background.


Color preview on white background

This text has color #EA80DC on white background.



Black color preview on #EA80DC background

This text has black color on #EA80DC background.


White color preview on #EA80DC background

This text has white color on #EA80DC background.