COLOR #E862B6

HEX: #E862B6 RGB: (232,98,182)

Color info

#E862B6 contains mainly red and blue colors. Web safe color of #E862B6 is #FF66CC (or #F6C).

RGB color model

#E862B6 color RGB value is (232,98,182).

RGB: (232,98,182) (91%, 38%, 71%)

RGB channels and saturation

R 232 of 255 = 91%
G 98 of 255 = 38%
B 182 of 255 = 71%

232
98
182

R + G + B ~ 67%. #E862B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 98 + 182 = 512 (100%)
R 232 of 512 ~ 45.31%
G 98 of 512 ~ 19.14%
B 182 of 512 ~ 35.55'%

%45.31
%19.14
%35.55

CMYK color model

#E862B6 color CMYK value is (0,58,22,9).

  • cyan value is 0.00%
  • magenta value is 57.76%
  • yellow value is 21.55%
  • key color value is 9.02%

CMYK: (0,58,22,9)
C0M58Y22K9 (0%, 58%, 22%, 9%)
(0.00 / 0.58 / 0.22 / 0.09)

CMYK percentages

%0
%57.76
%21.55
%9.02

Codes

Color #E862B6 in popluar color models

E8 62 B6
RGB 232 98 182
HSL 322° 74.44% 64.71%
HSB/HSV 322° 57.76% 90.98%
CMYK 0.00% 57.76% 21.55%
9.02%

Color #E862B6 in popluar number systems.

HEX E8 62 B6
Decimal 232 98 182
Binary 11101000 1100010 10110110
Octal 350 142 266

Shades and tints

Shades of #E862B6

#E862B6
(232,98,182)
#D35AA6
(211,90,166)
#BE5296
(190,82,150)
#A94A86
(169,74,134)
#944276
(148,66,118)
#7F3A66
(127,58,102)
#6A3256
(106,50,86)
#552A46
(85,42,70)
#402236
(64,34,54)
#2B1A26
(43,26,38)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #E862B6

#E862B6
(232,98,182)
#EA70BC
(234,112,188)
#EC7EC2
(236,126,194)
#EE8CC8
(238,140,200)
#F09ACE
(240,154,206)
#F2A8D4
(242,168,212)
#F4B6DA
(244,182,218)
#F6C4E0
(246,196,224)
#F8D2E6
(248,210,230)
#FAE0EC
(250,224,236)
#FCEEF2
(252,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E862B6; }

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

This text font color is #E862B6.

Background Color

.myBgColor { background-color: #E862B6; }

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

This div background color is #E862B6.

Border color

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

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

This div border color is #E862B6.

Opacity

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

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

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

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

This text has shadow with #E862B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E862B6.

Preview

Color preview on black background

This text has color #E862B6 on black background.


Color preview on white background

This text has color #E862B6 on white background.


Black color preview on #E862B6 background

This text has black color on #E862B6 background.


White color preview on #E862B6 background

This text has white color on #E862B6 background.


Related colors

Complementary color

Complementary color for #hex is #179D49.


I love getcolorcode.com

Triadic colors

1 #B6E862 and #62B6E8 with #E862B6 are triadic colors.

2 #B662E8 and #62E8B6 with #E862B6 are triadic colors.