COLOR #E970F7

HEX: #E970F7
RGB: (233,112,247)

Color info

#E970F7 contains mainly red and blue colors. Web safe color of #E970F7 is #FF66FF (or #F6F).

RGB color model

#E970F7 color RGB value is (233,112,247).

  • red value is 233;
  • green value is 112;
  • blue value is 247.
RGB:
(233,112,247)
(91%,44%,97%)

RGB channels and saturation

R 233 of 255 = 91%
G 112 of 255 = 44%
B 247 of 255 = 97%

233
112
247

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

Portions of RGB colors in percentages

R + G + B =
233 + 112 + 247 = 592 (100%)
R 233 of 592 ~ 39.36%
G 112 of 592 ~ 18.92%
B 247 of 592 ~ 41.72%

%39.36
%18.92
%41.72

CMYK color model

#E970F7 color CMYK value is (6,55,0,3).

  • cyan value is 5.67%
  • magenta value is 54.66%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(6,55,0,3)
C6M55Y0K3 
(6%,55%,0%,3%)
(0.06/0.55/0.00/0.03)	

CMYK percentages

%5.67
%54.66
%0
%3.14

Codes

Color #E970F7 in popluar color models

E970F7
RGB233112247
HSL294°89.40%70.39%
HSB/HSV294°54.66%96.86%
CMYK5.67%54.66%0.00%
3.14%

Color #E970F7 in popluar number systems.

HEXE970F7
Decimal233112247
Binary11101001111000011110111
Octal351160367

Shades and tints

Shades of #E970F7

#E970F7
(233,112,247)
#D466E1
(212,102,225)
#BF5CCB
(191,92,203)
#AA52B5
(170,82,181)
#95489F
(149,72,159)
#803E89
(128,62,137)
#6B3473
(107,52,115)
#562A5D
(86,42,93)
#412047
(65,32,71)
#2C1631
(44,22,49)
#170C1B
(23,12,27)
#000000
(0,0,0)

Tints of #E970F7

#E970F7
(233,112,247)
#EB7DF7
(235,125,247)
#ED8AF7
(237,138,247)
#EF97F7
(239,151,247)
#F1A4F7
(241,164,247)
#F3B1F7
(243,177,247)
#F5BEF7
(245,190,247)
#F7CBF7
(247,203,247)
#F9D8F7
(249,216,247)
#FBE5F7
(251,229,247)
#FDF2F7
(253,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E970F7 color. Also use rgb(233,112,247) instead hex code.

Text Font Color

.myTextColor { color: #E970F7; }

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

This text font color is #E970F7.


Background Color

.myBgColor { background-color: #E970F7; }

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

This div background color is #E970F7.


Border color

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

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

This div border color is #E970F7.


Opacity

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

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

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

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

This text has shadow with #E970F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E970F7 on black background.


Color preview on white background

This text has color #E970F7 on white background.



Black color preview on #E970F7 background

This text has black color on #E970F7 background.


White color preview on #E970F7 background

This text has white color on #E970F7 background.