COLOR #E662A4

HEX: #E662A4
RGB: (230,98,164)

Color info

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

RGB color model

#E662A4 color RGB value is (230,98,164).

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

RGB channels and saturation

R 230 of 255 = 90%
G 98 of 255 = 38%
B 164 of 255 = 64%

230
98
164

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

Portions of RGB colors in percentages

R + G + B =
230 + 98 + 164 = 492 (100%)
R 230 of 492 ~ 46.75%
G 98 of 492 ~ 19.92%
B 164 of 492 ~ 33.33%

%46.75
%19.92
%33.33

CMYK color model

#E662A4 color CMYK value is (0,57,29,10).

  • cyan value is 0.00%
  • magenta value is 57.39%
  • yellow value is 28.70%
  • key color value is 9.80%
CMYK:
(0,57,29,10)
C0M57Y29K10 
(0%,57%,29%,10%)
(0.00/0.57/0.29/0.10)	

CMYK percentages

%0
%57.39
%28.7
%9.8

Codes

Color #E662A4 in popluar color models

E662A4
RGB23098164
HSL330°72.53%64.31%
HSB/HSV330°57.39%90.20%
CMYK0.00%57.39%28.70%
9.80%

Color #E662A4 in popluar number systems.

HEXE662A4
Decimal23098164
Binary11100110110001010100100
Octal346142244

Shades and tints

Shades of #E662A4

#E662A4
(230,98,164)
#D25A96
(210,90,150)
#BE5288
(190,82,136)
#AA4A7A
(170,74,122)
#96426C
(150,66,108)
#823A5E
(130,58,94)
#6E3250
(110,50,80)
#5A2A42
(90,42,66)
#462234
(70,34,52)
#321A26
(50,26,38)
#1E1218
(30,18,24)
#000000
(0,0,0)

Tints of #E662A4

#E662A4
(230,98,164)
#E870AC
(232,112,172)
#EA7EB4
(234,126,180)
#EC8CBC
(236,140,188)
#EE9AC4
(238,154,196)
#F0A8CC
(240,168,204)
#F2B6D4
(242,182,212)
#F4C4DC
(244,196,220)
#F6D2E4
(246,210,228)
#F8E0EC
(248,224,236)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E662A4 color. Also use rgb(230,98,164) instead hex code.

Text Font Color

.myTextColor { color: #E662A4; }

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

This text font color is #E662A4.


Background Color

.myBgColor { background-color: #E662A4; }

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

This div background color is #E662A4.


Border color

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

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

This div border color is #E662A4.


Opacity

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

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

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

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

This text has shadow with #E662A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E662A4 on black background.


Color preview on white background

This text has color #E662A4 on white background.



Black color preview on #E662A4 background

This text has black color on #E662A4 background.


White color preview on #E662A4 background

This text has white color on #E662A4 background.