COLOR #E36BF2

HEX: #E36BF2
RGB: (227,107,242)

Color info

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

RGB color model

#E36BF2 color RGB value is (227,107,242).

  • red value is 227;
  • green value is 107;
  • blue value is 242.
RGB:
(227,107,242)
(89%,42%,95%)

RGB channels and saturation

R 227 of 255 = 89%
G 107 of 255 = 42%
B 242 of 255 = 95%

227
107
242

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

Portions of RGB colors in percentages

R + G + B =
227 + 107 + 242 = 576 (100%)
R 227 of 576 ~ 39.41%
G 107 of 576 ~ 18.58%
B 242 of 576 ~ 42.01%

%39.41
%18.58
%42.01

CMYK color model

#E36BF2 color CMYK value is (6,56,0,5).

  • cyan value is 6.20%
  • magenta value is 55.79%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(6,56,0,5)
C6M56Y0K5 
(6%,56%,0%,5%)
(0.06/0.56/0.00/0.05)	

CMYK percentages

%6.2
%55.79
%0
%5.1

Codes

Color #E36BF2 in popluar color models

E36BF2
RGB227107242
HSL293°83.85%68.43%
HSB/HSV293°55.79%94.90%
CMYK6.20%55.79%0.00%
5.10%

Color #E36BF2 in popluar number systems.

HEXE36BF2
Decimal227107242
Binary11100011110101111110010
Octal343153362

Shades and tints

Shades of #E36BF2

#E36BF2
(227,107,242)
#CF62DC
(207,98,220)
#BB59C6
(187,89,198)
#A750B0
(167,80,176)
#93479A
(147,71,154)
#7F3E84
(127,62,132)
#6B356E
(107,53,110)
#572C58
(87,44,88)
#432342
(67,35,66)
#2F1A2C
(47,26,44)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #E36BF2

#E36BF2
(227,107,242)
#E578F3
(229,120,243)
#E785F4
(231,133,244)
#E992F5
(233,146,245)
#EB9FF6
(235,159,246)
#EDACF7
(237,172,247)
#EFB9F8
(239,185,248)
#F1C6F9
(241,198,249)
#F3D3FA
(243,211,250)
#F5E0FB
(245,224,251)
#F7EDFC
(247,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E36BF2 color. Also use rgb(227,107,242) instead hex code.

Text Font Color

.myTextColor { color: #E36BF2; }

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

This text font color is #E36BF2.


Background Color

.myBgColor { background-color: #E36BF2; }

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

This div background color is #E36BF2.


Border color

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

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

This div border color is #E36BF2.


Opacity

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

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

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

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

This text has shadow with #E36BF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E36BF2 on black background.


Color preview on white background

This text has color #E36BF2 on white background.



Black color preview on #E36BF2 background

This text has black color on #E36BF2 background.


White color preview on #E36BF2 background

This text has white color on #E36BF2 background.