COLOR #EA589B

HEX: #EA589B
RGB: (234,88,155)

Color info

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

RGB color model

#EA589B color RGB value is (234,88,155).

  • red value is 234;
  • green value is 88;
  • blue value is 155.
RGB:
(234,88,155)
(92%,35%,61%)

RGB channels and saturation

R 234 of 255 = 92%
G 88 of 255 = 35%
B 155 of 255 = 61%

234
88
155

R + G + B ~ 63%. #EA589B is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 88 + 155 = 477 (100%)
R 234 of 477 ~ 49.06%
G 88 of 477 ~ 18.45%
B 155 of 477 ~ 32.49%

%49.06
%18.45
%32.49

CMYK color model

#EA589B color CMYK value is (0,62,34,8).

  • cyan value is 0.00%
  • magenta value is 62.39%
  • yellow value is 33.76%
  • key color value is 8.24%
CMYK:
(0,62,34,8)
C0M62Y34K8 
(0%,62%,34%,8%)
(0.00/0.62/0.34/0.08)	

CMYK percentages

%0
%62.39
%33.76
%8.24

Codes

Color #EA589B in popluar color models

EA589B
RGB23488155
HSL332°77.66%63.14%
HSB/HSV332°62.39%91.76%
CMYK0.00%62.39%33.76%
8.24%

Color #EA589B in popluar number systems.

HEXEA589B
Decimal23488155
Binary11101010101100010011011
Octal352130233

Shades and tints

Shades of #EA589B

#EA589B
(234,88,155)
#D5508D
(213,80,141)
#C0487F
(192,72,127)
#AB4071
(171,64,113)
#963863
(150,56,99)
#813055
(129,48,85)
#6C2847
(108,40,71)
#572039
(87,32,57)
#42182B
(66,24,43)
#2D101D
(45,16,29)
#18080F
(24,8,15)
#000000
(0,0,0)

Tints of #EA589B

#EA589B
(234,88,155)
#EB67A4
(235,103,164)
#EC76AD
(236,118,173)
#ED85B6
(237,133,182)
#EE94BF
(238,148,191)
#EFA3C8
(239,163,200)
#F0B2D1
(240,178,209)
#F1C1DA
(241,193,218)
#F2D0E3
(242,208,227)
#F3DFEC
(243,223,236)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA589B color. Also use rgb(234,88,155) instead hex code.

Text Font Color

.myTextColor { color: #EA589B; }

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

This text font color is #EA589B.


Background Color

.myBgColor { background-color: #EA589B; }

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

This div background color is #EA589B.


Border color

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

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

This div border color is #EA589B.


Opacity

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

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

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

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

This text has shadow with #EA589B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA589B on black background.


Color preview on white background

This text has color #EA589B on white background.



Black color preview on #EA589B background

This text has black color on #EA589B background.


White color preview on #EA589B background

This text has white color on #EA589B background.