COLOR #EA5551

HEX: #EA5551
RGB: (234,85,81)

Color info

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

RGB color model

#EA5551 color RGB value is (234,85,81).

  • red value is 234;
  • green value is 85;
  • blue value is 81.
RGB:
(234,85,81)
(92%,33%,32%)

RGB channels and saturation

R 234 of 255 = 92%
G 85 of 255 = 33%
B 81 of 255 = 32%

234
85
81

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

Portions of RGB colors in percentages

R + G + B =
234 + 85 + 81 = 400 (100%)
R 234 of 400 ~ 58.5%
G 85 of 400 ~ 21.25%
B 81 of 400 ~ 20.25%

%58.5
%21.25
%20.25

CMYK color model

#EA5551 color CMYK value is (0,64,65,8).

  • cyan value is 0.00%
  • magenta value is 63.68%
  • yellow value is 65.38%
  • key color value is 8.24%
CMYK:
(0,64,65,8)
C0M64Y65K8 
(0%,64%,65%,8%)
(0.00/0.64/0.65/0.08)	

CMYK percentages

%0
%63.68
%65.38
%8.24

Codes

Color #EA5551 in popluar color models

EA5551
RGB2348581
HSL78.46%61.76%
HSB/HSV65.38%91.76%
CMYK0.00%63.68%65.38%
8.24%

Color #EA5551 in popluar number systems.

HEXEA5551
Decimal2348581
Binary1110101010101011010001
Octal352125121

Shades and tints

Shades of #EA5551

#EA5551
(234,85,81)
#D54E4A
(213,78,74)
#C04743
(192,71,67)
#AB403C
(171,64,60)
#963935
(150,57,53)
#81322E
(129,50,46)
#6C2B27
(108,43,39)
#572420
(87,36,32)
#421D19
(66,29,25)
#2D1612
(45,22,18)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #EA5551

#EA5551
(234,85,81)
#EB6460
(235,100,96)
#EC736F
(236,115,111)
#ED827E
(237,130,126)
#EE918D
(238,145,141)
#EFA09C
(239,160,156)
#F0AFAB
(240,175,171)
#F1BEBA
(241,190,186)
#F2CDC9
(242,205,201)
#F3DCD8
(243,220,216)
#F4EBE7
(244,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA5551 color. Also use rgb(234,85,81) instead hex code.

Text Font Color

.myTextColor { color: #EA5551; }

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

This text font color is #EA5551.


Background Color

.myBgColor { background-color: #EA5551; }

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

This div background color is #EA5551.


Border color

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

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

This div border color is #EA5551.


Opacity

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

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

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

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

This text has shadow with #EA5551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA5551 on black background.


Color preview on white background

This text has color #EA5551 on white background.



Black color preview on #EA5551 background

This text has black color on #EA5551 background.


White color preview on #EA5551 background

This text has white color on #EA5551 background.