COLOR #E706E5

HEX: #E706E5
RGB: (231,6,229)

Color info

#E706E5 contains mainly red and blue colors. Web safe color of #E706E5 is #FF00CC (or #F0C).

RGB color model

#E706E5 color RGB value is (231,6,229).

  • red value is 231;
  • green value is 6;
  • blue value is 229.
RGB:
(231,6,229)
(91%,2%,90%)

RGB channels and saturation

R 231 of 255 = 91%
G 6 of 255 = 2%
B 229 of 255 = 90%

231
6
229

R + G + B ~ 61%. #E706E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 6 + 229 = 466 (100%)
R 231 of 466 ~ 49.57%
G 6 of 466 ~ 1.29%
B 229 of 466 ~ 49.14%

%49.57
%49.14

CMYK color model

#E706E5 color CMYK value is (0,97,1,9).

  • cyan value is 0.00%
  • magenta value is 97.40%
  • yellow value is 0.87%
  • key color value is 9.41%
CMYK:
(0,97,1,9)
C0M97Y1K9 
(0%,97%,1%,9%)
(0.00/0.97/0.01/0.09)	

CMYK percentages

%0
%97.4
%0.87
%9.41

Codes

Color #E706E5 in popluar color models

E706E5
RGB2316229
HSL301°94.94%46.47%
HSB/HSV301°97.40%90.59%
CMYK0.00%97.40%0.87%
9.41%

Color #E706E5 in popluar number systems.

HEXE706E5
Decimal2316229
Binary1110011111011100101
Octal3476345

Shades and tints

Shades of #E706E5

#E706E5
(231,6,229)
#D206D1
(210,6,209)
#BD06BD
(189,6,189)
#A806A9
(168,6,169)
#930695
(147,6,149)
#7E0681
(126,6,129)
#69066D
(105,6,109)
#540659
(84,6,89)
#3F0645
(63,6,69)
#2A0631
(42,6,49)
#15061D
(21,6,29)
#000000
(0,0,0)

Tints of #E706E5

#E706E5
(231,6,229)
#E91CE7
(233,28,231)
#EB32E9
(235,50,233)
#ED48EB
(237,72,235)
#EF5EED
(239,94,237)
#F174EF
(241,116,239)
#F38AF1
(243,138,241)
#F5A0F3
(245,160,243)
#F7B6F5
(247,182,245)
#F9CCF7
(249,204,247)
#FBE2F9
(251,226,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E706E5 color. Also use rgb(231,6,229) instead hex code.

Text Font Color

.myTextColor { color: #E706E5; }

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

This text font color is #E706E5.


Background Color

.myBgColor { background-color: #E706E5; }

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

This div background color is #E706E5.


Border color

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

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

This div border color is #E706E5.


Opacity

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

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

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

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

This text has shadow with #E706E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E706E5 on black background.


Color preview on white background

This text has color #E706E5 on white background.



Black color preview on #E706E5 background

This text has black color on #E706E5 background.


White color preview on #E706E5 background

This text has white color on #E706E5 background.