COLOR #E719EC

HEX: #E719EC
RGB: (231,25,236)

Color info

#E719EC contains mainly red and blue colors. Web safe color of #E719EC is #FF00FF (or #F0F).

RGB color model

#E719EC color RGB value is (231,25,236).

  • red value is 231;
  • green value is 25;
  • blue value is 236.
RGB:
(231,25,236)
(91%,10%,93%)

RGB channels and saturation

R 231 of 255 = 91%
G 25 of 255 = 10%
B 236 of 255 = 93%

231
25
236

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

Portions of RGB colors in percentages

R + G + B =
231 + 25 + 236 = 492 (100%)
R 231 of 492 ~ 46.95%
G 25 of 492 ~ 5.08%
B 236 of 492 ~ 47.97%

%46.95
%47.97

CMYK color model

#E719EC color CMYK value is (2,89,0,7).

  • cyan value is 2.12%
  • magenta value is 89.41%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(2,89,0,7)
C2M89Y0K7 
(2%,89%,0%,7%)
(0.02/0.89/0.00/0.07)	

CMYK percentages

%2.12
%89.41
%0
%7.45

Codes

Color #E719EC in popluar color models

E719EC
RGB23125236
HSL299°84.74%51.18%
HSB/HSV299°89.41%92.55%
CMYK2.12%89.41%0.00%
7.45%

Color #E719EC in popluar number systems.

HEXE719EC
Decimal23125236
Binary111001111100111101100
Octal34731354

Shades and tints

Shades of #E719EC

#E719EC
(231,25,236)
#D217D7
(210,23,215)
#BD15C2
(189,21,194)
#A813AD
(168,19,173)
#931198
(147,17,152)
#7E0F83
(126,15,131)
#690D6E
(105,13,110)
#540B59
(84,11,89)
#3F0944
(63,9,68)
#2A072F
(42,7,47)
#15051A
(21,5,26)
#000000
(0,0,0)

Tints of #E719EC

#E719EC
(231,25,236)
#E92DED
(233,45,237)
#EB41EE
(235,65,238)
#ED55EF
(237,85,239)
#EF69F0
(239,105,240)
#F17DF1
(241,125,241)
#F391F2
(243,145,242)
#F5A5F3
(245,165,243)
#F7B9F4
(247,185,244)
#F9CDF5
(249,205,245)
#FBE1F6
(251,225,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E719EC color. Also use rgb(231,25,236) instead hex code.

Text Font Color

.myTextColor { color: #E719EC; }

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

This text font color is #E719EC.


Background Color

.myBgColor { background-color: #E719EC; }

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

This div background color is #E719EC.


Border color

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

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

This div border color is #E719EC.


Opacity

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

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

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

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

This text has shadow with #E719EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E719EC on black background.


Color preview on white background

This text has color #E719EC on white background.



Black color preview on #E719EC background

This text has black color on #E719EC background.


White color preview on #E719EC background

This text has white color on #E719EC background.