COLOR #EA679B

HEX: #EA679B RGB: (234,103,155)

Color info

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

RGB color model

#EA679B color RGB value is (234,103,155).

RGB: (234,103,155) (92%, 40%, 61%)

RGB channels and saturation

R 234 of 255 = 92%
G 103 of 255 = 40%
B 155 of 255 = 61%

234
103
155

R + G + B ~ 64%. #EA679B is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 103 + 155 = 492 (100%)
R 234 of 492 ~ 47.56%
G 103 of 492 ~ 20.93%
B 155 of 492 ~ 31.5'%

%47.56
%20.93
%31.5

CMYK color model

#EA679B color CMYK value is (0,56,34,8).

  • cyan value is 0.00%
  • magenta value is 55.98%
  • yellow value is 33.76%
  • key color value is 8.24%

CMYK: (0,56,34,8)
C0M56Y34K8 (0%, 56%, 34%, 8%)
(0.00 / 0.56 / 0.34 / 0.08)

CMYK percentages

%0
%55.98
%33.76
%8.24

Codes

Color #EA679B in popluar color models

EA 67 9B
RGB 234 103 155
HSL 336° 75.72% 66.08%
HSB/HSV 336° 55.98% 91.76%
CMYK 0.00% 55.98% 33.76%
8.24%

Color #EA679B in popluar number systems.

HEX EA 67 9B
Decimal 234 103 155
Binary 11101010 1100111 10011011
Octal 352 147 233

Shades and tints

Shades of #EA679B

#EA679B
(234,103,155)
#D55E8D
(213,94,141)
#C0557F
(192,85,127)
#AB4C71
(171,76,113)
#964363
(150,67,99)
#813A55
(129,58,85)
#6C3147
(108,49,71)
#572839
(87,40,57)
#421F2B
(66,31,43)
#2D161D
(45,22,29)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #EA679B

#EA679B
(234,103,155)
#EB74A4
(235,116,164)
#EC81AD
(236,129,173)
#ED8EB6
(237,142,182)
#EE9BBF
(238,155,191)
#EFA8C8
(239,168,200)
#F0B5D1
(240,181,209)
#F1C2DA
(241,194,218)
#F2CFE3
(242,207,227)
#F3DCEC
(243,220,236)
#F4E9F5
(244,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA679B color. Also use rgb(234,103,155) instead hex code.

Text Font Color

.myTextColor { color: #EA679B; }

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

This text font color is #EA679B.

Background Color

.myBgColor { background-color: #EA679B; }

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

This div background color is #EA679B.

Border color

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

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

This div border color is #EA679B.

Opacity

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

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

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

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

This text has shadow with #EA679B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA679B.

Preview

Color preview on black background

This text has color #EA679B on black background.


Color preview on white background

This text has color #EA679B on white background.


Black color preview on #EA679B background

This text has black color on #EA679B background.


White color preview on #EA679B background

This text has white color on #EA679B background.


Related colors

Complementary color

Complementary color for #hex is #159864.


I love getcolorcode.com

Triadic colors

1 #9BEA67 and #679BEA with #EA679B are triadic colors.

2 #9B67EA and #67EA9B with #EA679B are triadic colors.