COLOR #EB57F1

HEX: #EB57F1
RGB: (235,87,241)

Color info

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

RGB color model

#EB57F1 color RGB value is (235,87,241).

  • red value is 235;
  • green value is 87;
  • blue value is 241.
RGB:
(235,87,241)
(92%,34%,95%)

RGB channels and saturation

R 235 of 255 = 92%
G 87 of 255 = 34%
B 241 of 255 = 95%

235
87
241

R + G + B ~ 74%. #EB57F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 87 + 241 = 563 (100%)
R 235 of 563 ~ 41.74%
G 87 of 563 ~ 15.45%
B 241 of 563 ~ 42.81%

%41.74
%15.45
%42.81

CMYK color model

#EB57F1 color CMYK value is (2,64,0,5).

  • cyan value is 2.49%
  • magenta value is 63.90%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(2,64,0,5)
C2M64Y0K5 
(2%,64%,0%,5%)
(0.02/0.64/0.00/0.05)	

CMYK percentages

%2.49
%63.9
%0
%5.49

Codes

Color #EB57F1 in popluar color models

EB57F1
RGB23587241
HSL298°84.62%64.31%
HSB/HSV298°63.90%94.51%
CMYK2.49%63.90%0.00%
5.49%

Color #EB57F1 in popluar number systems.

HEXEB57F1
Decimal23587241
Binary11101011101011111110001
Octal353127361

Shades and tints

Shades of #EB57F1

#EB57F1
(235,87,241)
#D650DC
(214,80,220)
#C149C7
(193,73,199)
#AC42B2
(172,66,178)
#973B9D
(151,59,157)
#823488
(130,52,136)
#6D2D73
(109,45,115)
#58265E
(88,38,94)
#431F49
(67,31,73)
#2E1834
(46,24,52)
#19111F
(25,17,31)
#000000
(0,0,0)

Tints of #EB57F1

#EB57F1
(235,87,241)
#EC66F2
(236,102,242)
#ED75F3
(237,117,243)
#EE84F4
(238,132,244)
#EF93F5
(239,147,245)
#F0A2F6
(240,162,246)
#F1B1F7
(241,177,247)
#F2C0F8
(242,192,248)
#F3CFF9
(243,207,249)
#F4DEFA
(244,222,250)
#F5EDFB
(245,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB57F1 color. Also use rgb(235,87,241) instead hex code.

Text Font Color

.myTextColor { color: #EB57F1; }

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

This text font color is #EB57F1.


Background Color

.myBgColor { background-color: #EB57F1; }

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

This div background color is #EB57F1.


Border color

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

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

This div border color is #EB57F1.


Opacity

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

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

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

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

This text has shadow with #EB57F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB57F1 on black background.


Color preview on white background

This text has color #EB57F1 on white background.



Black color preview on #EB57F1 background

This text has black color on #EB57F1 background.


White color preview on #EB57F1 background

This text has white color on #EB57F1 background.