COLOR #E574EF

HEX: #E574EF
RGB: (229,116,239)

Color info

#E574EF contains mainly red and blue colors. Web safe color of #E574EF is #CC66FF (or #C6F).

RGB color model

#E574EF color RGB value is (229,116,239).

  • red value is 229;
  • green value is 116;
  • blue value is 239.
RGB:
(229,116,239)
(90%,45%,94%)

RGB channels and saturation

R 229 of 255 = 90%
G 116 of 255 = 45%
B 239 of 255 = 94%

229
116
239

R + G + B ~ 76%. #E574EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 116 + 239 = 584 (100%)
R 229 of 584 ~ 39.21%
G 116 of 584 ~ 19.86%
B 239 of 584 ~ 40.92%

%39.21
%19.86
%40.92

CMYK color model

#E574EF color CMYK value is (4,51,0,6).

  • cyan value is 4.18%
  • magenta value is 51.46%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(4,51,0,6)
C4M51Y0K6 
(4%,51%,0%,6%)
(0.04/0.51/0.00/0.06)	

CMYK percentages

%4.18
%51.46
%0
%6.27

Codes

Color #E574EF in popluar color models

E574EF
RGB229116239
HSL295°79.35%69.61%
HSB/HSV295°51.46%93.73%
CMYK4.18%51.46%0.00%
6.27%

Color #E574EF in popluar number systems.

HEXE574EF
Decimal229116239
Binary11100101111010011101111
Octal345164357

Shades and tints

Shades of #E574EF

#E574EF
(229,116,239)
#D16ADA
(209,106,218)
#BD60C5
(189,96,197)
#A956B0
(169,86,176)
#954C9B
(149,76,155)
#814286
(129,66,134)
#6D3871
(109,56,113)
#592E5C
(89,46,92)
#452447
(69,36,71)
#311A32
(49,26,50)
#1D101D
(29,16,29)
#000000
(0,0,0)

Tints of #E574EF

#E574EF
(229,116,239)
#E780F0
(231,128,240)
#E98CF1
(233,140,241)
#EB98F2
(235,152,242)
#EDA4F3
(237,164,243)
#EFB0F4
(239,176,244)
#F1BCF5
(241,188,245)
#F3C8F6
(243,200,246)
#F5D4F7
(245,212,247)
#F7E0F8
(247,224,248)
#F9ECF9
(249,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E574EF color. Also use rgb(229,116,239) instead hex code.

Text Font Color

.myTextColor { color: #E574EF; }

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

This text font color is #E574EF.


Background Color

.myBgColor { background-color: #E574EF; }

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

This div background color is #E574EF.


Border color

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

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

This div border color is #E574EF.


Opacity

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

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

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

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

This text has shadow with #E574EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E574EF on black background.


Color preview on white background

This text has color #E574EF on white background.



Black color preview on #E574EF background

This text has black color on #E574EF background.


White color preview on #E574EF background

This text has white color on #E574EF background.