COLOR #EA6662

HEX: #EA6662
RGB: (234,102,98)

Color info

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

RGB color model

#EA6662 color RGB value is (234,102,98).

  • red value is 234;
  • green value is 102;
  • blue value is 98.
RGB:
(234,102,98)
(92%,40%,38%)

RGB channels and saturation

R 234 of 255 = 92%
G 102 of 255 = 40%
B 98 of 255 = 38%

234
102
98

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

Portions of RGB colors in percentages

R + G + B =
234 + 102 + 98 = 434 (100%)
R 234 of 434 ~ 53.92%
G 102 of 434 ~ 23.5%
B 98 of 434 ~ 22.58%

%53.92
%23.5
%22.58

CMYK color model

#EA6662 color CMYK value is (0,56,58,8).

  • cyan value is 0.00%
  • magenta value is 56.41%
  • yellow value is 58.12%
  • key color value is 8.24%
CMYK:
(0,56,58,8)
C0M56Y58K8 
(0%,56%,58%,8%)
(0.00/0.56/0.58/0.08)	

CMYK percentages

%0
%56.41
%58.12
%8.24

Codes

Color #EA6662 in popluar color models

EA6662
RGB23410298
HSL76.40%65.10%
HSB/HSV58.12%91.76%
CMYK0.00%56.41%58.12%
8.24%

Color #EA6662 in popluar number systems.

HEXEA6662
Decimal23410298
Binary1110101011001101100010
Octal352146142

Shades and tints

Shades of #EA6662

#EA6662
(234,102,98)
#D55D5A
(213,93,90)
#C05452
(192,84,82)
#AB4B4A
(171,75,74)
#964242
(150,66,66)
#81393A
(129,57,58)
#6C3032
(108,48,50)
#57272A
(87,39,42)
#421E22
(66,30,34)
#2D151A
(45,21,26)
#180C12
(24,12,18)
#000000
(0,0,0)

Tints of #EA6662

#EA6662
(234,102,98)
#EB7370
(235,115,112)
#EC807E
(236,128,126)
#ED8D8C
(237,141,140)
#EE9A9A
(238,154,154)
#EFA7A8
(239,167,168)
#F0B4B6
(240,180,182)
#F1C1C4
(241,193,196)
#F2CED2
(242,206,210)
#F3DBE0
(243,219,224)
#F4E8EE
(244,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA6662; }

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

This text font color is #EA6662.


Background Color

.myBgColor { background-color: #EA6662; }

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

This div background color is #EA6662.


Border color

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

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

This div border color is #EA6662.


Opacity

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

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

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

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

This text has shadow with #EA6662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA6662 on black background.


Color preview on white background

This text has color #EA6662 on white background.



Black color preview on #EA6662 background

This text has black color on #EA6662 background.


White color preview on #EA6662 background

This text has white color on #EA6662 background.