COLOR #E661A7

HEX: #E661A7
RGB: (230,97,167)

Color info

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

RGB color model

#E661A7 color RGB value is (230,97,167).

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

RGB channels and saturation

R 230 of 255 = 90%
G 97 of 255 = 38%
B 167 of 255 = 65%

230
97
167

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

Portions of RGB colors in percentages

R + G + B =
230 + 97 + 167 = 494 (100%)
R 230 of 494 ~ 46.56%
G 97 of 494 ~ 19.64%
B 167 of 494 ~ 33.81%

%46.56
%19.64
%33.81

CMYK color model

#E661A7 color CMYK value is (0,58,27,10).

  • cyan value is 0.00%
  • magenta value is 57.83%
  • yellow value is 27.39%
  • key color value is 9.80%
CMYK:
(0,58,27,10)
C0M58Y27K10 
(0%,58%,27%,10%)
(0.00/0.58/0.27/0.10)	

CMYK percentages

%0
%57.83
%27.39
%9.8

Codes

Color #E661A7 in popluar color models

E661A7
RGB23097167
HSL328°72.68%64.12%
HSB/HSV328°57.83%90.20%
CMYK0.00%57.83%27.39%
9.80%

Color #E661A7 in popluar number systems.

HEXE661A7
Decimal23097167
Binary11100110110000110100111
Octal346141247

Shades and tints

Shades of #E661A7

#E661A7
(230,97,167)
#D25998
(210,89,152)
#BE5189
(190,81,137)
#AA497A
(170,73,122)
#96416B
(150,65,107)
#82395C
(130,57,92)
#6E314D
(110,49,77)
#5A293E
(90,41,62)
#46212F
(70,33,47)
#321920
(50,25,32)
#1E1111
(30,17,17)
#000000
(0,0,0)

Tints of #E661A7

#E661A7
(230,97,167)
#E86FAF
(232,111,175)
#EA7DB7
(234,125,183)
#EC8BBF
(236,139,191)
#EE99C7
(238,153,199)
#F0A7CF
(240,167,207)
#F2B5D7
(242,181,215)
#F4C3DF
(244,195,223)
#F6D1E7
(246,209,231)
#F8DFEF
(248,223,239)
#FAEDF7
(250,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E661A7; }

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

This text font color is #E661A7.


Background Color

.myBgColor { background-color: #E661A7; }

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

This div background color is #E661A7.


Border color

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

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

This div border color is #E661A7.


Opacity

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

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

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

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

This text has shadow with #E661A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E661A7 on black background.


Color preview on white background

This text has color #E661A7 on white background.



Black color preview on #E661A7 background

This text has black color on #E661A7 background.


White color preview on #E661A7 background

This text has white color on #E661A7 background.