COLOR #EA175A

HEX: #EA175A
RGB: (234,23,90)

Color info

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

RGB color model

#EA175A color RGB value is (234,23,90).

  • red value is 234;
  • green value is 23;
  • blue value is 90.
RGB:
(234,23,90)
(92%,9%,35%)

RGB channels and saturation

R 234 of 255 = 92%
G 23 of 255 = 9%
B 90 of 255 = 35%

234
23
90

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

Portions of RGB colors in percentages

R + G + B =
234 + 23 + 90 = 347 (100%)
R 234 of 347 ~ 67.44%
G 23 of 347 ~ 6.63%
B 90 of 347 ~ 25.94%

%67.44
%25.94

CMYK color model

#EA175A color CMYK value is (0,90,62,8).

  • cyan value is 0.00%
  • magenta value is 90.17%
  • yellow value is 61.54%
  • key color value is 8.24%
CMYK:
(0,90,62,8)
C0M90Y62K8 
(0%,90%,62%,8%)
(0.00/0.90/0.62/0.08)	

CMYK percentages

%0
%90.17
%61.54
%8.24

Codes

Color #EA175A in popluar color models

EA175A
RGB2342390
HSL341°83.40%50.39%
HSB/HSV341°90.17%91.76%
CMYK0.00%90.17%61.54%
8.24%

Color #EA175A in popluar number systems.

HEXEA175A
Decimal2342390
Binary11101010101111011010
Octal35227132

Shades and tints

Shades of #EA175A

#EA175A
(234,23,90)
#D51552
(213,21,82)
#C0134A
(192,19,74)
#AB1142
(171,17,66)
#960F3A
(150,15,58)
#810D32
(129,13,50)
#6C0B2A
(108,11,42)
#570922
(87,9,34)
#42071A
(66,7,26)
#2D0512
(45,5,18)
#18030A
(24,3,10)
#000000
(0,0,0)

Tints of #EA175A

#EA175A
(234,23,90)
#EB2C69
(235,44,105)
#EC4178
(236,65,120)
#ED5687
(237,86,135)
#EE6B96
(238,107,150)
#EF80A5
(239,128,165)
#F095B4
(240,149,180)
#F1AAC3
(241,170,195)
#F2BFD2
(242,191,210)
#F3D4E1
(243,212,225)
#F4E9F0
(244,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA175A; }

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

This text font color is #EA175A.


Background Color

.myBgColor { background-color: #EA175A; }

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

This div background color is #EA175A.


Border color

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

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

This div border color is #EA175A.


Opacity

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

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

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

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

This text has shadow with #EA175A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA175A on black background.


Color preview on white background

This text has color #EA175A on white background.



Black color preview on #EA175A background

This text has black color on #EA175A background.


White color preview on #EA175A background

This text has white color on #EA175A background.