COLOR #ED6BA0

HEX: #ED6BA0 RGB: (237,107,160)

Color info

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

RGB color model

#ED6BA0 color RGB value is (237,107,160).

RGB: (237,107,160) (93%, 42%, 63%)

RGB channels and saturation

R 237 of 255 = 93%
G 107 of 255 = 42%
B 160 of 255 = 63%

237
107
160

R + G + B ~ 66%. #ED6BA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 107 + 160 = 504 (100%)
R 237 of 504 ~ 47.02%
G 107 of 504 ~ 21.23%
B 160 of 504 ~ 31.75'%

%47.02
%21.23
%31.75

CMYK color model

#ED6BA0 color CMYK value is (0,55,32,7).

  • cyan value is 0.00%
  • magenta value is 54.85%
  • yellow value is 32.49%
  • key color value is 7.06%

CMYK: (0,55,32,7)
C0M55Y32K7 (0%, 55%, 32%, 7%)
(0.00 / 0.55 / 0.32 / 0.07)

CMYK percentages

%0
%54.85
%32.49
%7.06

Codes

Color #ED6BA0 in popluar color models

ED 6B A0
RGB 237 107 160
HSL 336° 78.31% 67.45%
HSB/HSV 336° 54.85% 92.94%
CMYK 0.00% 54.85% 32.49%
7.06%

Color #ED6BA0 in popluar number systems.

HEX ED 6B A0
Decimal 237 107 160
Binary 11101101 1101011 10100000
Octal 355 153 240

Shades and tints

Shades of #ED6BA0

#ED6BA0
(237,107,160)
#D86292
(216,98,146)
#C35984
(195,89,132)
#AE5076
(174,80,118)
#994768
(153,71,104)
#843E5A
(132,62,90)
#6F354C
(111,53,76)
#5A2C3E
(90,44,62)
#452330
(69,35,48)
#301A22
(48,26,34)
#1B1114
(27,17,20)
#000000
(0,0,0)

Tints of #ED6BA0

#ED6BA0
(237,107,160)
#EE78A8
(238,120,168)
#EF85B0
(239,133,176)
#F092B8
(240,146,184)
#F19FC0
(241,159,192)
#F2ACC8
(242,172,200)
#F3B9D0
(243,185,208)
#F4C6D8
(244,198,216)
#F5D3E0
(245,211,224)
#F6E0E8
(246,224,232)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6BA0 color. Also use rgb(237,107,160) instead hex code.

Text Font Color

.myTextColor { color: #ED6BA0; }

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

This text font color is #ED6BA0.

Background Color

.myBgColor { background-color: #ED6BA0; }

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

This div background color is #ED6BA0.

Border color

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

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

This div border color is #ED6BA0.

Opacity

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

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

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

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

This text has shadow with #ED6BA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED6BA0.

Preview

Color preview on black background

This text has color #ED6BA0 on black background.


Color preview on white background

This text has color #ED6BA0 on white background.


Black color preview on #ED6BA0 background

This text has black color on #ED6BA0 background.


White color preview on #ED6BA0 background

This text has white color on #ED6BA0 background.


Related colors

Complementary color

Complementary color for #hex is #12945F.


I love getcolorcode.com

Triadic colors

1 #A0ED6B and #6BA0ED with #ED6BA0 are triadic colors.

2 #A06BED and #6BEDA0 with #ED6BA0 are triadic colors.