COLOR #EB179E

HEX: #EB179E
RGB: (235,23,158)

Color info

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

RGB color model

#EB179E color RGB value is (235,23,158).

  • red value is 235;
  • green value is 23;
  • blue value is 158.
RGB:
(235,23,158)
(92%,9%,62%)

RGB channels and saturation

R 235 of 255 = 92%
G 23 of 255 = 9%
B 158 of 255 = 62%

235
23
158

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

Portions of RGB colors in percentages

R + G + B =
235 + 23 + 158 = 416 (100%)
R 235 of 416 ~ 56.49%
G 23 of 416 ~ 5.53%
B 158 of 416 ~ 37.98%

%56.49
%37.98

CMYK color model

#EB179E color CMYK value is (0,90,33,8).

  • cyan value is 0.00%
  • magenta value is 90.21%
  • yellow value is 32.77%
  • key color value is 7.84%
CMYK:
(0,90,33,8)
C0M90Y33K8 
(0%,90%,33%,8%)
(0.00/0.90/0.33/0.08)	

CMYK percentages

%0
%90.21
%32.77
%7.84

Codes

Color #EB179E in popluar color models

EB179E
RGB23523158
HSL322°84.13%50.59%
HSB/HSV322°90.21%92.16%
CMYK0.00%90.21%32.77%
7.84%

Color #EB179E in popluar number systems.

HEXEB179E
Decimal23523158
Binary111010111011110011110
Octal35327236

Shades and tints

Shades of #EB179E

#EB179E
(235,23,158)
#D61590
(214,21,144)
#C11382
(193,19,130)
#AC1174
(172,17,116)
#970F66
(151,15,102)
#820D58
(130,13,88)
#6D0B4A
(109,11,74)
#58093C
(88,9,60)
#43072E
(67,7,46)
#2E0520
(46,5,32)
#190312
(25,3,18)
#000000
(0,0,0)

Tints of #EB179E

#EB179E
(235,23,158)
#EC2CA6
(236,44,166)
#ED41AE
(237,65,174)
#EE56B6
(238,86,182)
#EF6BBE
(239,107,190)
#F080C6
(240,128,198)
#F195CE
(241,149,206)
#F2AAD6
(242,170,214)
#F3BFDE
(243,191,222)
#F4D4E6
(244,212,230)
#F5E9EE
(245,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB179E color. Also use rgb(235,23,158) instead hex code.

Text Font Color

.myTextColor { color: #EB179E; }

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

This text font color is #EB179E.


Background Color

.myBgColor { background-color: #EB179E; }

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

This div background color is #EB179E.


Border color

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

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

This div border color is #EB179E.


Opacity

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

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

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

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

This text has shadow with #EB179E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB179E on black background.


Color preview on white background

This text has color #EB179E on white background.



Black color preview on #EB179E background

This text has black color on #EB179E background.


White color preview on #EB179E background

This text has white color on #EB179E background.