COLOR #E862A9

HEX: #E862A9
RGB: (232,98,169)

Color info

#E862A9 contains mainly red color. Web safe color of #E862A9 is #FF6699 (or #F69).

RGB color model

#E862A9 color RGB value is (232,98,169).

  • red value is 232;
  • green value is 98;
  • blue value is 169.
RGB:
(232,98,169)
(91%,38%,66%)

RGB channels and saturation

R 232 of 255 = 91%
G 98 of 255 = 38%
B 169 of 255 = 66%

232
98
169

R + G + B ~ 65%. #E862A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 98 + 169 = 499 (100%)
R 232 of 499 ~ 46.49%
G 98 of 499 ~ 19.64%
B 169 of 499 ~ 33.87%

%46.49
%19.64
%33.87

CMYK color model

#E862A9 color CMYK value is (0,58,27,9).

  • cyan value is 0.00%
  • magenta value is 57.76%
  • yellow value is 27.16%
  • key color value is 9.02%
CMYK:
(0,58,27,9)
C0M58Y27K9 
(0%,58%,27%,9%)
(0.00/0.58/0.27/0.09)	

CMYK percentages

%0
%57.76
%27.16
%9.02

Codes

Color #E862A9 in popluar color models

E862A9
RGB23298169
HSL328°74.44%64.71%
HSB/HSV328°57.76%90.98%
CMYK0.00%57.76%27.16%
9.02%

Color #E862A9 in popluar number systems.

HEXE862A9
Decimal23298169
Binary11101000110001010101001
Octal350142251

Shades and tints

Shades of #E862A9

#E862A9
(232,98,169)
#D35A9A
(211,90,154)
#BE528B
(190,82,139)
#A94A7C
(169,74,124)
#94426D
(148,66,109)
#7F3A5E
(127,58,94)
#6A324F
(106,50,79)
#552A40
(85,42,64)
#402231
(64,34,49)
#2B1A22
(43,26,34)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #E862A9

#E862A9
(232,98,169)
#EA70B0
(234,112,176)
#EC7EB7
(236,126,183)
#EE8CBE
(238,140,190)
#F09AC5
(240,154,197)
#F2A8CC
(242,168,204)
#F4B6D3
(244,182,211)
#F6C4DA
(246,196,218)
#F8D2E1
(248,210,225)
#FAE0E8
(250,224,232)
#FCEEEF
(252,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E862A9 color. Also use rgb(232,98,169) instead hex code.

Text Font Color

.myTextColor { color: #E862A9; }

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

This text font color is #E862A9.


Background Color

.myBgColor { background-color: #E862A9; }

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

This div background color is #E862A9.


Border color

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

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

This div border color is #E862A9.


Opacity

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

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

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

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

This text has shadow with #E862A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E862A9 on black background.


Color preview on white background

This text has color #E862A9 on white background.



Black color preview on #E862A9 background

This text has black color on #E862A9 background.


White color preview on #E862A9 background

This text has white color on #E862A9 background.