COLOR #E62FF4

HEX: #E62FF4
RGB: (230,47,244)

Color info

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

RGB color model

#E62FF4 color RGB value is (230,47,244).

  • red value is 230;
  • green value is 47;
  • blue value is 244.
RGB:
(230,47,244)
(90%,18%,96%)

RGB channels and saturation

R 230 of 255 = 90%
G 47 of 255 = 18%
B 244 of 255 = 96%

230
47
244

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

Portions of RGB colors in percentages

R + G + B =
230 + 47 + 244 = 521 (100%)
R 230 of 521 ~ 44.15%
G 47 of 521 ~ 9.02%
B 244 of 521 ~ 46.83%

%44.15
%46.83

CMYK color model

#E62FF4 color CMYK value is (6,81,0,4).

  • cyan value is 5.74%
  • magenta value is 80.74%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(6,81,0,4)
C6M81Y0K4 
(6%,81%,0%,4%)
(0.06/0.81/0.00/0.04)	

CMYK percentages

%5.74
%80.74
%0
%4.31

Codes

Color #E62FF4 in popluar color models

E62FF4
RGB23047244
HSL296°89.95%57.06%
HSB/HSV296°80.74%95.69%
CMYK5.74%80.74%0.00%
4.31%

Color #E62FF4 in popluar number systems.

HEXE62FF4
Decimal23047244
Binary1110011010111111110100
Octal34657364

Shades and tints

Shades of #E62FF4

#E62FF4
(230,47,244)
#D22BDE
(210,43,222)
#BE27C8
(190,39,200)
#AA23B2
(170,35,178)
#961F9C
(150,31,156)
#821B86
(130,27,134)
#6E1770
(110,23,112)
#5A135A
(90,19,90)
#460F44
(70,15,68)
#320B2E
(50,11,46)
#1E0718
(30,7,24)
#000000
(0,0,0)

Tints of #E62FF4

#E62FF4
(230,47,244)
#E841F5
(232,65,245)
#EA53F6
(234,83,246)
#EC65F7
(236,101,247)
#EE77F8
(238,119,248)
#F089F9
(240,137,249)
#F29BFA
(242,155,250)
#F4ADFB
(244,173,251)
#F6BFFC
(246,191,252)
#F8D1FD
(248,209,253)
#FAE3FE
(250,227,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E62FF4 color. Also use rgb(230,47,244) instead hex code.

Text Font Color

.myTextColor { color: #E62FF4; }

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

This text font color is #E62FF4.


Background Color

.myBgColor { background-color: #E62FF4; }

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

This div background color is #E62FF4.


Border color

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

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

This div border color is #E62FF4.


Opacity

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

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

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

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

This text has shadow with #E62FF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E62FF4 on black background.


Color preview on white background

This text has color #E62FF4 on white background.



Black color preview on #E62FF4 background

This text has black color on #E62FF4 background.


White color preview on #E62FF4 background

This text has white color on #E62FF4 background.