COLOR #EB5EF4

HEX: #EB5EF4
RGB: (235,94,244)

Color info

#EB5EF4 contains mainly red and blue colors. Web safe color of #EB5EF4 is #FF66FF (or #F6F).

RGB color model

#EB5EF4 color RGB value is (235,94,244).

  • red value is 235;
  • green value is 94;
  • blue value is 244.
RGB:
(235,94,244)
(92%,37%,96%)

RGB channels and saturation

R 235 of 255 = 92%
G 94 of 255 = 37%
B 244 of 255 = 96%

235
94
244

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

Portions of RGB colors in percentages

R + G + B =
235 + 94 + 244 = 573 (100%)
R 235 of 573 ~ 41.01%
G 94 of 573 ~ 16.4%
B 244 of 573 ~ 42.58%

%41.01
%16.4
%42.58

CMYK color model

#EB5EF4 color CMYK value is (4,61,0,4).

  • cyan value is 3.69%
  • magenta value is 61.48%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(4,61,0,4)
C4M61Y0K4 
(4%,61%,0%,4%)
(0.04/0.61/0.00/0.04)	

CMYK percentages

%3.69
%61.48
%0
%4.31

Codes

Color #EB5EF4 in popluar color models

EB5EF4
RGB23594244
HSL296°87.21%66.27%
HSB/HSV296°61.48%95.69%
CMYK3.69%61.48%0.00%
4.31%

Color #EB5EF4 in popluar number systems.

HEXEB5EF4
Decimal23594244
Binary11101011101111011110100
Octal353136364

Shades and tints

Shades of #EB5EF4

#EB5EF4
(235,94,244)
#D656DE
(214,86,222)
#C14EC8
(193,78,200)
#AC46B2
(172,70,178)
#973E9C
(151,62,156)
#823686
(130,54,134)
#6D2E70
(109,46,112)
#58265A
(88,38,90)
#431E44
(67,30,68)
#2E162E
(46,22,46)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #EB5EF4

#EB5EF4
(235,94,244)
#EC6CF5
(236,108,245)
#ED7AF6
(237,122,246)
#EE88F7
(238,136,247)
#EF96F8
(239,150,248)
#F0A4F9
(240,164,249)
#F1B2FA
(241,178,250)
#F2C0FB
(242,192,251)
#F3CEFC
(243,206,252)
#F4DCFD
(244,220,253)
#F5EAFE
(245,234,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5EF4 color. Also use rgb(235,94,244) instead hex code.

Text Font Color

.myTextColor { color: #EB5EF4; }

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

This text font color is #EB5EF4.


Background Color

.myBgColor { background-color: #EB5EF4; }

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

This div background color is #EB5EF4.


Border color

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

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

This div border color is #EB5EF4.


Opacity

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

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

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

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

This text has shadow with #EB5EF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5EF4 on black background.


Color preview on white background

This text has color #EB5EF4 on white background.



Black color preview on #EB5EF4 background

This text has black color on #EB5EF4 background.


White color preview on #EB5EF4 background

This text has white color on #EB5EF4 background.