COLOR #E65989

HEX: #E65989
RGB: (230,89,137)

Color info

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

RGB color model

#E65989 color RGB value is (230,89,137).

  • red value is 230;
  • green value is 89;
  • blue value is 137.
RGB:
(230,89,137)
(90%,35%,54%)

RGB channels and saturation

R 230 of 255 = 90%
G 89 of 255 = 35%
B 137 of 255 = 54%

230
89
137

R + G + B ~ 60%. #E65989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
230 + 89 + 137 = 456 (100%)
R 230 of 456 ~ 50.44%
G 89 of 456 ~ 19.52%
B 137 of 456 ~ 30.04%

%50.44
%19.52
%30.04

CMYK color model

#E65989 color CMYK value is (0,61,40,10).

  • cyan value is 0.00%
  • magenta value is 61.30%
  • yellow value is 40.43%
  • key color value is 9.80%
CMYK:
(0,61,40,10)
C0M61Y40K10 
(0%,61%,40%,10%)
(0.00/0.61/0.40/0.10)	

CMYK percentages

%0
%61.3
%40.43
%9.8

Codes

Color #E65989 in popluar color models

E65989
RGB23089137
HSL340°73.82%62.55%
HSB/HSV340°61.30%90.20%
CMYK0.00%61.30%40.43%
9.80%

Color #E65989 in popluar number systems.

HEXE65989
Decimal23089137
Binary11100110101100110001001
Octal346131211

Shades and tints

Shades of #E65989

#E65989
(230,89,137)
#D2517D
(210,81,125)
#BE4971
(190,73,113)
#AA4165
(170,65,101)
#963959
(150,57,89)
#82314D
(130,49,77)
#6E2941
(110,41,65)
#5A2135
(90,33,53)
#461929
(70,25,41)
#32111D
(50,17,29)
#1E0911
(30,9,17)
#000000
(0,0,0)

Tints of #E65989

#E65989
(230,89,137)
#E86893
(232,104,147)
#EA779D
(234,119,157)
#EC86A7
(236,134,167)
#EE95B1
(238,149,177)
#F0A4BB
(240,164,187)
#F2B3C5
(242,179,197)
#F4C2CF
(244,194,207)
#F6D1D9
(246,209,217)
#F8E0E3
(248,224,227)
#FAEFED
(250,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E65989 color. Also use rgb(230,89,137) instead hex code.

Text Font Color

.myTextColor { color: #E65989; }

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

This text font color is #E65989.


Background Color

.myBgColor { background-color: #E65989; }

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

This div background color is #E65989.


Border color

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

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

This div border color is #E65989.


Opacity

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

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

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

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

This text has shadow with #E65989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65989 on black background.


Color preview on white background

This text has color #E65989 on white background.



Black color preview on #E65989 background

This text has black color on #E65989 background.


White color preview on #E65989 background

This text has white color on #E65989 background.