COLOR #EA6476

HEX: #EA6476
RGB: (234,100,118)

Color info

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

RGB color model

#EA6476 color RGB value is (234,100,118).

  • red value is 234;
  • green value is 100;
  • blue value is 118.
RGB:
(234,100,118)
(92%,39%,46%)

RGB channels and saturation

R 234 of 255 = 92%
G 100 of 255 = 39%
B 118 of 255 = 46%

234
100
118

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

Portions of RGB colors in percentages

R + G + B =
234 + 100 + 118 = 452 (100%)
R 234 of 452 ~ 51.77%
G 100 of 452 ~ 22.12%
B 118 of 452 ~ 26.11%

%51.77
%22.12
%26.11

CMYK color model

#EA6476 color CMYK value is (0,57,50,8).

  • cyan value is 0.00%
  • magenta value is 57.26%
  • yellow value is 49.57%
  • key color value is 8.24%
CMYK:
(0,57,50,8)
C0M57Y50K8 
(0%,57%,50%,8%)
(0.00/0.57/0.50/0.08)	

CMYK percentages

%0
%57.26
%49.57
%8.24

Codes

Color #EA6476 in popluar color models

EA6476
RGB234100118
HSL352°76.14%65.49%
HSB/HSV352°57.26%91.76%
CMYK0.00%57.26%49.57%
8.24%

Color #EA6476 in popluar number systems.

HEXEA6476
Decimal234100118
Binary1110101011001001110110
Octal352144166

Shades and tints

Shades of #EA6476

#EA6476
(234,100,118)
#D55B6C
(213,91,108)
#C05262
(192,82,98)
#AB4958
(171,73,88)
#96404E
(150,64,78)
#813744
(129,55,68)
#6C2E3A
(108,46,58)
#572530
(87,37,48)
#421C26
(66,28,38)
#2D131C
(45,19,28)
#180A12
(24,10,18)
#000000
(0,0,0)

Tints of #EA6476

#EA6476
(234,100,118)
#EB7282
(235,114,130)
#EC808E
(236,128,142)
#ED8E9A
(237,142,154)
#EE9CA6
(238,156,166)
#EFAAB2
(239,170,178)
#F0B8BE
(240,184,190)
#F1C6CA
(241,198,202)
#F2D4D6
(242,212,214)
#F3E2E2
(243,226,226)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA6476; }

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

This text font color is #EA6476.


Background Color

.myBgColor { background-color: #EA6476; }

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

This div background color is #EA6476.


Border color

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

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

This div border color is #EA6476.


Opacity

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

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

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

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

This text has shadow with #EA6476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA6476 on black background.


Color preview on white background

This text has color #EA6476 on white background.



Black color preview on #EA6476 background

This text has black color on #EA6476 background.


White color preview on #EA6476 background

This text has white color on #EA6476 background.