COLOR #ED84ED

HEX: #ED84ED RGB: (237,132,237)

Color info

#ED84ED contains mainly red and blue colors. Web safe color of #ED84ED is #FF99FF (or #F9F).

RGB color model

#ED84ED color RGB value is (237,132,237).

RGB: (237,132,237) (93%, 52%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 132 of 255 = 52%
B 237 of 255 = 93%

237
132
237

R + G + B ~ 79%. #ED84ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 132 + 237 = 606 (100%)
R 237 of 606 ~ 39.11%
G 132 of 606 ~ 21.78%
B 237 of 606 ~ 39.11'%

%39.11
%21.78
%39.11

CMYK color model

#ED84ED color CMYK value is (0,44,0,7).

  • cyan value is 0.00%
  • magenta value is 44.30%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (0,44,0,7)
C0M44Y0K7 (0%, 44%, 0%, 7%)
(0.00 / 0.44 / 0.00 / 0.07)

CMYK percentages

%0
%44.3
%0
%7.06

Codes

Color #ED84ED in popluar color models

ED 84 ED
RGB 237 132 237
HSL 300° 74.47% 72.35%
HSB/HSV 300° 44.30% 92.94%
CMYK 0.00% 44.30% 0.00%
7.06%

Color #ED84ED in popluar number systems.

HEX ED 84 ED
Decimal 237 132 237
Binary 11101101 10000100 11101101
Octal 355 204 355

Shades and tints

Shades of #ED84ED

#ED84ED
(237,132,237)
#D878D8
(216,120,216)
#C36CC3
(195,108,195)
#AE60AE
(174,96,174)
#995499
(153,84,153)
#844884
(132,72,132)
#6F3C6F
(111,60,111)
#5A305A
(90,48,90)
#452445
(69,36,69)
#301830
(48,24,48)
#1B0C1B
(27,12,27)
#000000
(0,0,0)

Tints of #ED84ED

#ED84ED
(237,132,237)
#EE8FEE
(238,143,238)
#EF9AEF
(239,154,239)
#F0A5F0
(240,165,240)
#F1B0F1
(241,176,241)
#F2BBF2
(242,187,242)
#F3C6F3
(243,198,243)
#F4D1F4
(244,209,244)
#F5DCF5
(245,220,245)
#F6E7F6
(246,231,246)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED84ED; }

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

This text font color is #ED84ED.

Background Color

.myBgColor { background-color: #ED84ED; }

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

This div background color is #ED84ED.

Border color

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

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

This div border color is #ED84ED.

Opacity

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

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

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

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

This text has shadow with #ED84ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED84ED.

Preview

Color preview on black background

This text has color #ED84ED on black background.


Color preview on white background

This text has color #ED84ED on white background.


Black color preview on #ED84ED background

This text has black color on #ED84ED background.


White color preview on #ED84ED background

This text has white color on #ED84ED background.


Related colors

Complementary color

Complementary color for #hex is #127B12.


I love getcolorcode.com

Triadic colors

1 #EDED84 and #84EDED with #ED84ED are triadic colors.

2 #ED84ED and #84EDED with #ED84ED are triadic colors.