COLOR #E073FD

HEX: #E073FD RGB: (224,115,253)

Color info

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

RGB color model

#E073FD color RGB value is (224,115,253).

RGB: (224,115,253) (88%, 45%, 99%)

RGB channels and saturation

R 224 of 255 = 88%
G 115 of 255 = 45%
B 253 of 255 = 99%

224
115
253

R + G + B ~ 77%. #E073FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 115 + 253 = 592 (100%)
R 224 of 592 ~ 37.84%
G 115 of 592 ~ 19.43%
B 253 of 592 ~ 42.74'%

%37.84
%19.43
%42.74

CMYK color model

#E073FD color CMYK value is (11,55,0,1).

  • cyan value is 11.46%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (11,55,0,1)
C11M55Y0K1 (11%, 55%, 0%, 1%)
(0.11 / 0.55 / 0.00 / 0.01)

CMYK percentages

%11.46
%54.55
%0
%0.78

Codes

Color #E073FD in popluar color models

E0 73 FD
RGB 224 115 253
HSL 287° 97.18% 72.16%
HSB/HSV 287° 54.55% 99.22%
CMYK 11.46% 54.55% 0.00%
0.78%

Color #E073FD in popluar number systems.

HEX E0 73 FD
Decimal 224 115 253
Binary 11100000 1110011 11111101
Octal 340 163 375

Shades and tints

Shades of #E073FD

#E073FD
(224,115,253)
#CC69E6
(204,105,230)
#B85FCF
(184,95,207)
#A455B8
(164,85,184)
#904BA1
(144,75,161)
#7C418A
(124,65,138)
#683773
(104,55,115)
#542D5C
(84,45,92)
#402345
(64,35,69)
#2C192E
(44,25,46)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #E073FD

#E073FD
(224,115,253)
#E27FFD
(226,127,253)
#E48BFD
(228,139,253)
#E697FD
(230,151,253)
#E8A3FD
(232,163,253)
#EAAFFD
(234,175,253)
#ECBBFD
(236,187,253)
#EEC7FD
(238,199,253)
#F0D3FD
(240,211,253)
#F2DFFD
(242,223,253)
#F4EBFD
(244,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E073FD color. Also use rgb(224,115,253) instead hex code.

Text Font Color

.myTextColor { color: #E073FD; }

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

This text font color is #E073FD.

Background Color

.myBgColor { background-color: #E073FD; }

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

This div background color is #E073FD.

Border color

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

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

This div border color is #E073FD.

Opacity

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

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

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

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

This text has shadow with #E073FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E073FD.

Preview

Color preview on black background

This text has color #E073FD on black background.


Color preview on white background

This text has color #E073FD on white background.


Black color preview on #E073FD background

This text has black color on #E073FD background.


White color preview on #E073FD background

This text has white color on #E073FD background.


Related colors

Complementary color

Complementary color for #hex is #1F8C02.


I love getcolorcode.com

Triadic colors

1 #FDE073 and #73FDE0 with #E073FD are triadic colors.

2 #FD73E0 and #73E0FD with #E073FD are triadic colors.