COLOR #E120F4

HEX: #E120F4
RGB: (225,32,244)

Color info

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

RGB color model

#E120F4 color RGB value is (225,32,244).

  • red value is 225;
  • green value is 32;
  • blue value is 244.
RGB:
(225,32,244)
(88%,13%,96%)

RGB channels and saturation

R 225 of 255 = 88%
G 32 of 255 = 13%
B 244 of 255 = 96%

225
32
244

R + G + B ~ 66%. #E120F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 32 + 244 = 501 (100%)
R 225 of 501 ~ 44.91%
G 32 of 501 ~ 6.39%
B 244 of 501 ~ 48.7%

%44.91
%48.7

CMYK color model

#E120F4 color CMYK value is (8,87,0,4).

  • cyan value is 7.79%
  • magenta value is 86.89%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(8,87,0,4)
C8M87Y0K4 
(8%,87%,0%,4%)
(0.08/0.87/0.00/0.04)	

CMYK percentages

%7.79
%86.89
%0
%4.31

Codes

Color #E120F4 in popluar color models

E120F4
RGB22532244
HSL295°90.60%54.12%
HSB/HSV295°86.89%95.69%
CMYK7.79%86.89%0.00%
4.31%

Color #E120F4 in popluar number systems.

HEXE120F4
Decimal22532244
Binary1110000110000011110100
Octal34140364

Shades and tints

Shades of #E120F4

#E120F4
(225,32,244)
#CD1EDE
(205,30,222)
#B91CC8
(185,28,200)
#A51AB2
(165,26,178)
#91189C
(145,24,156)
#7D1686
(125,22,134)
#691470
(105,20,112)
#55125A
(85,18,90)
#411044
(65,16,68)
#2D0E2E
(45,14,46)
#190C18
(25,12,24)
#000000
(0,0,0)

Tints of #E120F4

#E120F4
(225,32,244)
#E334F5
(227,52,245)
#E548F6
(229,72,246)
#E75CF7
(231,92,247)
#E970F8
(233,112,248)
#EB84F9
(235,132,249)
#ED98FA
(237,152,250)
#EFACFB
(239,172,251)
#F1C0FC
(241,192,252)
#F3D4FD
(243,212,253)
#F5E8FE
(245,232,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E120F4 color. Also use rgb(225,32,244) instead hex code.

Text Font Color

.myTextColor { color: #E120F4; }

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

This text font color is #E120F4.


Background Color

.myBgColor { background-color: #E120F4; }

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

This div background color is #E120F4.


Border color

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

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

This div border color is #E120F4.


Opacity

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

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

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

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

This text has shadow with #E120F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E120F4 on black background.


Color preview on white background

This text has color #E120F4 on white background.



Black color preview on #E120F4 background

This text has black color on #E120F4 background.


White color preview on #E120F4 background

This text has white color on #E120F4 background.