COLOR #EA6FE1

HEX: #EA6FE1
RGB: (234,111,225)

Color info

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

RGB color model

#EA6FE1 color RGB value is (234,111,225).

  • red value is 234;
  • green value is 111;
  • blue value is 225.
RGB:
(234,111,225)
(92%,44%,88%)

RGB channels and saturation

R 234 of 255 = 92%
G 111 of 255 = 44%
B 225 of 255 = 88%

234
111
225

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

Portions of RGB colors in percentages

R + G + B =
234 + 111 + 225 = 570 (100%)
R 234 of 570 ~ 41.05%
G 111 of 570 ~ 19.47%
B 225 of 570 ~ 39.47%

%41.05
%19.47
%39.47

CMYK color model

#EA6FE1 color CMYK value is (0,53,4,8).

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 3.85%
  • key color value is 8.24%
CMYK:
(0,53,4,8)
C0M53Y4K8 
(0%,53%,4%,8%)
(0.00/0.53/0.04/0.08)	

CMYK percentages

%0
%52.56
%3.85
%8.24

Codes

Color #EA6FE1 in popluar color models

EA6FE1
RGB234111225
HSL304°74.55%67.65%
HSB/HSV304°52.56%91.76%
CMYK0.00%52.56%3.85%
8.24%

Color #EA6FE1 in popluar number systems.

HEXEA6FE1
Decimal234111225
Binary11101010110111111100001
Octal352157341

Shades and tints

Shades of #EA6FE1

#EA6FE1
(234,111,225)
#D565CD
(213,101,205)
#C05BB9
(192,91,185)
#AB51A5
(171,81,165)
#964791
(150,71,145)
#813D7D
(129,61,125)
#6C3369
(108,51,105)
#572955
(87,41,85)
#421F41
(66,31,65)
#2D152D
(45,21,45)
#180B19
(24,11,25)
#000000
(0,0,0)

Tints of #EA6FE1

#EA6FE1
(234,111,225)
#EB7CE3
(235,124,227)
#EC89E5
(236,137,229)
#ED96E7
(237,150,231)
#EEA3E9
(238,163,233)
#EFB0EB
(239,176,235)
#F0BDED
(240,189,237)
#F1CAEF
(241,202,239)
#F2D7F1
(242,215,241)
#F3E4F3
(243,228,243)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA6FE1; }

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

This text font color is #EA6FE1.


Background Color

.myBgColor { background-color: #EA6FE1; }

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

This div background color is #EA6FE1.


Border color

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

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

This div border color is #EA6FE1.


Opacity

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

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

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

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

This text has shadow with #EA6FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA6FE1 on black background.


Color preview on white background

This text has color #EA6FE1 on white background.



Black color preview on #EA6FE1 background

This text has black color on #EA6FE1 background.


White color preview on #EA6FE1 background

This text has white color on #EA6FE1 background.