COLOR #EA6DC4

HEX: #EA6DC4
RGB: (234,109,196)

Color info

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

RGB color model

#EA6DC4 color RGB value is (234,109,196).

  • red value is 234;
  • green value is 109;
  • blue value is 196.
RGB:
(234,109,196)
(92%,43%,77%)

RGB channels and saturation

R 234 of 255 = 92%
G 109 of 255 = 43%
B 196 of 255 = 77%

234
109
196

R + G + B ~ 71%. #EA6DC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 109 + 196 = 539 (100%)
R 234 of 539 ~ 43.41%
G 109 of 539 ~ 20.22%
B 196 of 539 ~ 36.36%

%43.41
%20.22
%36.36

CMYK color model

#EA6DC4 color CMYK value is (0,53,16,8).

  • cyan value is 0.00%
  • magenta value is 53.42%
  • yellow value is 16.24%
  • key color value is 8.24%
CMYK:
(0,53,16,8)
C0M53Y16K8 
(0%,53%,16%,8%)
(0.00/0.53/0.16/0.08)	

CMYK percentages

%0
%53.42
%16.24
%8.24

Codes

Color #EA6DC4 in popluar color models

EA6DC4
RGB234109196
HSL318°74.85%67.25%
HSB/HSV318°53.42%91.76%
CMYK0.00%53.42%16.24%
8.24%

Color #EA6DC4 in popluar number systems.

HEXEA6DC4
Decimal234109196
Binary11101010110110111000100
Octal352155304

Shades and tints

Shades of #EA6DC4

#EA6DC4
(234,109,196)
#D564B3
(213,100,179)
#C05BA2
(192,91,162)
#AB5291
(171,82,145)
#964980
(150,73,128)
#81406F
(129,64,111)
#6C375E
(108,55,94)
#572E4D
(87,46,77)
#42253C
(66,37,60)
#2D1C2B
(45,28,43)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #EA6DC4

#EA6DC4
(234,109,196)
#EB7AC9
(235,122,201)
#EC87CE
(236,135,206)
#ED94D3
(237,148,211)
#EEA1D8
(238,161,216)
#EFAEDD
(239,174,221)
#F0BBE2
(240,187,226)
#F1C8E7
(241,200,231)
#F2D5EC
(242,213,236)
#F3E2F1
(243,226,241)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA6DC4 color. Also use rgb(234,109,196) instead hex code.

Text Font Color

.myTextColor { color: #EA6DC4; }

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

This text font color is #EA6DC4.


Background Color

.myBgColor { background-color: #EA6DC4; }

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

This div background color is #EA6DC4.


Border color

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

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

This div border color is #EA6DC4.


Opacity

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

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

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

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

This text has shadow with #EA6DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA6DC4 on black background.


Color preview on white background

This text has color #EA6DC4 on white background.



Black color preview on #EA6DC4 background

This text has black color on #EA6DC4 background.


White color preview on #EA6DC4 background

This text has white color on #EA6DC4 background.