COLOR #EA6FE4

HEX: #EA6FE4 RGB: (234,111,228)

Color info

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

RGB color model

#EA6FE4 color RGB value is (234,111,228).

RGB: (234,111,228) (92%, 44%, 89%)

RGB channels and saturation

R 234 of 255 = 92%
G 111 of 255 = 44%
B 228 of 255 = 89%

234
111
228

R + G + B ~ 75%. #EA6FE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 111 + 228 = 573 (100%)
R 234 of 573 ~ 40.84%
G 111 of 573 ~ 19.37%
B 228 of 573 ~ 39.79'%

%40.84
%19.37
%39.79

CMYK color model

#EA6FE4 color CMYK value is (0,53,3,8).

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK: (0,53,3,8) C0M53Y3K8 (0%,53%,3%,8%) (0.00/0.53/0.03/0.08) 

CMYK percentages

%0
%52.56
%2.56
%8.24

Codes

Color #EA6FE4 in popluar color models

EA 6F E4
RGB 234 111 228
HSL 303° 74.55% 67.65%
HSB/HSV 303° 52.56% 91.76%
CMYK 0.00% 52.56% 2.56%
8.24%

Color #EA6FE4 in popluar number systems.

HEX EA 6F E4
Decimal 234 111 228
Binary 11101010 1101111 11100100
Octal 352 157 344

Shades and tints

Shades of #EA6FE4

#EA6FE4
(234,111,228)
#D565D0
(213,101,208)
#C05BBC
(192,91,188)
#AB51A8
(171,81,168)
#964794
(150,71,148)
#813D80
(129,61,128)
#6C336C
(108,51,108)
#572958
(87,41,88)
#421F44
(66,31,68)
#2D1530
(45,21,48)
#180B1C
(24,11,28)
#000000
(0,0,0)

Tints of #EA6FE4

#EA6FE4
(234,111,228)
#EB7CE6
(235,124,230)
#EC89E8
(236,137,232)
#ED96EA
(237,150,234)
#EEA3EC
(238,163,236)
#EFB0EE
(239,176,238)
#F0BDF0
(240,189,240)
#F1CAF2
(241,202,242)
#F2D7F4
(242,215,244)
#F3E4F6
(243,228,246)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA6FE4 color. Also use rgb(234,111,228) instead hex code.

Text Font Color

.myTextColor { color: #EA6FE4; }

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

This text font color is #EA6FE4.

Background Color

.myBgColor { background-color: #EA6FE4; }

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

This div background color is #EA6FE4.

Border color

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

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

This div border color is #EA6FE4.

Opacity

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

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

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

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

This text has shadow with #EA6FE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA6FE4.

Preview

Color preview on black background

This text has color #EA6FE4 on black background.


Color preview on white background

This text has color #EA6FE4 on white background.


Black color preview on #EA6FE4 background

This text has black color on #EA6FE4 background.


White color preview on #EA6FE4 background

This text has white color on #EA6FE4 background.


Related colors

Complementary color

Complementary color for #hex is #15901B.


I love getcolorcode.com

Triadic colors

1 #E4EA6F and #6FE4EA with #EA6FE4 are triadic colors.

2 #E46FEA and #6FEAE4 with #EA6FE4 are triadic colors.