COLOR #E360F8

HEX: #E360F8
RGB: (227,96,248)

Color info

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

RGB color model

#E360F8 color RGB value is (227,96,248).

  • red value is 227;
  • green value is 96;
  • blue value is 248.
RGB:
(227,96,248)
(89%,38%,97%)

RGB channels and saturation

R 227 of 255 = 89%
G 96 of 255 = 38%
B 248 of 255 = 97%

227
96
248

R + G + B ~ 75%. #E360F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 96 + 248 = 571 (100%)
R 227 of 571 ~ 39.75%
G 96 of 571 ~ 16.81%
B 248 of 571 ~ 43.43%

%39.75
%16.81
%43.43

CMYK color model

#E360F8 color CMYK value is (8,61,0,3).

  • cyan value is 8.47%
  • magenta value is 61.29%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(8,61,0,3)
C8M61Y0K3 
(8%,61%,0%,3%)
(0.08/0.61/0.00/0.03)	

CMYK percentages

%8.47
%61.29
%0
%2.75

Codes

Color #E360F8 in popluar color models

E360F8
RGB22796248
HSL292°91.57%67.45%
HSB/HSV292°61.29%97.25%
CMYK8.47%61.29%0.00%
2.75%

Color #E360F8 in popluar number systems.

HEXE360F8
Decimal22796248
Binary11100011110000011111000
Octal343140370

Shades and tints

Shades of #E360F8

#E360F8
(227,96,248)
#CF58E2
(207,88,226)
#BB50CC
(187,80,204)
#A748B6
(167,72,182)
#9340A0
(147,64,160)
#7F388A
(127,56,138)
#6B3074
(107,48,116)
#57285E
(87,40,94)
#432048
(67,32,72)
#2F1832
(47,24,50)
#1B101C
(27,16,28)
#000000
(0,0,0)

Tints of #E360F8

#E360F8
(227,96,248)
#E56EF8
(229,110,248)
#E77CF8
(231,124,248)
#E98AF8
(233,138,248)
#EB98F8
(235,152,248)
#EDA6F8
(237,166,248)
#EFB4F8
(239,180,248)
#F1C2F8
(241,194,248)
#F3D0F8
(243,208,248)
#F5DEF8
(245,222,248)
#F7ECF8
(247,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E360F8 color. Also use rgb(227,96,248) instead hex code.

Text Font Color

.myTextColor { color: #E360F8; }

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

This text font color is #E360F8.


Background Color

.myBgColor { background-color: #E360F8; }

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

This div background color is #E360F8.


Border color

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

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

This div border color is #E360F8.


Opacity

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

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

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

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

This text has shadow with #E360F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E360F8 on black background.


Color preview on white background

This text has color #E360F8 on white background.



Black color preview on #E360F8 background

This text has black color on #E360F8 background.


White color preview on #E360F8 background

This text has white color on #E360F8 background.