COLOR #EA4C98

HEX: #EA4C98 RGB: (234,76,152)

Color info

#EA4C98 contains mainly red color. Web safe color of #EA4C98 is #FF3399 (or #F39).

RGB color model

#EA4C98 color RGB value is (234,76,152).

RGB: (234,76,152) (92%, 30%, 60%)

RGB channels and saturation

R 234 of 255 = 92%
G 76 of 255 = 30%
B 152 of 255 = 60%

234
76
152

R + G + B ~ 61%. #EA4C98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 76 + 152 = 462 (100%)
R 234 of 462 ~ 50.65%
G 76 of 462 ~ 16.45%
B 152 of 462 ~ 32.9'%

%50.65
%16.45
%32.9

CMYK color model

#EA4C98 color CMYK value is (0,68,35,8).

  • cyan value is 0.00%
  • magenta value is 67.52%
  • yellow value is 35.04%
  • key color value is 8.24%

CMYK: (0,68,35,8)
C0M68Y35K8 (0%, 68%, 35%, 8%)
(0.00 / 0.68 / 0.35 / 0.08)

CMYK percentages

%0
%67.52
%35.04
%8.24

Codes

Color #EA4C98 in popluar color models

EA 4C 98
RGB 234 76 152
HSL 331° 79.00% 60.78%
HSB/HSV 331° 67.52% 91.76%
CMYK 0.00% 67.52% 35.04%
8.24%

Color #EA4C98 in popluar number systems.

HEX EA 4C 98
Decimal 234 76 152
Binary 11101010 1001100 10011000
Octal 352 114 230

Shades and tints

Shades of #EA4C98

#EA4C98
(234,76,152)
#D5468B
(213,70,139)
#C0407E
(192,64,126)
#AB3A71
(171,58,113)
#963464
(150,52,100)
#812E57
(129,46,87)
#6C284A
(108,40,74)
#57223D
(87,34,61)
#421C30
(66,28,48)
#2D1623
(45,22,35)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #EA4C98

#EA4C98
(234,76,152)
#EB5CA1
(235,92,161)
#EC6CAA
(236,108,170)
#ED7CB3
(237,124,179)
#EE8CBC
(238,140,188)
#EF9CC5
(239,156,197)
#F0ACCE
(240,172,206)
#F1BCD7
(241,188,215)
#F2CCE0
(242,204,224)
#F3DCE9
(243,220,233)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA4C98 color. Also use rgb(234,76,152) instead hex code.

Text Font Color

.myTextColor { color: #EA4C98; }

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

This text font color is #EA4C98.

Background Color

.myBgColor { background-color: #EA4C98; }

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

This div background color is #EA4C98.

Border color

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

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

This div border color is #EA4C98.

Opacity

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

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

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

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

This text has shadow with #EA4C98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA4C98.

Preview

Color preview on black background

This text has color #EA4C98 on black background.


Color preview on white background

This text has color #EA4C98 on white background.


Black color preview on #EA4C98 background

This text has black color on #EA4C98 background.


White color preview on #EA4C98 background

This text has white color on #EA4C98 background.


Related colors

Complementary color

Complementary color for #hex is #15B367.


I love getcolorcode.com

Triadic colors

1 #98EA4C and #4C98EA with #EA4C98 are triadic colors.

2 #984CEA and #4CEA98 with #EA4C98 are triadic colors.