COLOR #ED5495

HEX: #ED5495 RGB: (237,84,149)

Color info

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

RGB color model

#ED5495 color RGB value is (237,84,149).

RGB: (237,84,149) (93%, 33%, 58%)

RGB channels and saturation

R 237 of 255 = 93%
G 84 of 255 = 33%
B 149 of 255 = 58%

237
84
149

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

Portions of RGB colors in percentages

R + G + B = 237 + 84 + 149 = 470 (100%)
R 237 of 470 ~ 50.43%
G 84 of 470 ~ 17.87%
B 149 of 470 ~ 31.7'%

%50.43
%17.87
%31.7

CMYK color model

#ED5495 color CMYK value is (0,65,37,7).

  • cyan value is 0.00%
  • magenta value is 64.56%
  • yellow value is 37.13%
  • key color value is 7.06%

CMYK: (0,65,37,7)
C0M65Y37K7 (0%, 65%, 37%, 7%)
(0.00 / 0.65 / 0.37 / 0.07)

CMYK percentages

%0
%64.56
%37.13
%7.06

Codes

Color #ED5495 in popluar color models

ED 54 95
RGB 237 84 149
HSL 335° 80.95% 62.94%
HSB/HSV 335° 64.56% 92.94%
CMYK 0.00% 64.56% 37.13%
7.06%

Color #ED5495 in popluar number systems.

HEX ED 54 95
Decimal 237 84 149
Binary 11101101 1010100 10010101
Octal 355 124 225

Shades and tints

Shades of #ED5495

#ED5495
(237,84,149)
#D84D88
(216,77,136)
#C3467B
(195,70,123)
#AE3F6E
(174,63,110)
#993861
(153,56,97)
#843154
(132,49,84)
#6F2A47
(111,42,71)
#5A233A
(90,35,58)
#451C2D
(69,28,45)
#301520
(48,21,32)
#1B0E13
(27,14,19)
#000000
(0,0,0)

Tints of #ED5495

#ED5495
(237,84,149)
#EE639E
(238,99,158)
#EF72A7
(239,114,167)
#F081B0
(240,129,176)
#F190B9
(241,144,185)
#F29FC2
(242,159,194)
#F3AECB
(243,174,203)
#F4BDD4
(244,189,212)
#F5CCDD
(245,204,221)
#F6DBE6
(246,219,230)
#F7EAEF
(247,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED5495 color. Also use rgb(237,84,149) instead hex code.

Text Font Color

.myTextColor { color: #ED5495; }

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

This text font color is #ED5495.

Background Color

.myBgColor { background-color: #ED5495; }

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

This div background color is #ED5495.

Border color

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

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

This div border color is #ED5495.

Opacity

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

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

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

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

This text has shadow with #ED5495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED5495.

Preview

Color preview on black background

This text has color #ED5495 on black background.


Color preview on white background

This text has color #ED5495 on white background.


Black color preview on #ED5495 background

This text has black color on #ED5495 background.


White color preview on #ED5495 background

This text has white color on #ED5495 background.


Related colors

Complementary color

Complementary color for #hex is #12AB6A.


I love getcolorcode.com

Triadic colors

1 #95ED54 and #5495ED with #ED5495 are triadic colors.

2 #9554ED and #54ED95 with #ED5495 are triadic colors.