COLOR #EA6B6B

HEX: #EA6B6B
RGB: (234,107,107)

Color info

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

RGB color model

#EA6B6B color RGB value is (234,107,107).

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

RGB channels and saturation

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

234
107
107

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

Portions of RGB colors in percentages

R + G + B =
234 + 107 + 107 = 448 (100%)
R 234 of 448 ~ 52.23%
G 107 of 448 ~ 23.88%
B 107 of 448 ~ 23.88%

%52.23
%23.88
%23.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.27%
  • yellow value is 54.27%
  • key color value is 8.24%
CMYK:
(0,54,54,8)
C0M54Y54K8 
(0%,54%,54%,8%)
(0.00/0.54/0.54/0.08)	

CMYK percentages

%0
%54.27
%54.27
%8.24

Codes

Color #EA6B6B in popluar color models

EA6B6B
RGB234107107
HSL75.15%66.86%
HSB/HSV54.27%91.76%
CMYK0.00%54.27%54.27%
8.24%

Color #EA6B6B in popluar number systems.

HEXEA6B6B
Decimal234107107
Binary1110101011010111101011
Octal352153153

Shades and tints

Shades of #EA6B6B

#EA6B6B
(234,107,107)
#D56262
(213,98,98)
#C05959
(192,89,89)
#AB5050
(171,80,80)
#964747
(150,71,71)
#813E3E
(129,62,62)
#6C3535
(108,53,53)
#572C2C
(87,44,44)
#422323
(66,35,35)
#2D1A1A
(45,26,26)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #EA6B6B

#EA6B6B
(234,107,107)
#EB7878
(235,120,120)
#EC8585
(236,133,133)
#ED9292
(237,146,146)
#EE9F9F
(238,159,159)
#EFACAC
(239,172,172)
#F0B9B9
(240,185,185)
#F1C6C6
(241,198,198)
#F2D3D3
(242,211,211)
#F3E0E0
(243,224,224)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA6B6B; }

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

This text font color is #EA6B6B.


Background Color

.myBgColor { background-color: #EA6B6B; }

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

This div background color is #EA6B6B.


Border color

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

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

This div border color is #EA6B6B.


Opacity

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

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

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

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

This text has shadow with #EA6B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA6B6B on black background.


Color preview on white background

This text has color #EA6B6B on white background.



Black color preview on #EA6B6B background

This text has black color on #EA6B6B background.


White color preview on #EA6B6B background

This text has white color on #EA6B6B background.