COLOR #E018EF

HEX: #E018EF
RGB: (224,24,239)

Color info

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

RGB color model

#E018EF color RGB value is (224,24,239).

  • red value is 224;
  • green value is 24;
  • blue value is 239.
RGB:
(224,24,239)
(88%,9%,94%)

RGB channels and saturation

R 224 of 255 = 88%
G 24 of 255 = 9%
B 239 of 255 = 94%

224
24
239

R + G + B ~ 64%. #E018EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 24 + 239 = 487 (100%)
R 224 of 487 ~ 46%
G 24 of 487 ~ 4.93%
B 239 of 487 ~ 49.08%

%46
%49.08

CMYK color model

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

  • cyan value is 6.28%
  • magenta value is 89.96%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,90,0,6)
C6M90Y0K6 
(6%,90%,0%,6%)
(0.06/0.90/0.00/0.06)	

CMYK percentages

%6.28
%89.96
%0
%6.27

Codes

Color #E018EF in popluar color models

E018EF
RGB22424239
HSL296°87.04%51.57%
HSB/HSV296°89.96%93.73%
CMYK6.28%89.96%0.00%
6.27%

Color #E018EF in popluar number systems.

HEXE018EF
Decimal22424239
Binary111000001100011101111
Octal34030357

Shades and tints

Shades of #E018EF

#E018EF
(224,24,239)
#CC16DA
(204,22,218)
#B814C5
(184,20,197)
#A412B0
(164,18,176)
#90109B
(144,16,155)
#7C0E86
(124,14,134)
#680C71
(104,12,113)
#540A5C
(84,10,92)
#400847
(64,8,71)
#2C0632
(44,6,50)
#18041D
(24,4,29)
#000000
(0,0,0)

Tints of #E018EF

#E018EF
(224,24,239)
#E22DF0
(226,45,240)
#E442F1
(228,66,241)
#E657F2
(230,87,242)
#E86CF3
(232,108,243)
#EA81F4
(234,129,244)
#EC96F5
(236,150,245)
#EEABF6
(238,171,246)
#F0C0F7
(240,192,247)
#F2D5F8
(242,213,248)
#F4EAF9
(244,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E018EF color. Also use rgb(224,24,239) instead hex code.

Text Font Color

.myTextColor { color: #E018EF; }

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

This text font color is #E018EF.


Background Color

.myBgColor { background-color: #E018EF; }

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

This div background color is #E018EF.


Border color

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

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

This div border color is #E018EF.


Opacity

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

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

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

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

This text has shadow with #E018EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E018EF on black background.


Color preview on white background

This text has color #E018EF on white background.



Black color preview on #E018EF background

This text has black color on #E018EF background.


White color preview on #E018EF background

This text has white color on #E018EF background.