COLOR #ED657A

HEX: #ED657A
RGB: (237,101,122)

Color info

#ED657A contains mainly red color. Web safe color of #ED657A is #FF6666 (or #F66).

RGB color model

#ED657A color RGB value is (237,101,122).

  • red value is 237;
  • green value is 101;
  • blue value is 122.
RGB:
(237,101,122)
(93%,40%,48%)

RGB channels and saturation

R 237 of 255 = 93%
G 101 of 255 = 40%
B 122 of 255 = 48%

237
101
122

R + G + B ~ 60%. #ED657A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
237 + 101 + 122 = 460 (100%)
R 237 of 460 ~ 51.52%
G 101 of 460 ~ 21.96%
B 122 of 460 ~ 26.52%

%51.52
%21.96
%26.52

CMYK color model

#ED657A color CMYK value is (0,57,49,7).

  • cyan value is 0.00%
  • magenta value is 57.38%
  • yellow value is 48.52%
  • key color value is 7.06%
CMYK:
(0,57,49,7)
C0M57Y49K7 
(0%,57%,49%,7%)
(0.00/0.57/0.49/0.07)	

CMYK percentages

%0
%57.38
%48.52
%7.06

Codes

Color #ED657A in popluar color models

ED657A
RGB237101122
HSL351°79.07%66.27%
HSB/HSV351°57.38%92.94%
CMYK0.00%57.38%48.52%
7.06%

Color #ED657A in popluar number systems.

HEXED657A
Decimal237101122
Binary1110110111001011111010
Octal355145172

Shades and tints

Shades of #ED657A

#ED657A
(237,101,122)
#D85C6F
(216,92,111)
#C35364
(195,83,100)
#AE4A59
(174,74,89)
#99414E
(153,65,78)
#843843
(132,56,67)
#6F2F38
(111,47,56)
#5A262D
(90,38,45)
#451D22
(69,29,34)
#301417
(48,20,23)
#1B0B0C
(27,11,12)
#000000
(0,0,0)

Tints of #ED657A

#ED657A
(237,101,122)
#EE7386
(238,115,134)
#EF8192
(239,129,146)
#F08F9E
(240,143,158)
#F19DAA
(241,157,170)
#F2ABB6
(242,171,182)
#F3B9C2
(243,185,194)
#F4C7CE
(244,199,206)
#F5D5DA
(245,213,218)
#F6E3E6
(246,227,230)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED657A color. Also use rgb(237,101,122) instead hex code.

Text Font Color

.myTextColor { color: #ED657A; }

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

This text font color is #ED657A.


Background Color

.myBgColor { background-color: #ED657A; }

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

This div background color is #ED657A.


Border color

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

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

This div border color is #ED657A.


Opacity

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

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

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

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

This text has shadow with #ED657A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED657A on black background.


Color preview on white background

This text has color #ED657A on white background.



Black color preview on #ED657A background

This text has black color on #ED657A background.


White color preview on #ED657A background

This text has white color on #ED657A background.