COLOR #EB2EE5

HEX: #EB2EE5
RGB: (235,46,229)

Color info

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

RGB color model

#EB2EE5 color RGB value is (235,46,229).

  • red value is 235;
  • green value is 46;
  • blue value is 229.
RGB:
(235,46,229)
(92%,18%,90%)

RGB channels and saturation

R 235 of 255 = 92%
G 46 of 255 = 18%
B 229 of 255 = 90%

235
46
229

R + G + B ~ 67%. #EB2EE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 46 + 229 = 510 (100%)
R 235 of 510 ~ 46.08%
G 46 of 510 ~ 9.02%
B 229 of 510 ~ 44.9%

%46.08
%44.9

CMYK color model

#EB2EE5 color CMYK value is (0,80,3,8).

  • cyan value is 0.00%
  • magenta value is 80.43%
  • yellow value is 2.55%
  • key color value is 7.84%
CMYK:
(0,80,3,8)
C0M80Y3K8 
(0%,80%,3%,8%)
(0.00/0.80/0.03/0.08)	

CMYK percentages

%0
%80.43
%2.55
%7.84

Codes

Color #EB2EE5 in popluar color models

EB2EE5
RGB23546229
HSL302°82.53%55.10%
HSB/HSV302°80.43%92.16%
CMYK0.00%80.43%2.55%
7.84%

Color #EB2EE5 in popluar number systems.

HEXEB2EE5
Decimal23546229
Binary1110101110111011100101
Octal35356345

Shades and tints

Shades of #EB2EE5

#EB2EE5
(235,46,229)
#D62AD1
(214,42,209)
#C126BD
(193,38,189)
#AC22A9
(172,34,169)
#971E95
(151,30,149)
#821A81
(130,26,129)
#6D166D
(109,22,109)
#581259
(88,18,89)
#430E45
(67,14,69)
#2E0A31
(46,10,49)
#19061D
(25,6,29)
#000000
(0,0,0)

Tints of #EB2EE5

#EB2EE5
(235,46,229)
#EC41E7
(236,65,231)
#ED54E9
(237,84,233)
#EE67EB
(238,103,235)
#EF7AED
(239,122,237)
#F08DEF
(240,141,239)
#F1A0F1
(241,160,241)
#F2B3F3
(242,179,243)
#F3C6F5
(243,198,245)
#F4D9F7
(244,217,247)
#F5ECF9
(245,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB2EE5 color. Also use rgb(235,46,229) instead hex code.

Text Font Color

.myTextColor { color: #EB2EE5; }

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

This text font color is #EB2EE5.


Background Color

.myBgColor { background-color: #EB2EE5; }

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

This div background color is #EB2EE5.


Border color

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

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

This div border color is #EB2EE5.


Opacity

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

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

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

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

This text has shadow with #EB2EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB2EE5 on black background.


Color preview on white background

This text has color #EB2EE5 on white background.



Black color preview on #EB2EE5 background

This text has black color on #EB2EE5 background.


White color preview on #EB2EE5 background

This text has white color on #EB2EE5 background.