COLOR #EA74A7

HEX: #EA74A7
RGB: (234,116,167)

Color info

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

RGB color model

#EA74A7 color RGB value is (234,116,167).

  • red value is 234;
  • green value is 116;
  • blue value is 167.
RGB:
(234,116,167)
(92%,45%,65%)

RGB channels and saturation

R 234 of 255 = 92%
G 116 of 255 = 45%
B 167 of 255 = 65%

234
116
167

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

Portions of RGB colors in percentages

R + G + B =
234 + 116 + 167 = 517 (100%)
R 234 of 517 ~ 45.26%
G 116 of 517 ~ 22.44%
B 167 of 517 ~ 32.3%

%45.26
%22.44
%32.3

CMYK color model

#EA74A7 color CMYK value is (0,50,29,8).

  • cyan value is 0.00%
  • magenta value is 50.43%
  • yellow value is 28.63%
  • key color value is 8.24%
CMYK:
(0,50,29,8)
C0M50Y29K8 
(0%,50%,29%,8%)
(0.00/0.50/0.29/0.08)	

CMYK percentages

%0
%50.43
%28.63
%8.24

Codes

Color #EA74A7 in popluar color models

EA74A7
RGB234116167
HSL334°73.75%68.63%
HSB/HSV334°50.43%91.76%
CMYK0.00%50.43%28.63%
8.24%

Color #EA74A7 in popluar number systems.

HEXEA74A7
Decimal234116167
Binary11101010111010010100111
Octal352164247

Shades and tints

Shades of #EA74A7

#EA74A7
(234,116,167)
#D56A98
(213,106,152)
#C06089
(192,96,137)
#AB567A
(171,86,122)
#964C6B
(150,76,107)
#81425C
(129,66,92)
#6C384D
(108,56,77)
#572E3E
(87,46,62)
#42242F
(66,36,47)
#2D1A20
(45,26,32)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #EA74A7

#EA74A7
(234,116,167)
#EB80AF
(235,128,175)
#EC8CB7
(236,140,183)
#ED98BF
(237,152,191)
#EEA4C7
(238,164,199)
#EFB0CF
(239,176,207)
#F0BCD7
(240,188,215)
#F1C8DF
(241,200,223)
#F2D4E7
(242,212,231)
#F3E0EF
(243,224,239)
#F4ECF7
(244,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA74A7 color. Also use rgb(234,116,167) instead hex code.

Text Font Color

.myTextColor { color: #EA74A7; }

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

This text font color is #EA74A7.


Background Color

.myBgColor { background-color: #EA74A7; }

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

This div background color is #EA74A7.


Border color

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

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

This div border color is #EA74A7.


Opacity

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

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

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

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

This text has shadow with #EA74A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA74A7 on black background.


Color preview on white background

This text has color #EA74A7 on white background.



Black color preview on #EA74A7 background

This text has black color on #EA74A7 background.


White color preview on #EA74A7 background

This text has white color on #EA74A7 background.