COLOR #EA59A8

HEX: #EA59A8
RGB: (234,89,168)

Color info

#EA59A8 contains mainly red color. Web safe color of #EA59A8 is #FF6699 (or #F69).

RGB color model

#EA59A8 color RGB value is (234,89,168).

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

RGB channels and saturation

R 234 of 255 = 92%
G 89 of 255 = 35%
B 168 of 255 = 66%

234
89
168

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

Portions of RGB colors in percentages

R + G + B =
234 + 89 + 168 = 491 (100%)
R 234 of 491 ~ 47.66%
G 89 of 491 ~ 18.13%
B 168 of 491 ~ 34.22%

%47.66
%18.13
%34.22

CMYK color model

#EA59A8 color CMYK value is (0,62,28,8).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 28.21%
  • key color value is 8.24%
CMYK:
(0,62,28,8)
C0M62Y28K8 
(0%,62%,28%,8%)
(0.00/0.62/0.28/0.08)	

CMYK percentages

%0
%61.97
%28.21
%8.24

Codes

Color #EA59A8 in popluar color models

EA59A8
RGB23489168
HSL327°77.54%63.33%
HSB/HSV327°61.97%91.76%
CMYK0.00%61.97%28.21%
8.24%

Color #EA59A8 in popluar number systems.

HEXEA59A8
Decimal23489168
Binary11101010101100110101000
Octal352131250

Shades and tints

Shades of #EA59A8

#EA59A8
(234,89,168)
#D55199
(213,81,153)
#C0498A
(192,73,138)
#AB417B
(171,65,123)
#96396C
(150,57,108)
#81315D
(129,49,93)
#6C294E
(108,41,78)
#57213F
(87,33,63)
#421930
(66,25,48)
#2D1121
(45,17,33)
#180912
(24,9,18)
#000000
(0,0,0)

Tints of #EA59A8

#EA59A8
(234,89,168)
#EB68AF
(235,104,175)
#EC77B6
(236,119,182)
#ED86BD
(237,134,189)
#EE95C4
(238,149,196)
#EFA4CB
(239,164,203)
#F0B3D2
(240,179,210)
#F1C2D9
(241,194,217)
#F2D1E0
(242,209,224)
#F3E0E7
(243,224,231)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA59A8; }

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

This text font color is #EA59A8.


Background Color

.myBgColor { background-color: #EA59A8; }

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

This div background color is #EA59A8.


Border color

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

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

This div border color is #EA59A8.


Opacity

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

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

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

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

This text has shadow with #EA59A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA59A8 on black background.


Color preview on white background

This text has color #EA59A8 on white background.



Black color preview on #EA59A8 background

This text has black color on #EA59A8 background.


White color preview on #EA59A8 background

This text has white color on #EA59A8 background.