COLOR #ED74A8

HEX: #ED74A8
RGB: (237,116,168)

Color info

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

RGB color model

#ED74A8 color RGB value is (237,116,168).

  • red value is 237;
  • green value is 116;
  • blue value is 168.
RGB:
(237,116,168)
(93%,45%,66%)

RGB channels and saturation

R 237 of 255 = 93%
G 116 of 255 = 45%
B 168 of 255 = 66%

237
116
168

R + G + B ~ 68%. #ED74A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 116 + 168 = 521 (100%)
R 237 of 521 ~ 45.49%
G 116 of 521 ~ 22.26%
B 168 of 521 ~ 32.25%

%45.49
%22.26
%32.25

CMYK color model

#ED74A8 color CMYK value is (0,51,29,7).

  • cyan value is 0.00%
  • magenta value is 51.05%
  • yellow value is 29.11%
  • key color value is 7.06%
CMYK:
(0,51,29,7)
C0M51Y29K7 
(0%,51%,29%,7%)
(0.00/0.51/0.29/0.07)	

CMYK percentages

%0
%51.05
%29.11
%7.06

Codes

Color #ED74A8 in popluar color models

ED74A8
RGB237116168
HSL334°77.07%69.22%
HSB/HSV334°51.05%92.94%
CMYK0.00%51.05%29.11%
7.06%

Color #ED74A8 in popluar number systems.

HEXED74A8
Decimal237116168
Binary11101101111010010101000
Octal355164250

Shades and tints

Shades of #ED74A8

#ED74A8
(237,116,168)
#D86A99
(216,106,153)
#C3608A
(195,96,138)
#AE567B
(174,86,123)
#994C6C
(153,76,108)
#84425D
(132,66,93)
#6F384E
(111,56,78)
#5A2E3F
(90,46,63)
#452430
(69,36,48)
#301A21
(48,26,33)
#1B1012
(27,16,18)
#000000
(0,0,0)

Tints of #ED74A8

#ED74A8
(237,116,168)
#EE80AF
(238,128,175)
#EF8CB6
(239,140,182)
#F098BD
(240,152,189)
#F1A4C4
(241,164,196)
#F2B0CB
(242,176,203)
#F3BCD2
(243,188,210)
#F4C8D9
(244,200,217)
#F5D4E0
(245,212,224)
#F6E0E7
(246,224,231)
#F7ECEE
(247,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED74A8 color. Also use rgb(237,116,168) instead hex code.

Text Font Color

.myTextColor { color: #ED74A8; }

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

This text font color is #ED74A8.


Background Color

.myBgColor { background-color: #ED74A8; }

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

This div background color is #ED74A8.


Border color

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

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

This div border color is #ED74A8.


Opacity

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

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

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

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

This text has shadow with #ED74A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED74A8 on black background.


Color preview on white background

This text has color #ED74A8 on white background.



Black color preview on #ED74A8 background

This text has black color on #ED74A8 background.


White color preview on #ED74A8 background

This text has white color on #ED74A8 background.