COLOR #EA5DC8

HEX: #EA5DC8
RGB: (234,93,200)

Color info

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

RGB color model

#EA5DC8 color RGB value is (234,93,200).

  • red value is 234;
  • green value is 93;
  • blue value is 200.
RGB:
(234,93,200)
(92%,36%,78%)

RGB channels and saturation

R 234 of 255 = 92%
G 93 of 255 = 36%
B 200 of 255 = 78%

234
93
200

R + G + B ~ 69%. #EA5DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 93 + 200 = 527 (100%)
R 234 of 527 ~ 44.4%
G 93 of 527 ~ 17.65%
B 200 of 527 ~ 37.95%

%44.4
%17.65
%37.95

CMYK color model

#EA5DC8 color CMYK value is (0,60,15,8).

  • cyan value is 0.00%
  • magenta value is 60.26%
  • yellow value is 14.53%
  • key color value is 8.24%
CMYK:
(0,60,15,8)
C0M60Y15K8 
(0%,60%,15%,8%)
(0.00/0.60/0.15/0.08)	

CMYK percentages

%0
%60.26
%14.53
%8.24

Codes

Color #EA5DC8 in popluar color models

EA5DC8
RGB23493200
HSL314°77.05%64.12%
HSB/HSV314°60.26%91.76%
CMYK0.00%60.26%14.53%
8.24%

Color #EA5DC8 in popluar number systems.

HEXEA5DC8
Decimal23493200
Binary11101010101110111001000
Octal352135310

Shades and tints

Shades of #EA5DC8

#EA5DC8
(234,93,200)
#D555B6
(213,85,182)
#C04DA4
(192,77,164)
#AB4592
(171,69,146)
#963D80
(150,61,128)
#81356E
(129,53,110)
#6C2D5C
(108,45,92)
#57254A
(87,37,74)
#421D38
(66,29,56)
#2D1526
(45,21,38)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #EA5DC8

#EA5DC8
(234,93,200)
#EB6BCD
(235,107,205)
#EC79D2
(236,121,210)
#ED87D7
(237,135,215)
#EE95DC
(238,149,220)
#EFA3E1
(239,163,225)
#F0B1E6
(240,177,230)
#F1BFEB
(241,191,235)
#F2CDF0
(242,205,240)
#F3DBF5
(243,219,245)
#F4E9FA
(244,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA5DC8 color. Also use rgb(234,93,200) instead hex code.

Text Font Color

.myTextColor { color: #EA5DC8; }

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

This text font color is #EA5DC8.


Background Color

.myBgColor { background-color: #EA5DC8; }

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

This div background color is #EA5DC8.


Border color

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

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

This div border color is #EA5DC8.


Opacity

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

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

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

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

This text has shadow with #EA5DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA5DC8 on black background.


Color preview on white background

This text has color #EA5DC8 on white background.



Black color preview on #EA5DC8 background

This text has black color on #EA5DC8 background.


White color preview on #EA5DC8 background

This text has white color on #EA5DC8 background.