COLOR #EB12B1

HEX: #EB12B1
RGB: (235,18,177)

Color info

#EB12B1 contains mainly red and blue colors. Web safe color of #EB12B1 is #FF0099 (or #F09).

RGB color model

#EB12B1 color RGB value is (235,18,177).

  • red value is 235;
  • green value is 18;
  • blue value is 177.
RGB:
(235,18,177)
(92%,7%,69%)

RGB channels and saturation

R 235 of 255 = 92%
G 18 of 255 = 7%
B 177 of 255 = 69%

235
18
177

R + G + B ~ 56%. #EB12B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
235 + 18 + 177 = 430 (100%)
R 235 of 430 ~ 54.65%
G 18 of 430 ~ 4.19%
B 177 of 430 ~ 41.16%

%54.65
%41.16

CMYK color model

#EB12B1 color CMYK value is (0,92,25,8).

  • cyan value is 0.00%
  • magenta value is 92.34%
  • yellow value is 24.68%
  • key color value is 7.84%
CMYK:
(0,92,25,8)
C0M92Y25K8 
(0%,92%,25%,8%)
(0.00/0.92/0.25/0.08)	

CMYK percentages

%0
%92.34
%24.68
%7.84

Codes

Color #EB12B1 in popluar color models

EB12B1
RGB23518177
HSL316°85.77%49.61%
HSB/HSV316°92.34%92.16%
CMYK0.00%92.34%24.68%
7.84%

Color #EB12B1 in popluar number systems.

HEXEB12B1
Decimal23518177
Binary111010111001010110001
Octal35322261

Shades and tints

Shades of #EB12B1

#EB12B1
(235,18,177)
#D611A1
(214,17,161)
#C11091
(193,16,145)
#AC0F81
(172,15,129)
#970E71
(151,14,113)
#820D61
(130,13,97)
#6D0C51
(109,12,81)
#580B41
(88,11,65)
#430A31
(67,10,49)
#2E0921
(46,9,33)
#190811
(25,8,17)
#000000
(0,0,0)

Tints of #EB12B1

#EB12B1
(235,18,177)
#EC27B8
(236,39,184)
#ED3CBF
(237,60,191)
#EE51C6
(238,81,198)
#EF66CD
(239,102,205)
#F07BD4
(240,123,212)
#F190DB
(241,144,219)
#F2A5E2
(242,165,226)
#F3BAE9
(243,186,233)
#F4CFF0
(244,207,240)
#F5E4F7
(245,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB12B1 color. Also use rgb(235,18,177) instead hex code.

Text Font Color

.myTextColor { color: #EB12B1; }

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

This text font color is #EB12B1.


Background Color

.myBgColor { background-color: #EB12B1; }

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

This div background color is #EB12B1.


Border color

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

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

This div border color is #EB12B1.


Opacity

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

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

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

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

This text has shadow with #EB12B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB12B1 on black background.


Color preview on white background

This text has color #EB12B1 on white background.



Black color preview on #EB12B1 background

This text has black color on #EB12B1 background.


White color preview on #EB12B1 background

This text has white color on #EB12B1 background.