COLOR #EB1DE1

HEX: #EB1DE1
RGB: (235,29,225)

Color info

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

RGB color model

#EB1DE1 color RGB value is (235,29,225).

  • red value is 235;
  • green value is 29;
  • blue value is 225.
RGB:
(235,29,225)
(92%,11%,88%)

RGB channels and saturation

R 235 of 255 = 92%
G 29 of 255 = 11%
B 225 of 255 = 88%

235
29
225

R + G + B ~ 64%. #EB1DE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 29 + 225 = 489 (100%)
R 235 of 489 ~ 48.06%
G 29 of 489 ~ 5.93%
B 225 of 489 ~ 46.01%

%48.06
%46.01

CMYK color model

#EB1DE1 color CMYK value is (0,88,4,8).

  • cyan value is 0.00%
  • magenta value is 87.66%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(0,88,4,8)
C0M88Y4K8 
(0%,88%,4%,8%)
(0.00/0.88/0.04/0.08)	

CMYK percentages

%0
%87.66
%4.26
%7.84

Codes

Color #EB1DE1 in popluar color models

EB1DE1
RGB23529225
HSL303°83.74%51.76%
HSB/HSV303°87.66%92.16%
CMYK0.00%87.66%4.26%
7.84%

Color #EB1DE1 in popluar number systems.

HEXEB1DE1
Decimal23529225
Binary111010111110111100001
Octal35335341

Shades and tints

Shades of #EB1DE1

#EB1DE1
(235,29,225)
#D61BCD
(214,27,205)
#C119B9
(193,25,185)
#AC17A5
(172,23,165)
#971591
(151,21,145)
#82137D
(130,19,125)
#6D1169
(109,17,105)
#580F55
(88,15,85)
#430D41
(67,13,65)
#2E0B2D
(46,11,45)
#190919
(25,9,25)
#000000
(0,0,0)

Tints of #EB1DE1

#EB1DE1
(235,29,225)
#EC31E3
(236,49,227)
#ED45E5
(237,69,229)
#EE59E7
(238,89,231)
#EF6DE9
(239,109,233)
#F081EB
(240,129,235)
#F195ED
(241,149,237)
#F2A9EF
(242,169,239)
#F3BDF1
(243,189,241)
#F4D1F3
(244,209,243)
#F5E5F5
(245,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB1DE1 color. Also use rgb(235,29,225) instead hex code.

Text Font Color

.myTextColor { color: #EB1DE1; }

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

This text font color is #EB1DE1.


Background Color

.myBgColor { background-color: #EB1DE1; }

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

This div background color is #EB1DE1.


Border color

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

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

This div border color is #EB1DE1.


Opacity

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

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

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

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

This text has shadow with #EB1DE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB1DE1 on black background.


Color preview on white background

This text has color #EB1DE1 on white background.



Black color preview on #EB1DE1 background

This text has black color on #EB1DE1 background.


White color preview on #EB1DE1 background

This text has white color on #EB1DE1 background.