COLOR #E6589A

HEX: #E6589A
RGB: (230,88,154)

Color info

#E6589A contains mainly red color. Web safe color of #E6589A is #CC6699 (or #C69).

RGB color model

#E6589A color RGB value is (230,88,154).

  • red value is 230;
  • green value is 88;
  • blue value is 154.
RGB:
(230,88,154)
(90%,35%,60%)

RGB channels and saturation

R 230 of 255 = 90%
G 88 of 255 = 35%
B 154 of 255 = 60%

230
88
154

R + G + B ~ 62%. #E6589A is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 88 + 154 = 472 (100%)
R 230 of 472 ~ 48.73%
G 88 of 472 ~ 18.64%
B 154 of 472 ~ 32.63%

%48.73
%18.64
%32.63

CMYK color model

#E6589A color CMYK value is (0,62,33,10).

  • cyan value is 0.00%
  • magenta value is 61.74%
  • yellow value is 33.04%
  • key color value is 9.80%
CMYK:
(0,62,33,10)
C0M62Y33K10 
(0%,62%,33%,10%)
(0.00/0.62/0.33/0.10)	

CMYK percentages

%0
%61.74
%33.04
%9.8

Codes

Color #E6589A in popluar color models

E6589A
RGB23088154
HSL332°73.96%62.35%
HSB/HSV332°61.74%90.20%
CMYK0.00%61.74%33.04%
9.80%

Color #E6589A in popluar number systems.

HEXE6589A
Decimal23088154
Binary11100110101100010011010
Octal346130232

Shades and tints

Shades of #E6589A

#E6589A
(230,88,154)
#D2508C
(210,80,140)
#BE487E
(190,72,126)
#AA4070
(170,64,112)
#963862
(150,56,98)
#823054
(130,48,84)
#6E2846
(110,40,70)
#5A2038
(90,32,56)
#46182A
(70,24,42)
#32101C
(50,16,28)
#1E080E
(30,8,14)
#000000
(0,0,0)

Tints of #E6589A

#E6589A
(230,88,154)
#E867A3
(232,103,163)
#EA76AC
(234,118,172)
#EC85B5
(236,133,181)
#EE94BE
(238,148,190)
#F0A3C7
(240,163,199)
#F2B2D0
(242,178,208)
#F4C1D9
(244,193,217)
#F6D0E2
(246,208,226)
#F8DFEB
(248,223,235)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6589A color. Also use rgb(230,88,154) instead hex code.

Text Font Color

.myTextColor { color: #E6589A; }

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

This text font color is #E6589A.


Background Color

.myBgColor { background-color: #E6589A; }

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

This div background color is #E6589A.


Border color

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

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

This div border color is #E6589A.


Opacity

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

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

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

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

This text has shadow with #E6589A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6589A on black background.


Color preview on white background

This text has color #E6589A on white background.



Black color preview on #E6589A background

This text has black color on #E6589A background.


White color preview on #E6589A background

This text has white color on #E6589A background.