COLOR #EA59E2

HEX: #EA59E2
RGB: (234,89,226)

Color info

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

RGB color model

#EA59E2 color RGB value is (234,89,226).

  • red value is 234;
  • green value is 89;
  • blue value is 226.
RGB:
(234,89,226)
(92%,35%,89%)

RGB channels and saturation

R 234 of 255 = 92%
G 89 of 255 = 35%
B 226 of 255 = 89%

234
89
226

R + G + B ~ 72%. #EA59E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 89 + 226 = 549 (100%)
R 234 of 549 ~ 42.62%
G 89 of 549 ~ 16.21%
B 226 of 549 ~ 41.17%

%42.62
%16.21
%41.17

CMYK color model

#EA59E2 color CMYK value is (0,62,3,8).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 3.42%
  • key color value is 8.24%
CMYK:
(0,62,3,8)
C0M62Y3K8 
(0%,62%,3%,8%)
(0.00/0.62/0.03/0.08)	

CMYK percentages

%0
%61.97
%3.42
%8.24

Codes

Color #EA59E2 in popluar color models

EA59E2
RGB23489226
HSL303°77.54%63.33%
HSB/HSV303°61.97%91.76%
CMYK0.00%61.97%3.42%
8.24%

Color #EA59E2 in popluar number systems.

HEXEA59E2
Decimal23489226
Binary11101010101100111100010
Octal352131342

Shades and tints

Shades of #EA59E2

#EA59E2
(234,89,226)
#D551CE
(213,81,206)
#C049BA
(192,73,186)
#AB41A6
(171,65,166)
#963992
(150,57,146)
#81317E
(129,49,126)
#6C296A
(108,41,106)
#572156
(87,33,86)
#421942
(66,25,66)
#2D112E
(45,17,46)
#18091A
(24,9,26)
#000000
(0,0,0)

Tints of #EA59E2

#EA59E2
(234,89,226)
#EB68E4
(235,104,228)
#EC77E6
(236,119,230)
#ED86E8
(237,134,232)
#EE95EA
(238,149,234)
#EFA4EC
(239,164,236)
#F0B3EE
(240,179,238)
#F1C2F0
(241,194,240)
#F2D1F2
(242,209,242)
#F3E0F4
(243,224,244)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA59E2 color. Also use rgb(234,89,226) instead hex code.

Text Font Color

.myTextColor { color: #EA59E2; }

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

This text font color is #EA59E2.


Background Color

.myBgColor { background-color: #EA59E2; }

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

This div background color is #EA59E2.


Border color

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

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

This div border color is #EA59E2.


Opacity

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

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

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

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

This text has shadow with #EA59E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA59E2 on black background.


Color preview on white background

This text has color #EA59E2 on white background.



Black color preview on #EA59E2 background

This text has black color on #EA59E2 background.


White color preview on #EA59E2 background

This text has white color on #EA59E2 background.