COLOR #EA76AB

HEX: #EA76AB RGB: (234,118,171)

Color info

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

RGB color model

#EA76AB color RGB value is (234,118,171).

RGB: (234,118,171) (92%, 46%, 67%)

RGB channels and saturation

R 234 of 255 = 92%
G 118 of 255 = 46%
B 171 of 255 = 67%

234
118
171

R + G + B ~ 68%. #EA76AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 118 + 171 = 523 (100%)
R 234 of 523 ~ 44.74%
G 118 of 523 ~ 22.56%
B 171 of 523 ~ 32.7'%

%44.74
%22.56
%32.7

CMYK color model

#EA76AB color CMYK value is (0,50,27,8).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 26.92%
  • key color value is 8.24%
CMYK: (0,50,27,8) C0M50Y27K8 (0%,50%,27%,8%) (0.00/0.50/0.27/0.08) 

CMYK percentages

%0
%49.57
%26.92
%8.24

Codes

Color #EA76AB in popluar color models

EA 76 AB
RGB 234 118 171
HSL 333° 73.42% 69.02%
HSB/HSV 333° 49.57% 91.76%
CMYK 0.00% 49.57% 26.92%
8.24%

Color #EA76AB in popluar number systems.

HEX EA 76 AB
Decimal 234 118 171
Binary 11101010 1110110 10101011
Octal 352 166 253

Shades and tints

Shades of #EA76AB

#EA76AB
(234,118,171)
#D56C9C
(213,108,156)
#C0628D
(192,98,141)
#AB587E
(171,88,126)
#964E6F
(150,78,111)
#814460
(129,68,96)
#6C3A51
(108,58,81)
#573042
(87,48,66)
#422633
(66,38,51)
#2D1C24
(45,28,36)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #EA76AB

#EA76AB
(234,118,171)
#EB82B2
(235,130,178)
#EC8EB9
(236,142,185)
#ED9AC0
(237,154,192)
#EEA6C7
(238,166,199)
#EFB2CE
(239,178,206)
#F0BED5
(240,190,213)
#F1CADC
(241,202,220)
#F2D6E3
(242,214,227)
#F3E2EA
(243,226,234)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA76AB; }

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

This text font color is #EA76AB.

Background Color

.myBgColor { background-color: #EA76AB; }

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

This div background color is #EA76AB.

Border color

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

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

This div border color is #EA76AB.

Opacity

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

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

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

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

This text has shadow with #EA76AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA76AB.

Preview

Color preview on black background

This text has color #EA76AB on black background.


Color preview on white background

This text has color #EA76AB on white background.


Black color preview on #EA76AB background

This text has black color on #EA76AB background.


White color preview on #EA76AB background

This text has white color on #EA76AB background.


Related colors

Complementary color

Complementary color for #hex is #158954.


I love getcolorcode.com

Triadic colors

1 #ABEA76 and #76ABEA with #EA76AB are triadic colors.

2 #AB76EA and #76EAAB with #EA76AB are triadic colors.