COLOR #EF36E6

HEX: #EF36E6
RGB: (239,54,230)

Color info

#EF36E6 contains mainly red and blue colors. Web safe color of #EF36E6 is #FF33CC (or #F3C).

RGB color model

#EF36E6 color RGB value is (239,54,230).

  • red value is 239;
  • green value is 54;
  • blue value is 230.
RGB:
(239,54,230)
(94%,21%,90%)

RGB channels and saturation

R 239 of 255 = 94%
G 54 of 255 = 21%
B 230 of 255 = 90%

239
54
230

R + G + B ~ 68%. #EF36E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 54 + 230 = 523 (100%)
R 239 of 523 ~ 45.7%
G 54 of 523 ~ 10.33%
B 230 of 523 ~ 43.98%

%45.7
%10.33
%43.98

CMYK color model

#EF36E6 color CMYK value is (0,77,4,6).

  • cyan value is 0.00%
  • magenta value is 77.41%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK:
(0,77,4,6)
C0M77Y4K6 
(0%,77%,4%,6%)
(0.00/0.77/0.04/0.06)	

CMYK percentages

%0
%77.41
%3.77
%6.27

Codes

Color #EF36E6 in popluar color models

EF36E6
RGB23954230
HSL303°85.25%57.45%
HSB/HSV303°77.41%93.73%
CMYK0.00%77.41%3.77%
6.27%

Color #EF36E6 in popluar number systems.

HEXEF36E6
Decimal23954230
Binary1110111111011011100110
Octal35766346

Shades and tints

Shades of #EF36E6

#EF36E6
(239,54,230)
#DA32D2
(218,50,210)
#C52EBE
(197,46,190)
#B02AAA
(176,42,170)
#9B2696
(155,38,150)
#862282
(134,34,130)
#711E6E
(113,30,110)
#5C1A5A
(92,26,90)
#471646
(71,22,70)
#321232
(50,18,50)
#1D0E1E
(29,14,30)
#000000
(0,0,0)

Tints of #EF36E6

#EF36E6
(239,54,230)
#F048E8
(240,72,232)
#F15AEA
(241,90,234)
#F26CEC
(242,108,236)
#F37EEE
(243,126,238)
#F490F0
(244,144,240)
#F5A2F2
(245,162,242)
#F6B4F4
(246,180,244)
#F7C6F6
(247,198,246)
#F8D8F8
(248,216,248)
#F9EAFA
(249,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF36E6 color. Also use rgb(239,54,230) instead hex code.

Text Font Color

.myTextColor { color: #EF36E6; }

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

This text font color is #EF36E6.


Background Color

.myBgColor { background-color: #EF36E6; }

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

This div background color is #EF36E6.


Border color

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

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

This div border color is #EF36E6.


Opacity

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

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

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

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

This text has shadow with #EF36E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF36E6 on black background.


Color preview on white background

This text has color #EF36E6 on white background.



Black color preview on #EF36E6 background

This text has black color on #EF36E6 background.


White color preview on #EF36E6 background

This text has white color on #EF36E6 background.