COLOR #E370FB

HEX: #E370FB
RGB: (227,112,251)

Color info

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

RGB color model

#E370FB color RGB value is (227,112,251).

  • red value is 227;
  • green value is 112;
  • blue value is 251.
RGB:
(227,112,251)
(89%,44%,98%)

RGB channels and saturation

R 227 of 255 = 89%
G 112 of 255 = 44%
B 251 of 255 = 98%

227
112
251

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

Portions of RGB colors in percentages

R + G + B =
227 + 112 + 251 = 590 (100%)
R 227 of 590 ~ 38.47%
G 112 of 590 ~ 18.98%
B 251 of 590 ~ 42.54%

%38.47
%18.98
%42.54

CMYK color model

#E370FB color CMYK value is (10,55,0,2).

  • cyan value is 9.56%
  • magenta value is 55.38%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(10,55,0,2)
C10M55Y0K2 
(10%,55%,0%,2%)
(0.10/0.55/0.00/0.02)	

CMYK percentages

%9.56
%55.38
%0
%1.57

Codes

Color #E370FB in popluar color models

E370FB
RGB227112251
HSL290°94.56%71.18%
HSB/HSV290°55.38%98.43%
CMYK9.56%55.38%0.00%
1.57%

Color #E370FB in popluar number systems.

HEXE370FB
Decimal227112251
Binary11100011111000011111011
Octal343160373

Shades and tints

Shades of #E370FB

#E370FB
(227,112,251)
#CF66E5
(207,102,229)
#BB5CCF
(187,92,207)
#A752B9
(167,82,185)
#9348A3
(147,72,163)
#7F3E8D
(127,62,141)
#6B3477
(107,52,119)
#572A61
(87,42,97)
#43204B
(67,32,75)
#2F1635
(47,22,53)
#1B0C1F
(27,12,31)
#000000
(0,0,0)

Tints of #E370FB

#E370FB
(227,112,251)
#E57DFB
(229,125,251)
#E78AFB
(231,138,251)
#E997FB
(233,151,251)
#EBA4FB
(235,164,251)
#EDB1FB
(237,177,251)
#EFBEFB
(239,190,251)
#F1CBFB
(241,203,251)
#F3D8FB
(243,216,251)
#F5E5FB
(245,229,251)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E370FB color. Also use rgb(227,112,251) instead hex code.

Text Font Color

.myTextColor { color: #E370FB; }

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

This text font color is #E370FB.


Background Color

.myBgColor { background-color: #E370FB; }

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

This div background color is #E370FB.


Border color

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

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

This div border color is #E370FB.


Opacity

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

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

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

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

This text has shadow with #E370FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E370FB on black background.


Color preview on white background

This text has color #E370FB on white background.



Black color preview on #E370FB background

This text has black color on #E370FB background.


White color preview on #E370FB background

This text has white color on #E370FB background.