COLOR #EA5C6C

HEX: #EA5C6C
RGB: (234,92,108)

Color info

#EA5C6C contains mainly red color. Web safe color of #EA5C6C is #FF6666 (or #F66).

RGB color model

#EA5C6C color RGB value is (234,92,108).

  • red value is 234;
  • green value is 92;
  • blue value is 108.
RGB:
(234,92,108)
(92%,36%,42%)

RGB channels and saturation

R 234 of 255 = 92%
G 92 of 255 = 36%
B 108 of 255 = 42%

234
92
108

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

Portions of RGB colors in percentages

R + G + B =
234 + 92 + 108 = 434 (100%)
R 234 of 434 ~ 53.92%
G 92 of 434 ~ 21.2%
B 108 of 434 ~ 24.88%

%53.92
%21.2
%24.88

CMYK color model

#EA5C6C color CMYK value is (0,61,54,8).

  • cyan value is 0.00%
  • magenta value is 60.68%
  • yellow value is 53.85%
  • key color value is 8.24%
CMYK:
(0,61,54,8)
C0M61Y54K8 
(0%,61%,54%,8%)
(0.00/0.61/0.54/0.08)	

CMYK percentages

%0
%60.68
%53.85
%8.24

Codes

Color #EA5C6C in popluar color models

EA5C6C
RGB23492108
HSL353°77.17%63.92%
HSB/HSV353°60.68%91.76%
CMYK0.00%60.68%53.85%
8.24%

Color #EA5C6C in popluar number systems.

HEXEA5C6C
Decimal23492108
Binary1110101010111001101100
Octal352134154

Shades and tints

Shades of #EA5C6C

#EA5C6C
(234,92,108)
#D55463
(213,84,99)
#C04C5A
(192,76,90)
#AB4451
(171,68,81)
#963C48
(150,60,72)
#81343F
(129,52,63)
#6C2C36
(108,44,54)
#57242D
(87,36,45)
#421C24
(66,28,36)
#2D141B
(45,20,27)
#180C12
(24,12,18)
#000000
(0,0,0)

Tints of #EA5C6C

#EA5C6C
(234,92,108)
#EB6A79
(235,106,121)
#EC7886
(236,120,134)
#ED8693
(237,134,147)
#EE94A0
(238,148,160)
#EFA2AD
(239,162,173)
#F0B0BA
(240,176,186)
#F1BEC7
(241,190,199)
#F2CCD4
(242,204,212)
#F3DAE1
(243,218,225)
#F4E8EE
(244,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA5C6C color. Also use rgb(234,92,108) instead hex code.

Text Font Color

.myTextColor { color: #EA5C6C; }

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

This text font color is #EA5C6C.


Background Color

.myBgColor { background-color: #EA5C6C; }

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

This div background color is #EA5C6C.


Border color

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

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

This div border color is #EA5C6C.


Opacity

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

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

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

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

This text has shadow with #EA5C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA5C6C on black background.


Color preview on white background

This text has color #EA5C6C on white background.



Black color preview on #EA5C6C background

This text has black color on #EA5C6C background.


White color preview on #EA5C6C background

This text has white color on #EA5C6C background.