COLOR #E619F0

HEX: #E619F0
RGB: (230,25,240)

Color info

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

RGB color model

#E619F0 color RGB value is (230,25,240).

  • red value is 230;
  • green value is 25;
  • blue value is 240.
RGB:
(230,25,240)
(90%,10%,94%)

RGB channels and saturation

R 230 of 255 = 90%
G 25 of 255 = 10%
B 240 of 255 = 94%

230
25
240

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

Portions of RGB colors in percentages

R + G + B =
230 + 25 + 240 = 495 (100%)
R 230 of 495 ~ 46.46%
G 25 of 495 ~ 5.05%
B 240 of 495 ~ 48.48%

%46.46
%48.48

CMYK color model

#E619F0 color CMYK value is (4,90,0,6).

  • cyan value is 4.17%
  • magenta value is 89.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(4,90,0,6)
C4M90Y0K6 
(4%,90%,0%,6%)
(0.04/0.90/0.00/0.06)	

CMYK percentages

%4.17
%89.58
%0
%5.88

Codes

Color #E619F0 in popluar color models

E619F0
RGB23025240
HSL297°87.76%51.96%
HSB/HSV297°89.58%94.12%
CMYK4.17%89.58%0.00%
5.88%

Color #E619F0 in popluar number systems.

HEXE619F0
Decimal23025240
Binary111001101100111110000
Octal34631360

Shades and tints

Shades of #E619F0

#E619F0
(230,25,240)
#D217DB
(210,23,219)
#BE15C6
(190,21,198)
#AA13B1
(170,19,177)
#96119C
(150,17,156)
#820F87
(130,15,135)
#6E0D72
(110,13,114)
#5A0B5D
(90,11,93)
#460948
(70,9,72)
#320733
(50,7,51)
#1E051E
(30,5,30)
#000000
(0,0,0)

Tints of #E619F0

#E619F0
(230,25,240)
#E82DF1
(232,45,241)
#EA41F2
(234,65,242)
#EC55F3
(236,85,243)
#EE69F4
(238,105,244)
#F07DF5
(240,125,245)
#F291F6
(242,145,246)
#F4A5F7
(244,165,247)
#F6B9F8
(246,185,248)
#F8CDF9
(248,205,249)
#FAE1FA
(250,225,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E619F0 color. Also use rgb(230,25,240) instead hex code.

Text Font Color

.myTextColor { color: #E619F0; }

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

This text font color is #E619F0.


Background Color

.myBgColor { background-color: #E619F0; }

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

This div background color is #E619F0.


Border color

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

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

This div border color is #E619F0.


Opacity

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

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

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

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

This text has shadow with #E619F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E619F0 on black background.


Color preview on white background

This text has color #E619F0 on white background.



Black color preview on #E619F0 background

This text has black color on #E619F0 background.


White color preview on #E619F0 background

This text has white color on #E619F0 background.