COLOR #ED6495

HEX: #ED6495
RGB: (237,100,149)

Color info

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

RGB color model

#ED6495 color RGB value is (237,100,149).

  • red value is 237;
  • green value is 100;
  • blue value is 149.
RGB:
(237,100,149)
(93%,39%,58%)

RGB channels and saturation

R 237 of 255 = 93%
G 100 of 255 = 39%
B 149 of 255 = 58%

237
100
149

R + G + B ~ 63%. #ED6495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 100 + 149 = 486 (100%)
R 237 of 486 ~ 48.77%
G 100 of 486 ~ 20.58%
B 149 of 486 ~ 30.66%

%48.77
%20.58
%30.66

CMYK color model

#ED6495 color CMYK value is (0,58,37,7).

  • cyan value is 0.00%
  • magenta value is 57.81%
  • yellow value is 37.13%
  • key color value is 7.06%
CMYK:
(0,58,37,7)
C0M58Y37K7 
(0%,58%,37%,7%)
(0.00/0.58/0.37/0.07)	

CMYK percentages

%0
%57.81
%37.13
%7.06

Codes

Color #ED6495 in popluar color models

ED6495
RGB237100149
HSL339°79.19%66.08%
HSB/HSV339°57.81%92.94%
CMYK0.00%57.81%37.13%
7.06%

Color #ED6495 in popluar number systems.

HEXED6495
Decimal237100149
Binary11101101110010010010101
Octal355144225

Shades and tints

Shades of #ED6495

#ED6495
(237,100,149)
#D85B88
(216,91,136)
#C3527B
(195,82,123)
#AE496E
(174,73,110)
#994061
(153,64,97)
#843754
(132,55,84)
#6F2E47
(111,46,71)
#5A253A
(90,37,58)
#451C2D
(69,28,45)
#301320
(48,19,32)
#1B0A13
(27,10,19)
#000000
(0,0,0)

Tints of #ED6495

#ED6495
(237,100,149)
#EE729E
(238,114,158)
#EF80A7
(239,128,167)
#F08EB0
(240,142,176)
#F19CB9
(241,156,185)
#F2AAC2
(242,170,194)
#F3B8CB
(243,184,203)
#F4C6D4
(244,198,212)
#F5D4DD
(245,212,221)
#F6E2E6
(246,226,230)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED6495; }

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

This text font color is #ED6495.


Background Color

.myBgColor { background-color: #ED6495; }

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

This div background color is #ED6495.


Border color

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

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

This div border color is #ED6495.


Opacity

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

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

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

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

This text has shadow with #ED6495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6495 on black background.


Color preview on white background

This text has color #ED6495 on white background.



Black color preview on #ED6495 background

This text has black color on #ED6495 background.


White color preview on #ED6495 background

This text has white color on #ED6495 background.