COLOR #EA78AB

HEX: #EA78AB
RGB: (234,120,171)

Color info

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

RGB color model

#EA78AB color RGB value is (234,120,171).

  • red value is 234;
  • green value is 120;
  • blue value is 171.
RGB:
(234,120,171)
(92%,47%,67%)

RGB channels and saturation

R 234 of 255 = 92%
G 120 of 255 = 47%
B 171 of 255 = 67%

234
120
171

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

Portions of RGB colors in percentages

R + G + B =
234 + 120 + 171 = 525 (100%)
R 234 of 525 ~ 44.57%
G 120 of 525 ~ 22.86%
B 171 of 525 ~ 32.57%

%44.57
%22.86
%32.57

CMYK color model

#EA78AB color CMYK value is (0,49,27,8).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 26.92%
  • key color value is 8.24%
CMYK:
(0,49,27,8)
C0M49Y27K8 
(0%,49%,27%,8%)
(0.00/0.49/0.27/0.08)	

CMYK percentages

%0
%48.72
%26.92
%8.24

Codes

Color #EA78AB in popluar color models

EA78AB
RGB234120171
HSL333°73.08%69.41%
HSB/HSV333°48.72%91.76%
CMYK0.00%48.72%26.92%
8.24%

Color #EA78AB in popluar number systems.

HEXEA78AB
Decimal234120171
Binary11101010111100010101011
Octal352170253

Shades and tints

Shades of #EA78AB

#EA78AB
(234,120,171)
#D56E9C
(213,110,156)
#C0648D
(192,100,141)
#AB5A7E
(171,90,126)
#96506F
(150,80,111)
#814660
(129,70,96)
#6C3C51
(108,60,81)
#573242
(87,50,66)
#422833
(66,40,51)
#2D1E24
(45,30,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #EA78AB

#EA78AB
(234,120,171)
#EB84B2
(235,132,178)
#EC90B9
(236,144,185)
#ED9CC0
(237,156,192)
#EEA8C7
(238,168,199)
#EFB4CE
(239,180,206)
#F0C0D5
(240,192,213)
#F1CCDC
(241,204,220)
#F2D8E3
(242,216,227)
#F3E4EA
(243,228,234)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA78AB; }

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

This text font color is #EA78AB.


Background Color

.myBgColor { background-color: #EA78AB; }

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

This div background color is #EA78AB.


Border color

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

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

This div border color is #EA78AB.


Opacity

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

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

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

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

This text has shadow with #EA78AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA78AB on black background.


Color preview on white background

This text has color #EA78AB on white background.



Black color preview on #EA78AB background

This text has black color on #EA78AB background.


White color preview on #EA78AB background

This text has white color on #EA78AB background.