COLOR #E074E1

HEX: #E074E1
RGB: (224,116,225)

Color info

#E074E1 contains mainly red and blue colors. Web safe color of #E074E1 is #CC66CC (or #C6C).

RGB color model

#E074E1 color RGB value is (224,116,225).

  • red value is 224;
  • green value is 116;
  • blue value is 225.
RGB: (224,116,225) (88%,45%,88%)

RGB channels and saturation

R 224 of 255 = 88%
G 116 of 255 = 45%
B 225 of 255 = 88%

224
116
225

R + G + B ~ 74%. #E074E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 116 + 225 = 565 (100%)
R 224 of 565 ~ 39.65%
G 116 of 565 ~ 20.53%
B 225 of 565 ~ 39.82%

%39.65
%20.53
%39.82

CMYK color model

#E074E1 color CMYK value is (0,48,0,12).

  • cyan value is 0.44%
  • magenta value is 48.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (0,48,0,12) C0M48Y0K12 (0%,48%,0%,12%) (0.00/0.48/0.00/0.12)

CMYK percentages

%0.44
%48.44
%0
%11.76

Codes

Color #E074E1 in popluar color models

E074E1
RGB224116225
HSL299°64.50%66.86%
HSB/HSV299°48.44%88.24%
CMYK0.44%48.44%0.00%
11.76%

Color #E074E1 in popluar number systems.

HEXE074E1
Decimal224116225
Binary11100000111010011100001
Octal340164341

Shades and tints

Shades of #E074E1

#E074E1
(224,116,225)
#CC6ACD
(204,106,205)
#B860B9
(184,96,185)
#A456A5
(164,86,165)
#904C91
(144,76,145)
#7C427D
(124,66,125)
#683869
(104,56,105)
#542E55
(84,46,85)
#402441
(64,36,65)
#2C1A2D
(44,26,45)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #E074E1

#E074E1
(224,116,225)
#E280E3
(226,128,227)
#E48CE5
(228,140,229)
#E698E7
(230,152,231)
#E8A4E9
(232,164,233)
#EAB0EB
(234,176,235)
#ECBCED
(236,188,237)
#EEC8EF
(238,200,239)
#F0D4F1
(240,212,241)
#F2E0F3
(242,224,243)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E074E1 color. Also use rgb(224,116,225) instead hex code.

Text Font Color

.myTextColor { color: #E074E1; }

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

This text font color is #E074E1.


Background Color

.myBgColor { background-color: #E074E1; }

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

This div background color is #E074E1.


Border color

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

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

This div border color is #E074E1.


Opacity

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

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

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

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

This text has shadow with #E074E1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E074E1 on black background.


Color preview on white background

This text has color #E074E1 on white background.



Black color preview on #E074E1 background

This text has black color on #E074E1 background.


White color preview on #E074E1 background

This text has white color on #E074E1 background.