COLOR #EA1CE5

HEX: #EA1CE5
RGB: (234,28,229)

Color info

#EA1CE5 contains mainly red and blue colors. Web safe color of #EA1CE5 is #FF33CC (or #F3C).

RGB color model

#EA1CE5 color RGB value is (234,28,229).

  • red value is 234;
  • green value is 28;
  • blue value is 229.
RGB:
(234,28,229)
(92%,11%,90%)

RGB channels and saturation

R 234 of 255 = 92%
G 28 of 255 = 11%
B 229 of 255 = 90%

234
28
229

R + G + B ~ 64%. #EA1CE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 28 + 229 = 491 (100%)
R 234 of 491 ~ 47.66%
G 28 of 491 ~ 5.7%
B 229 of 491 ~ 46.64%

%47.66
%46.64

CMYK color model

#EA1CE5 color CMYK value is (0,88,2,8).

  • cyan value is 0.00%
  • magenta value is 88.03%
  • yellow value is 2.14%
  • key color value is 8.24%
CMYK:
(0,88,2,8)
C0M88Y2K8 
(0%,88%,2%,8%)
(0.00/0.88/0.02/0.08)	

CMYK percentages

%0
%88.03
%2.14
%8.24

Codes

Color #EA1CE5 in popluar color models

EA1CE5
RGB23428229
HSL301°83.06%51.37%
HSB/HSV301°88.03%91.76%
CMYK0.00%88.03%2.14%
8.24%

Color #EA1CE5 in popluar number systems.

HEXEA1CE5
Decimal23428229
Binary111010101110011100101
Octal35234345

Shades and tints

Shades of #EA1CE5

#EA1CE5
(234,28,229)
#D51AD1
(213,26,209)
#C018BD
(192,24,189)
#AB16A9
(171,22,169)
#961495
(150,20,149)
#811281
(129,18,129)
#6C106D
(108,16,109)
#570E59
(87,14,89)
#420C45
(66,12,69)
#2D0A31
(45,10,49)
#18081D
(24,8,29)
#000000
(0,0,0)

Tints of #EA1CE5

#EA1CE5
(234,28,229)
#EB30E7
(235,48,231)
#EC44E9
(236,68,233)
#ED58EB
(237,88,235)
#EE6CED
(238,108,237)
#EF80EF
(239,128,239)
#F094F1
(240,148,241)
#F1A8F3
(241,168,243)
#F2BCF5
(242,188,245)
#F3D0F7
(243,208,247)
#F4E4F9
(244,228,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA1CE5 color. Also use rgb(234,28,229) instead hex code.

Text Font Color

.myTextColor { color: #EA1CE5; }

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

This text font color is #EA1CE5.


Background Color

.myBgColor { background-color: #EA1CE5; }

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

This div background color is #EA1CE5.


Border color

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

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

This div border color is #EA1CE5.


Opacity

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

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

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

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

This text has shadow with #EA1CE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA1CE5 on black background.


Color preview on white background

This text has color #EA1CE5 on white background.



Black color preview on #EA1CE5 background

This text has black color on #EA1CE5 background.


White color preview on #EA1CE5 background

This text has white color on #EA1CE5 background.