COLOR #EA6AAA

HEX: #EA6AAA RGB: (234,106,170)

Color info

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

RGB color model

#EA6AAA color RGB value is (234,106,170).

RGB: (234,106,170) (92%, 42%, 67%)

RGB channels and saturation

R 234 of 255 = 92%
G 106 of 255 = 42%
B 170 of 255 = 67%

234
106
170

R + G + B ~ 67%. #EA6AAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 106 + 170 = 510 (100%)
R 234 of 510 ~ 45.88%
G 106 of 510 ~ 20.78%
B 170 of 510 ~ 33.33'%

%45.88
%20.78
%33.33

CMYK color model

#EA6AAA color CMYK value is (0,55,27,8).

  • cyan value is 0.00%
  • magenta value is 54.70%
  • yellow value is 27.35%
  • key color value is 8.24%

CMYK: (0,55,27,8)
C0M55Y27K8 (0%, 55%, 27%, 8%)
(0.00 / 0.55 / 0.27 / 0.08)

CMYK percentages

%0
%54.7
%27.35
%8.24

Codes

Color #EA6AAA in popluar color models

EA 6A AA
RGB 234 106 170
HSL 330° 75.29% 66.67%
HSB/HSV 330° 54.70% 91.76%
CMYK 0.00% 54.70% 27.35%
8.24%

Color #EA6AAA in popluar number systems.

HEX EA 6A AA
Decimal 234 106 170
Binary 11101010 1101010 10101010
Octal 352 152 252

Shades and tints

Shades of #EA6AAA

#EA6AAA
(234,106,170)
#D5619B
(213,97,155)
#C0588C
(192,88,140)
#AB4F7D
(171,79,125)
#96466E
(150,70,110)
#813D5F
(129,61,95)
#6C3450
(108,52,80)
#572B41
(87,43,65)
#422232
(66,34,50)
#2D1923
(45,25,35)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #EA6AAA

#EA6AAA
(234,106,170)
#EB77B1
(235,119,177)
#EC84B8
(236,132,184)
#ED91BF
(237,145,191)
#EE9EC6
(238,158,198)
#EFABCD
(239,171,205)
#F0B8D4
(240,184,212)
#F1C5DB
(241,197,219)
#F2D2E2
(242,210,226)
#F3DFE9
(243,223,233)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA6AAA; }

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

This text font color is #EA6AAA.

Background Color

.myBgColor { background-color: #EA6AAA; }

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

This div background color is #EA6AAA.

Border color

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

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

This div border color is #EA6AAA.

Opacity

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

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

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

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

This text has shadow with #EA6AAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA6AAA.

Preview

Color preview on black background

This text has color #EA6AAA on black background.


Color preview on white background

This text has color #EA6AAA on white background.


Black color preview on #EA6AAA background

This text has black color on #EA6AAA background.


White color preview on #EA6AAA background

This text has white color on #EA6AAA background.


Related colors

Complementary color

Complementary color for #hex is #159555.


I love getcolorcode.com

Triadic colors

1 #AAEA6A and #6AAAEA with #EA6AAA are triadic colors.

2 #AA6AEA and #6AEAAA with #EA6AAA are triadic colors.