COLOR #ED2BD7

HEX: #ED2BD7 RGB: (237,43,215)

Color info

#ED2BD7 contains mainly red and blue colors. Web safe color of #ED2BD7 is #FF33CC (or #F3C).

RGB color model

#ED2BD7 color RGB value is (237,43,215).

RGB: (237,43,215) (93%, 17%, 84%)

RGB channels and saturation

R 237 of 255 = 93%
G 43 of 255 = 17%
B 215 of 255 = 84%

237
43
215

R + G + B ~ 65%. #ED2BD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 43 + 215 = 495 (100%)
R 237 of 495 ~ 47.88%
G 43 of 495 ~ 8.69%
B 215 of 495 ~ 43.43'%

%47.88
%43.43

CMYK color model

#ED2BD7 color CMYK value is (0,82,9,7).

  • cyan value is 0.00%
  • magenta value is 81.86%
  • yellow value is 9.28%
  • key color value is 7.06%

CMYK: (0,82,9,7)
C0M82Y9K7 (0%, 82%, 9%, 7%)
(0.00 / 0.82 / 0.09 / 0.07)

CMYK percentages

%0
%81.86
%9.28
%7.06

Codes

Color #ED2BD7 in popluar color models

ED 2B D7
RGB 237 43 215
HSL 307° 84.35% 54.90%
HSB/HSV 307° 81.86% 92.94%
CMYK 0.00% 81.86% 9.28%
7.06%

Color #ED2BD7 in popluar number systems.

HEX ED 2B D7
Decimal 237 43 215
Binary 11101101 101011 11010111
Octal 355 53 327

Shades and tints

Shades of #ED2BD7

#ED2BD7
(237,43,215)
#D828C4
(216,40,196)
#C325B1
(195,37,177)
#AE229E
(174,34,158)
#991F8B
(153,31,139)
#841C78
(132,28,120)
#6F1965
(111,25,101)
#5A1652
(90,22,82)
#45133F
(69,19,63)
#30102C
(48,16,44)
#1B0D19
(27,13,25)
#000000
(0,0,0)

Tints of #ED2BD7

#ED2BD7
(237,43,215)
#EE3EDA
(238,62,218)
#EF51DD
(239,81,221)
#F064E0
(240,100,224)
#F177E3
(241,119,227)
#F28AE6
(242,138,230)
#F39DE9
(243,157,233)
#F4B0EC
(244,176,236)
#F5C3EF
(245,195,239)
#F6D6F2
(246,214,242)
#F7E9F5
(247,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED2BD7 color. Also use rgb(237,43,215) instead hex code.

Text Font Color

.myTextColor { color: #ED2BD7; }

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

This text font color is #ED2BD7.

Background Color

.myBgColor { background-color: #ED2BD7; }

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

This div background color is #ED2BD7.

Border color

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

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

This div border color is #ED2BD7.

Opacity

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

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

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

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

This text has shadow with #ED2BD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED2BD7.

Preview

Color preview on black background

This text has color #ED2BD7 on black background.


Color preview on white background

This text has color #ED2BD7 on white background.


Black color preview on #ED2BD7 background

This text has black color on #ED2BD7 background.


White color preview on #ED2BD7 background

This text has white color on #ED2BD7 background.


Related colors

Complementary color

Complementary color for #hex is #12D428.


I love getcolorcode.com

Triadic colors

1 #D7ED2B and #2BD7ED with #ED2BD7 are triadic colors.

2 #D72BED and #2BEDD7 with #ED2BD7 are triadic colors.