COLOR #E303F3

HEX: #E303F3
RGB: (227,3,243)

Color info

#E303F3 contains mainly red and blue colors. Web safe color of #E303F3 is #CC00FF (or #C0F).

RGB color model

#E303F3 color RGB value is (227,3,243).

  • red value is 227;
  • green value is 3;
  • blue value is 243.
RGB:
(227,3,243)
(89%,1%,95%)

RGB channels and saturation

R 227 of 255 = 89%
G 3 of 255 = 1%
B 243 of 255 = 95%

227
3
243

R + G + B ~ 62%. #E303F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 3 + 243 = 473 (100%)
R 227 of 473 ~ 47.99%
G 3 of 473 ~ 0.63%
B 243 of 473 ~ 51.37%

%47.99
%51.37

CMYK color model

#E303F3 color CMYK value is (7,99,0,5).

  • cyan value is 6.58%
  • magenta value is 98.77%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(7,99,0,5)
C7M99Y0K5 
(7%,99%,0%,5%)
(0.07/0.99/0.00/0.05)	

CMYK percentages

%6.58
%98.77
%0
%4.71

Codes

Color #E303F3 in popluar color models

E303F3
RGB2273243
HSL296°97.56%48.24%
HSB/HSV296°98.77%95.29%
CMYK6.58%98.77%0.00%
4.71%

Color #E303F3 in popluar number systems.

HEXE303F3
Decimal2273243
Binary111000111111110011
Octal3433363

Shades and tints

Shades of #E303F3

#E303F3
(227,3,243)
#CF03DD
(207,3,221)
#BB03C7
(187,3,199)
#A703B1
(167,3,177)
#93039B
(147,3,155)
#7F0385
(127,3,133)
#6B036F
(107,3,111)
#570359
(87,3,89)
#430343
(67,3,67)
#2F032D
(47,3,45)
#1B0317
(27,3,23)
#000000
(0,0,0)

Tints of #E303F3

#E303F3
(227,3,243)
#E519F4
(229,25,244)
#E72FF5
(231,47,245)
#E945F6
(233,69,246)
#EB5BF7
(235,91,247)
#ED71F8
(237,113,248)
#EF87F9
(239,135,249)
#F19DFA
(241,157,250)
#F3B3FB
(243,179,251)
#F5C9FC
(245,201,252)
#F7DFFD
(247,223,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E303F3 color. Also use rgb(227,3,243) instead hex code.

Text Font Color

.myTextColor { color: #E303F3; }

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

This text font color is #E303F3.


Background Color

.myBgColor { background-color: #E303F3; }

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

This div background color is #E303F3.


Border color

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

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

This div border color is #E303F3.


Opacity

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

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

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

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

This text has shadow with #E303F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E303F3 on black background.


Color preview on white background

This text has color #E303F3 on white background.



Black color preview on #E303F3 background

This text has black color on #E303F3 background.


White color preview on #E303F3 background

This text has white color on #E303F3 background.