COLOR #EA82AA

HEX: #EA82AA
RGB: (234,130,170)

Color info

#EA82AA contains mainly red color. Web safe color of #EA82AA is #FF9999 (or #F99).

RGB color model

#EA82AA color RGB value is (234,130,170).

  • red value is 234;
  • green value is 130;
  • blue value is 170.
RGB:
(234,130,170)
(92%,51%,67%)

RGB channels and saturation

R 234 of 255 = 92%
G 130 of 255 = 51%
B 170 of 255 = 67%

234
130
170

R + G + B ~ 70%. #EA82AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 130 + 170 = 534 (100%)
R 234 of 534 ~ 43.82%
G 130 of 534 ~ 24.34%
B 170 of 534 ~ 31.84%

%43.82
%24.34
%31.84

CMYK color model

#EA82AA color CMYK value is (0,44,27,8).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 27.35%
  • key color value is 8.24%
CMYK:
(0,44,27,8)
C0M44Y27K8 
(0%,44%,27%,8%)
(0.00/0.44/0.27/0.08)	

CMYK percentages

%0
%44.44
%27.35
%8.24

Codes

Color #EA82AA in popluar color models

EA82AA
RGB234130170
HSL337°71.23%71.37%
HSB/HSV337°44.44%91.76%
CMYK0.00%44.44%27.35%
8.24%

Color #EA82AA in popluar number systems.

HEXEA82AA
Decimal234130170
Binary111010101000001010101010
Octal352202252

Shades and tints

Shades of #EA82AA

#EA82AA
(234,130,170)
#D5779B
(213,119,155)
#C06C8C
(192,108,140)
#AB617D
(171,97,125)
#96566E
(150,86,110)
#814B5F
(129,75,95)
#6C4050
(108,64,80)
#573541
(87,53,65)
#422A32
(66,42,50)
#2D1F23
(45,31,35)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #EA82AA

#EA82AA
(234,130,170)
#EB8DB1
(235,141,177)
#EC98B8
(236,152,184)
#EDA3BF
(237,163,191)
#EEAEC6
(238,174,198)
#EFB9CD
(239,185,205)
#F0C4D4
(240,196,212)
#F1CFDB
(241,207,219)
#F2DAE2
(242,218,226)
#F3E5E9
(243,229,233)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA82AA color. Also use rgb(234,130,170) instead hex code.

Text Font Color

.myTextColor { color: #EA82AA; }

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

This text font color is #EA82AA.


Background Color

.myBgColor { background-color: #EA82AA; }

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

This div background color is #EA82AA.


Border color

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

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

This div border color is #EA82AA.


Opacity

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

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

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

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

This text has shadow with #EA82AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA82AA on black background.


Color preview on white background

This text has color #EA82AA on white background.



Black color preview on #EA82AA background

This text has black color on #EA82AA background.


White color preview on #EA82AA background

This text has white color on #EA82AA background.