COLOR #E601F9

HEX: #E601F9
RGB: (230,1,249)

Color info

#E601F9 contains mainly red and blue colors. Web safe color of #E601F9 is #CC00FF (or #C0F).

RGB color model

#E601F9 color RGB value is (230,1,249).

  • red value is 230;
  • green value is 1;
  • blue value is 249.
RGB:
(230,1,249)
(90%,0%,98%)

RGB channels and saturation

R 230 of 255 = 90%
G 1 of 255 = 0%
B 249 of 255 = 98%

230
1
249

R + G + B ~ 63%. #E601F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 1 + 249 = 480 (100%)
R 230 of 480 ~ 47.92%
G 1 of 480 ~ 0.21%
B 249 of 480 ~ 51.88%

%47.92
%51.88

CMYK color model

#E601F9 color CMYK value is (8,100,0,2).

  • cyan value is 7.63%
  • magenta value is 99.60%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(8,100,0,2)
C8M100Y0K2 
(8%,100%,0%,2%)
(0.08/1.00/0.00/0.02)	

CMYK percentages

%7.63
%99.6
%0
%2.35

Codes

Color #E601F9 in popluar color models

E601F9
RGB2301249
HSL295°99.20%49.02%
HSB/HSV295°99.60%97.65%
CMYK7.63%99.60%0.00%
2.35%

Color #E601F9 in popluar number systems.

HEXE601F9
Decimal2301249
Binary11100110111111001
Octal3461371

Shades and tints

Shades of #E601F9

#E601F9
(230,1,249)
#D201E3
(210,1,227)
#BE01CD
(190,1,205)
#AA01B7
(170,1,183)
#9601A1
(150,1,161)
#82018B
(130,1,139)
#6E0175
(110,1,117)
#5A015F
(90,1,95)
#460149
(70,1,73)
#320133
(50,1,51)
#1E011D
(30,1,29)
#000000
(0,0,0)

Tints of #E601F9

#E601F9
(230,1,249)
#E818F9
(232,24,249)
#EA2FF9
(234,47,249)
#EC46F9
(236,70,249)
#EE5DF9
(238,93,249)
#F074F9
(240,116,249)
#F28BF9
(242,139,249)
#F4A2F9
(244,162,249)
#F6B9F9
(246,185,249)
#F8D0F9
(248,208,249)
#FAE7F9
(250,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E601F9 color. Also use rgb(230,1,249) instead hex code.

Text Font Color

.myTextColor { color: #E601F9; }

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

This text font color is #E601F9.


Background Color

.myBgColor { background-color: #E601F9; }

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

This div background color is #E601F9.


Border color

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

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

This div border color is #E601F9.


Opacity

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

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

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

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

This text has shadow with #E601F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E601F9 on black background.


Color preview on white background

This text has color #E601F9 on white background.



Black color preview on #E601F9 background

This text has black color on #E601F9 background.


White color preview on #E601F9 background

This text has white color on #E601F9 background.