COLOR #E661A3

HEX: #E661A3
RGB: (230,97,163)

Color info

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

RGB color model

#E661A3 color RGB value is (230,97,163).

  • red value is 230;
  • green value is 97;
  • blue value is 163.
RGB:
(230,97,163)
(90%,38%,64%)

RGB channels and saturation

R 230 of 255 = 90%
G 97 of 255 = 38%
B 163 of 255 = 64%

230
97
163

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

Portions of RGB colors in percentages

R + G + B =
230 + 97 + 163 = 490 (100%)
R 230 of 490 ~ 46.94%
G 97 of 490 ~ 19.8%
B 163 of 490 ~ 33.27%

%46.94
%19.8
%33.27

CMYK color model

#E661A3 color CMYK value is (0,58,29,10).

  • cyan value is 0.00%
  • magenta value is 57.83%
  • yellow value is 29.13%
  • key color value is 9.80%
CMYK:
(0,58,29,10)
C0M58Y29K10 
(0%,58%,29%,10%)
(0.00/0.58/0.29/0.10)	

CMYK percentages

%0
%57.83
%29.13
%9.8

Codes

Color #E661A3 in popluar color models

E661A3
RGB23097163
HSL330°72.68%64.12%
HSB/HSV330°57.83%90.20%
CMYK0.00%57.83%29.13%
9.80%

Color #E661A3 in popluar number systems.

HEXE661A3
Decimal23097163
Binary11100110110000110100011
Octal346141243

Shades and tints

Shades of #E661A3

#E661A3
(230,97,163)
#D25995
(210,89,149)
#BE5187
(190,81,135)
#AA4979
(170,73,121)
#96416B
(150,65,107)
#82395D
(130,57,93)
#6E314F
(110,49,79)
#5A2941
(90,41,65)
#462133
(70,33,51)
#321925
(50,25,37)
#1E1117
(30,17,23)
#000000
(0,0,0)

Tints of #E661A3

#E661A3
(230,97,163)
#E86FAB
(232,111,171)
#EA7DB3
(234,125,179)
#EC8BBB
(236,139,187)
#EE99C3
(238,153,195)
#F0A7CB
(240,167,203)
#F2B5D3
(242,181,211)
#F4C3DB
(244,195,219)
#F6D1E3
(246,209,227)
#F8DFEB
(248,223,235)
#FAEDF3
(250,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E661A3 color. Also use rgb(230,97,163) instead hex code.

Text Font Color

.myTextColor { color: #E661A3; }

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

This text font color is #E661A3.


Background Color

.myBgColor { background-color: #E661A3; }

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

This div background color is #E661A3.


Border color

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

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

This div border color is #E661A3.


Opacity

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

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

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

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

This text has shadow with #E661A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E661A3 on black background.


Color preview on white background

This text has color #E661A3 on white background.



Black color preview on #E661A3 background

This text has black color on #E661A3 background.


White color preview on #E661A3 background

This text has white color on #E661A3 background.