COLOR #EA7EA8

HEX: #EA7EA8
RGB: (234,126,168)

Color info

#EA7EA8 contains mainly red color. Web safe color of #EA7EA8 is #FF6699 (or #F69).

RGB color model

#EA7EA8 color RGB value is (234,126,168).

  • red value is 234;
  • green value is 126;
  • blue value is 168.
RGB:
(234,126,168)
(92%,49%,66%)

RGB channels and saturation

R 234 of 255 = 92%
G 126 of 255 = 49%
B 168 of 255 = 66%

234
126
168

R + G + B ~ 69%. #EA7EA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 126 + 168 = 528 (100%)
R 234 of 528 ~ 44.32%
G 126 of 528 ~ 23.86%
B 168 of 528 ~ 31.82%

%44.32
%23.86
%31.82

CMYK color model

#EA7EA8 color CMYK value is (0,46,28,8).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 28.21%
  • key color value is 8.24%
CMYK:
(0,46,28,8)
C0M46Y28K8 
(0%,46%,28%,8%)
(0.00/0.46/0.28/0.08)	

CMYK percentages

%0
%46.15
%28.21
%8.24

Codes

Color #EA7EA8 in popluar color models

EA7EA8
RGB234126168
HSL337°72.00%70.59%
HSB/HSV337°46.15%91.76%
CMYK0.00%46.15%28.21%
8.24%

Color #EA7EA8 in popluar number systems.

HEXEA7EA8
Decimal234126168
Binary11101010111111010101000
Octal352176250

Shades and tints

Shades of #EA7EA8

#EA7EA8
(234,126,168)
#D57399
(213,115,153)
#C0688A
(192,104,138)
#AB5D7B
(171,93,123)
#96526C
(150,82,108)
#81475D
(129,71,93)
#6C3C4E
(108,60,78)
#57313F
(87,49,63)
#422630
(66,38,48)
#2D1B21
(45,27,33)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #EA7EA8

#EA7EA8
(234,126,168)
#EB89AF
(235,137,175)
#EC94B6
(236,148,182)
#ED9FBD
(237,159,189)
#EEAAC4
(238,170,196)
#EFB5CB
(239,181,203)
#F0C0D2
(240,192,210)
#F1CBD9
(241,203,217)
#F2D6E0
(242,214,224)
#F3E1E7
(243,225,231)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA7EA8; }

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

This text font color is #EA7EA8.


Background Color

.myBgColor { background-color: #EA7EA8; }

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

This div background color is #EA7EA8.


Border color

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

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

This div border color is #EA7EA8.


Opacity

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

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

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

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

This text has shadow with #EA7EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7EA8 on black background.


Color preview on white background

This text has color #EA7EA8 on white background.



Black color preview on #EA7EA8 background

This text has black color on #EA7EA8 background.


White color preview on #EA7EA8 background

This text has white color on #EA7EA8 background.