COLOR #E46BE7

HEX: #E46BE7
RGB: (228,107,231)

Color info

#E46BE7 contains mainly red and blue colors. Web safe color of #E46BE7 is #CC66FF (or #C6F).

RGB color model

#E46BE7 color RGB value is (228,107,231).

  • red value is 228;
  • green value is 107;
  • blue value is 231.
RGB:
(228,107,231)
(89%,42%,91%)

RGB channels and saturation

R 228 of 255 = 89%
G 107 of 255 = 42%
B 231 of 255 = 91%

228
107
231

R + G + B ~ 74%. #E46BE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 107 + 231 = 566 (100%)
R 228 of 566 ~ 40.28%
G 107 of 566 ~ 18.9%
B 231 of 566 ~ 40.81%

%40.28
%18.9
%40.81

CMYK color model

#E46BE7 color CMYK value is (1,54,0,9).

  • cyan value is 1.30%
  • magenta value is 53.68%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(1,54,0,9)
C1M54Y0K9 
(1%,54%,0%,9%)
(0.01/0.54/0.00/0.09)	

CMYK percentages

%1.3
%53.68
%0
%9.41

Codes

Color #E46BE7 in popluar color models

E46BE7
RGB228107231
HSL299°72.09%66.27%
HSB/HSV299°53.68%90.59%
CMYK1.30%53.68%0.00%
9.41%

Color #E46BE7 in popluar number systems.

HEXE46BE7
Decimal228107231
Binary11100100110101111100111
Octal344153347

Shades and tints

Shades of #E46BE7

#E46BE7
(228,107,231)
#D062D2
(208,98,210)
#BC59BD
(188,89,189)
#A850A8
(168,80,168)
#944793
(148,71,147)
#803E7E
(128,62,126)
#6C3569
(108,53,105)
#582C54
(88,44,84)
#44233F
(68,35,63)
#301A2A
(48,26,42)
#1C1115
(28,17,21)
#000000
(0,0,0)

Tints of #E46BE7

#E46BE7
(228,107,231)
#E678E9
(230,120,233)
#E885EB
(232,133,235)
#EA92ED
(234,146,237)
#EC9FEF
(236,159,239)
#EEACF1
(238,172,241)
#F0B9F3
(240,185,243)
#F2C6F5
(242,198,245)
#F4D3F7
(244,211,247)
#F6E0F9
(246,224,249)
#F8EDFB
(248,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46BE7 color. Also use rgb(228,107,231) instead hex code.

Text Font Color

.myTextColor { color: #E46BE7; }

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

This text font color is #E46BE7.


Background Color

.myBgColor { background-color: #E46BE7; }

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

This div background color is #E46BE7.


Border color

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

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

This div border color is #E46BE7.


Opacity

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

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

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

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

This text has shadow with #E46BE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46BE7 on black background.


Color preview on white background

This text has color #E46BE7 on white background.



Black color preview on #E46BE7 background

This text has black color on #E46BE7 background.


White color preview on #E46BE7 background

This text has white color on #E46BE7 background.