COLOR #EA6D9C

HEX: #EA6D9C RGB: (234,109,156)

Color info

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

RGB color model

#EA6D9C color RGB value is (234,109,156).

RGB: (234,109,156) (92%, 43%, 61%)

RGB channels and saturation

R 234 of 255 = 92%
G 109 of 255 = 43%
B 156 of 255 = 61%

234
109
156

R + G + B ~ 65%. #EA6D9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 109 + 156 = 499 (100%)
R 234 of 499 ~ 46.89%
G 109 of 499 ~ 21.84%
B 156 of 499 ~ 31.26'%

%46.89
%21.84
%31.26

CMYK color model

#EA6D9C color CMYK value is (0,53,33,8).

  • cyan value is 0.00%
  • magenta value is 53.42%
  • yellow value is 33.33%
  • key color value is 8.24%

CMYK: (0,53,33,8)
C0M53Y33K8 (0%, 53%, 33%, 8%)
(0.00 / 0.53 / 0.33 / 0.08)

CMYK percentages

%0
%53.42
%33.33
%8.24

Codes

Color #EA6D9C in popluar color models

EA 6D 9C
RGB 234 109 156
HSL 337° 74.85% 67.25%
HSB/HSV 337° 53.42% 91.76%
CMYK 0.00% 53.42% 33.33%
8.24%

Color #EA6D9C in popluar number systems.

HEX EA 6D 9C
Decimal 234 109 156
Binary 11101010 1101101 10011100
Octal 352 155 234

Shades and tints

Shades of #EA6D9C

#EA6D9C
(234,109,156)
#D5648E
(213,100,142)
#C05B80
(192,91,128)
#AB5272
(171,82,114)
#964964
(150,73,100)
#814056
(129,64,86)
#6C3748
(108,55,72)
#572E3A
(87,46,58)
#42252C
(66,37,44)
#2D1C1E
(45,28,30)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #EA6D9C

#EA6D9C
(234,109,156)
#EB7AA5
(235,122,165)
#EC87AE
(236,135,174)
#ED94B7
(237,148,183)
#EEA1C0
(238,161,192)
#EFAEC9
(239,174,201)
#F0BBD2
(240,187,210)
#F1C8DB
(241,200,219)
#F2D5E4
(242,213,228)
#F3E2ED
(243,226,237)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA6D9C color. Also use rgb(234,109,156) instead hex code.

Text Font Color

.myTextColor { color: #EA6D9C; }

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

This text font color is #EA6D9C.

Background Color

.myBgColor { background-color: #EA6D9C; }

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

This div background color is #EA6D9C.

Border color

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

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

This div border color is #EA6D9C.

Opacity

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

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

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

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

This text has shadow with #EA6D9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA6D9C.

Preview

Color preview on black background

This text has color #EA6D9C on black background.


Color preview on white background

This text has color #EA6D9C on white background.


Black color preview on #EA6D9C background

This text has black color on #EA6D9C background.


White color preview on #EA6D9C background

This text has white color on #EA6D9C background.


Related colors

Complementary color

Complementary color for #hex is #159263.


I love getcolorcode.com

Triadic colors

1 #9CEA6D and #6D9CEA with #EA6D9C are triadic colors.

2 #9C6DEA and #6DEA9C with #EA6D9C are triadic colors.