COLOR #EA176B

HEX: #EA176B RGB: (234,23,107)

Color info

#EA176B contains mainly red color. Web safe color of #EA176B is #FF0066 (or #F06).

RGB color model

#EA176B color RGB value is (234,23,107).

RGB: (234,23,107) (92%, 9%, 42%)

RGB channels and saturation

R 234 of 255 = 92%
G 23 of 255 = 9%
B 107 of 255 = 42%

234
23
107

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

Portions of RGB colors in percentages

R + G + B = 234 + 23 + 107 = 364 (100%)
R 234 of 364 ~ 64.29%
G 23 of 364 ~ 6.32%
B 107 of 364 ~ 29.4'%

%64.29
%29.4

CMYK color model

#EA176B color CMYK value is (0,90,54,8).

  • cyan value is 0.00%
  • magenta value is 90.17%
  • yellow value is 54.27%
  • key color value is 8.24%

CMYK: (0,90,54,8)
C0M90Y54K8 (0%, 90%, 54%, 8%)
(0.00 / 0.90 / 0.54 / 0.08)

CMYK percentages

%0
%90.17
%54.27
%8.24

Codes

Color #EA176B in popluar color models

EA 17 6B
RGB 234 23 107
HSL 336° 83.40% 50.39%
HSB/HSV 336° 90.17% 91.76%
CMYK 0.00% 90.17% 54.27%
8.24%

Color #EA176B in popluar number systems.

HEX EA 17 6B
Decimal 234 23 107
Binary 11101010 10111 1101011
Octal 352 27 153

Shades and tints

Shades of #EA176B

#EA176B
(234,23,107)
#D51562
(213,21,98)
#C01359
(192,19,89)
#AB1150
(171,17,80)
#960F47
(150,15,71)
#810D3E
(129,13,62)
#6C0B35
(108,11,53)
#57092C
(87,9,44)
#420723
(66,7,35)
#2D051A
(45,5,26)
#180311
(24,3,17)
#000000
(0,0,0)

Tints of #EA176B

#EA176B
(234,23,107)
#EB2C78
(235,44,120)
#EC4185
(236,65,133)
#ED5692
(237,86,146)
#EE6B9F
(238,107,159)
#EF80AC
(239,128,172)
#F095B9
(240,149,185)
#F1AAC6
(241,170,198)
#F2BFD3
(242,191,211)
#F3D4E0
(243,212,224)
#F4E9ED
(244,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA176B color. Also use rgb(234,23,107) instead hex code.

Text Font Color

.myTextColor { color: #EA176B; }

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

This text font color is #EA176B.

Background Color

.myBgColor { background-color: #EA176B; }

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

This div background color is #EA176B.

Border color

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

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

This div border color is #EA176B.

Opacity

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

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

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

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

This text has shadow with #EA176B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA176B.

Preview

Color preview on black background

This text has color #EA176B on black background.


Color preview on white background

This text has color #EA176B on white background.


Black color preview on #EA176B background

This text has black color on #EA176B background.


White color preview on #EA176B background

This text has white color on #EA176B background.


Related colors

Complementary color

Complementary color for #hex is #15E894.


I love getcolorcode.com

Triadic colors

1 #6BEA17 and #176BEA with #EA176B are triadic colors.

2 #6B17EA and #17EA6B with #EA176B are triadic colors.