COLOR #E37CFC

HEX: #E37CFC
RGB: (227,124,252)

Color info

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

RGB color model

#E37CFC color RGB value is (227,124,252).

  • red value is 227;
  • green value is 124;
  • blue value is 252.
RGB:
(227,124,252)
(89%,49%,99%)

RGB channels and saturation

R 227 of 255 = 89%
G 124 of 255 = 49%
B 252 of 255 = 99%

227
124
252

R + G + B ~ 79%. #E37CFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 124 + 252 = 603 (100%)
R 227 of 603 ~ 37.65%
G 124 of 603 ~ 20.56%
B 252 of 603 ~ 41.79%

%37.65
%20.56
%41.79

CMYK color model

#E37CFC color CMYK value is (10,51,0,1).

  • cyan value is 9.92%
  • magenta value is 50.79%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(10,51,0,1)
C10M51Y0K1 
(10%,51%,0%,1%)
(0.10/0.51/0.00/0.01)	

CMYK percentages

%9.92
%50.79
%0
%1.18

Codes

Color #E37CFC in popluar color models

E37CFC
RGB227124252
HSL288°95.52%73.73%
HSB/HSV288°50.79%98.82%
CMYK9.92%50.79%0.00%
1.18%

Color #E37CFC in popluar number systems.

HEXE37CFC
Decimal227124252
Binary11100011111110011111100
Octal343174374

Shades and tints

Shades of #E37CFC

#E37CFC
(227,124,252)
#CF71E6
(207,113,230)
#BB66D0
(187,102,208)
#A75BBA
(167,91,186)
#9350A4
(147,80,164)
#7F458E
(127,69,142)
#6B3A78
(107,58,120)
#572F62
(87,47,98)
#43244C
(67,36,76)
#2F1936
(47,25,54)
#1B0E20
(27,14,32)
#000000
(0,0,0)

Tints of #E37CFC

#E37CFC
(227,124,252)
#E587FC
(229,135,252)
#E792FC
(231,146,252)
#E99DFC
(233,157,252)
#EBA8FC
(235,168,252)
#EDB3FC
(237,179,252)
#EFBEFC
(239,190,252)
#F1C9FC
(241,201,252)
#F3D4FC
(243,212,252)
#F5DFFC
(245,223,252)
#F7EAFC
(247,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E37CFC color. Also use rgb(227,124,252) instead hex code.

Text Font Color

.myTextColor { color: #E37CFC; }

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

This text font color is #E37CFC.


Background Color

.myBgColor { background-color: #E37CFC; }

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

This div background color is #E37CFC.


Border color

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

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

This div border color is #E37CFC.


Opacity

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

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

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

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

This text has shadow with #E37CFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E37CFC on black background.


Color preview on white background

This text has color #E37CFC on white background.



Black color preview on #E37CFC background

This text has black color on #E37CFC background.


White color preview on #E37CFC background

This text has white color on #E37CFC background.