COLOR #E531EF

HEX: #E531EF
RGB: (229,49,239)

Color info

#E531EF contains mainly red and blue colors. Web safe color of #E531EF is #CC33FF (or #C3F).

RGB color model

#E531EF color RGB value is (229,49,239).

  • red value is 229;
  • green value is 49;
  • blue value is 239.
RGB:
(229,49,239)
(90%,19%,94%)

RGB channels and saturation

R 229 of 255 = 90%
G 49 of 255 = 19%
B 239 of 255 = 94%

229
49
239

R + G + B ~ 68%. #E531EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 49 + 239 = 517 (100%)
R 229 of 517 ~ 44.29%
G 49 of 517 ~ 9.48%
B 239 of 517 ~ 46.23%

%44.29
%46.23

CMYK color model

#E531EF color CMYK value is (4,79,0,6).

  • cyan value is 4.18%
  • magenta value is 79.50%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(4,79,0,6)
C4M79Y0K6 
(4%,79%,0%,6%)
(0.04/0.79/0.00/0.06)	

CMYK percentages

%4.18
%79.5
%0
%6.27

Codes

Color #E531EF in popluar color models

E531EF
RGB22949239
HSL297°85.59%56.47%
HSB/HSV297°79.50%93.73%
CMYK4.18%79.50%0.00%
6.27%

Color #E531EF in popluar number systems.

HEXE531EF
Decimal22949239
Binary1110010111000111101111
Octal34561357

Shades and tints

Shades of #E531EF

#E531EF
(229,49,239)
#D12DDA
(209,45,218)
#BD29C5
(189,41,197)
#A925B0
(169,37,176)
#95219B
(149,33,155)
#811D86
(129,29,134)
#6D1971
(109,25,113)
#59155C
(89,21,92)
#451147
(69,17,71)
#310D32
(49,13,50)
#1D091D
(29,9,29)
#000000
(0,0,0)

Tints of #E531EF

#E531EF
(229,49,239)
#E743F0
(231,67,240)
#E955F1
(233,85,241)
#EB67F2
(235,103,242)
#ED79F3
(237,121,243)
#EF8BF4
(239,139,244)
#F19DF5
(241,157,245)
#F3AFF6
(243,175,246)
#F5C1F7
(245,193,247)
#F7D3F8
(247,211,248)
#F9E5F9
(249,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E531EF color. Also use rgb(229,49,239) instead hex code.

Text Font Color

.myTextColor { color: #E531EF; }

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

This text font color is #E531EF.


Background Color

.myBgColor { background-color: #E531EF; }

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

This div background color is #E531EF.


Border color

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

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

This div border color is #E531EF.


Opacity

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

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

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

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

This text has shadow with #E531EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E531EF on black background.


Color preview on white background

This text has color #E531EF on white background.



Black color preview on #E531EF background

This text has black color on #E531EF background.


White color preview on #E531EF background

This text has white color on #E531EF background.