COLOR #E65494

HEX: #E65494
RGB: (230,84,148)

Color info

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

RGB color model

#E65494 color RGB value is (230,84,148).

  • red value is 230;
  • green value is 84;
  • blue value is 148.
RGB:
(230,84,148)
(90%,33%,58%)

RGB channels and saturation

R 230 of 255 = 90%
G 84 of 255 = 33%
B 148 of 255 = 58%

230
84
148

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

Portions of RGB colors in percentages

R + G + B =
230 + 84 + 148 = 462 (100%)
R 230 of 462 ~ 49.78%
G 84 of 462 ~ 18.18%
B 148 of 462 ~ 32.03%

%49.78
%18.18
%32.03

CMYK color model

#E65494 color CMYK value is (0,63,36,10).

  • cyan value is 0.00%
  • magenta value is 63.48%
  • yellow value is 35.65%
  • key color value is 9.80%
CMYK:
(0,63,36,10)
C0M63Y36K10 
(0%,63%,36%,10%)
(0.00/0.63/0.36/0.10)	

CMYK percentages

%0
%63.48
%35.65
%9.8

Codes

Color #E65494 in popluar color models

E65494
RGB23084148
HSL334°74.49%61.57%
HSB/HSV334°63.48%90.20%
CMYK0.00%63.48%35.65%
9.80%

Color #E65494 in popluar number systems.

HEXE65494
Decimal23084148
Binary11100110101010010010100
Octal346124224

Shades and tints

Shades of #E65494

#E65494
(230,84,148)
#D24D87
(210,77,135)
#BE467A
(190,70,122)
#AA3F6D
(170,63,109)
#963860
(150,56,96)
#823153
(130,49,83)
#6E2A46
(110,42,70)
#5A2339
(90,35,57)
#461C2C
(70,28,44)
#32151F
(50,21,31)
#1E0E12
(30,14,18)
#000000
(0,0,0)

Tints of #E65494

#E65494
(230,84,148)
#E8639D
(232,99,157)
#EA72A6
(234,114,166)
#EC81AF
(236,129,175)
#EE90B8
(238,144,184)
#F09FC1
(240,159,193)
#F2AECA
(242,174,202)
#F4BDD3
(244,189,211)
#F6CCDC
(246,204,220)
#F8DBE5
(248,219,229)
#FAEAEE
(250,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E65494 color. Also use rgb(230,84,148) instead hex code.

Text Font Color

.myTextColor { color: #E65494; }

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

This text font color is #E65494.


Background Color

.myBgColor { background-color: #E65494; }

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

This div background color is #E65494.


Border color

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

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

This div border color is #E65494.


Opacity

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

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

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

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

This text has shadow with #E65494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65494 on black background.


Color preview on white background

This text has color #E65494 on white background.



Black color preview on #E65494 background

This text has black color on #E65494 background.


White color preview on #E65494 background

This text has white color on #E65494 background.