COLOR #EA81E1

HEX: #EA81E1
RGB: (234,129,225)

Color info

#EA81E1 contains mainly red and blue colors. Web safe color of #EA81E1 is #FF99CC (or #F9C).

RGB color model

#EA81E1 color RGB value is (234,129,225).

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

RGB channels and saturation

R 234 of 255 = 92%
G 129 of 255 = 51%
B 225 of 255 = 88%

234
129
225

R + G + B ~ 77%. #EA81E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 129 + 225 = 588 (100%)
R 234 of 588 ~ 39.8%
G 129 of 588 ~ 21.94%
B 225 of 588 ~ 38.27%

%39.8
%21.94
%38.27

CMYK color model

#EA81E1 color CMYK value is (0,45,4,8).

  • cyan value is 0.00%
  • magenta value is 44.87%
  • yellow value is 3.85%
  • key color value is 8.24%
CMYK:
(0,45,4,8)
C0M45Y4K8 
(0%,45%,4%,8%)
(0.00/0.45/0.04/0.08)	

CMYK percentages

%0
%44.87
%3.85
%8.24

Codes

Color #EA81E1 in popluar color models

EA81E1
RGB234129225
HSL305°71.43%71.18%
HSB/HSV305°44.87%91.76%
CMYK0.00%44.87%3.85%
8.24%

Color #EA81E1 in popluar number systems.

HEXEA81E1
Decimal234129225
Binary111010101000000111100001
Octal352201341

Shades and tints

Shades of #EA81E1

#EA81E1
(234,129,225)
#D576CD
(213,118,205)
#C06BB9
(192,107,185)
#AB60A5
(171,96,165)
#965591
(150,85,145)
#814A7D
(129,74,125)
#6C3F69
(108,63,105)
#573455
(87,52,85)
#422941
(66,41,65)
#2D1E2D
(45,30,45)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #EA81E1

#EA81E1
(234,129,225)
#EB8CE3
(235,140,227)
#EC97E5
(236,151,229)
#EDA2E7
(237,162,231)
#EEADE9
(238,173,233)
#EFB8EB
(239,184,235)
#F0C3ED
(240,195,237)
#F1CEEF
(241,206,239)
#F2D9F1
(242,217,241)
#F3E4F3
(243,228,243)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA81E1; }

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

This text font color is #EA81E1.


Background Color

.myBgColor { background-color: #EA81E1; }

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

This div background color is #EA81E1.


Border color

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

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

This div border color is #EA81E1.


Opacity

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

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

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

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

This text has shadow with #EA81E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA81E1 on black background.


Color preview on white background

This text has color #EA81E1 on white background.



Black color preview on #EA81E1 background

This text has black color on #EA81E1 background.


White color preview on #EA81E1 background

This text has white color on #EA81E1 background.