COLOR #E65DA9

HEX: #E65DA9
RGB: (230,93,169)

Color info

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

RGB color model

#E65DA9 color RGB value is (230,93,169).

  • red value is 230;
  • green value is 93;
  • blue value is 169.
RGB:
(230,93,169)
(90%,36%,66%)

RGB channels and saturation

R 230 of 255 = 90%
G 93 of 255 = 36%
B 169 of 255 = 66%

230
93
169

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

Portions of RGB colors in percentages

R + G + B =
230 + 93 + 169 = 492 (100%)
R 230 of 492 ~ 46.75%
G 93 of 492 ~ 18.9%
B 169 of 492 ~ 34.35%

%46.75
%18.9
%34.35

CMYK color model

#E65DA9 color CMYK value is (0,60,27,10).

  • cyan value is 0.00%
  • magenta value is 59.57%
  • yellow value is 26.52%
  • key color value is 9.80%
CMYK:
(0,60,27,10)
C0M60Y27K10 
(0%,60%,27%,10%)
(0.00/0.60/0.27/0.10)	

CMYK percentages

%0
%59.57
%26.52
%9.8

Codes

Color #E65DA9 in popluar color models

E65DA9
RGB23093169
HSL327°73.26%63.33%
HSB/HSV327°59.57%90.20%
CMYK0.00%59.57%26.52%
9.80%

Color #E65DA9 in popluar number systems.

HEXE65DA9
Decimal23093169
Binary11100110101110110101001
Octal346135251

Shades and tints

Shades of #E65DA9

#E65DA9
(230,93,169)
#D2559A
(210,85,154)
#BE4D8B
(190,77,139)
#AA457C
(170,69,124)
#963D6D
(150,61,109)
#82355E
(130,53,94)
#6E2D4F
(110,45,79)
#5A2540
(90,37,64)
#461D31
(70,29,49)
#321522
(50,21,34)
#1E0D13
(30,13,19)
#000000
(0,0,0)

Tints of #E65DA9

#E65DA9
(230,93,169)
#E86BB0
(232,107,176)
#EA79B7
(234,121,183)
#EC87BE
(236,135,190)
#EE95C5
(238,149,197)
#F0A3CC
(240,163,204)
#F2B1D3
(242,177,211)
#F4BFDA
(244,191,218)
#F6CDE1
(246,205,225)
#F8DBE8
(248,219,232)
#FAE9EF
(250,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E65DA9 color. Also use rgb(230,93,169) instead hex code.

Text Font Color

.myTextColor { color: #E65DA9; }

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

This text font color is #E65DA9.


Background Color

.myBgColor { background-color: #E65DA9; }

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

This div background color is #E65DA9.


Border color

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

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

This div border color is #E65DA9.


Opacity

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

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

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

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

This text has shadow with #E65DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65DA9 on black background.


Color preview on white background

This text has color #E65DA9 on white background.



Black color preview on #E65DA9 background

This text has black color on #E65DA9 background.


White color preview on #E65DA9 background

This text has white color on #E65DA9 background.