COLOR #EB11A1

HEX: #EB11A1
RGB: (235,17,161)

Color info

#EB11A1 contains mainly red color. Web safe color of #EB11A1 is #FF0099 (or #F09).

RGB color model

#EB11A1 color RGB value is (235,17,161).

  • red value is 235;
  • green value is 17;
  • blue value is 161.
RGB:
(235,17,161)
(92%,7%,63%)

RGB channels and saturation

R 235 of 255 = 92%
G 17 of 255 = 7%
B 161 of 255 = 63%

235
17
161

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

Portions of RGB colors in percentages

R + G + B =
235 + 17 + 161 = 413 (100%)
R 235 of 413 ~ 56.9%
G 17 of 413 ~ 4.12%
B 161 of 413 ~ 38.98%

%56.9
%38.98

CMYK color model

#EB11A1 color CMYK value is (0,93,31,8).

  • cyan value is 0.00%
  • magenta value is 92.77%
  • yellow value is 31.49%
  • key color value is 7.84%
CMYK:
(0,93,31,8)
C0M93Y31K8 
(0%,93%,31%,8%)
(0.00/0.93/0.31/0.08)	

CMYK percentages

%0
%92.77
%31.49
%7.84

Codes

Color #EB11A1 in popluar color models

EB11A1
RGB23517161
HSL320°86.51%49.41%
HSB/HSV320°92.77%92.16%
CMYK0.00%92.77%31.49%
7.84%

Color #EB11A1 in popluar number systems.

HEXEB11A1
Decimal23517161
Binary111010111000110100001
Octal35321241

Shades and tints

Shades of #EB11A1

#EB11A1
(235,17,161)
#D61093
(214,16,147)
#C10F85
(193,15,133)
#AC0E77
(172,14,119)
#970D69
(151,13,105)
#820C5B
(130,12,91)
#6D0B4D
(109,11,77)
#580A3F
(88,10,63)
#430931
(67,9,49)
#2E0823
(46,8,35)
#190715
(25,7,21)
#000000
(0,0,0)

Tints of #EB11A1

#EB11A1
(235,17,161)
#EC26A9
(236,38,169)
#ED3BB1
(237,59,177)
#EE50B9
(238,80,185)
#EF65C1
(239,101,193)
#F07AC9
(240,122,201)
#F18FD1
(241,143,209)
#F2A4D9
(242,164,217)
#F3B9E1
(243,185,225)
#F4CEE9
(244,206,233)
#F5E3F1
(245,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB11A1 color. Also use rgb(235,17,161) instead hex code.

Text Font Color

.myTextColor { color: #EB11A1; }

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

This text font color is #EB11A1.


Background Color

.myBgColor { background-color: #EB11A1; }

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

This div background color is #EB11A1.


Border color

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

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

This div border color is #EB11A1.


Opacity

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

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

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

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

This text has shadow with #EB11A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB11A1 on black background.


Color preview on white background

This text has color #EB11A1 on white background.



Black color preview on #EB11A1 background

This text has black color on #EB11A1 background.


White color preview on #EB11A1 background

This text has white color on #EB11A1 background.