COLOR #ED7AED

HEX: #ED7AED RGB: (237,122,237)

Color info

#ED7AED contains mainly red and blue colors. Web safe color of #ED7AED is #FF66FF (or #F6F).

RGB color model

#ED7AED color RGB value is (237,122,237).

RGB: (237,122,237) (93%, 48%, 93%)

RGB channels and saturation

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

237
122
237

R + G + B ~ 78%. #ED7AED is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 122 + 237 = 596 (100%)
R 237 of 596 ~ 39.77%
G 122 of 596 ~ 20.47%
B 237 of 596 ~ 39.77'%

%39.77
%20.47
%39.77

CMYK color model

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

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

CMYK: (0,49,0,7)
C0M49Y0K7 (0%, 49%, 0%, 7%)
(0.00 / 0.49 / 0.00 / 0.07)

CMYK percentages

%0
%48.52
%0
%7.06

Codes

Color #ED7AED in popluar color models

ED 7A ED
RGB 237 122 237
HSL 300° 76.16% 70.39%
HSB/HSV 300° 48.52% 92.94%
CMYK 0.00% 48.52% 0.00%
7.06%

Color #ED7AED in popluar number systems.

HEX ED 7A ED
Decimal 237 122 237
Binary 11101101 1111010 11101101
Octal 355 172 355

Shades and tints

Shades of #ED7AED

#ED7AED
(237,122,237)
#D86FD8
(216,111,216)
#C364C3
(195,100,195)
#AE59AE
(174,89,174)
#994E99
(153,78,153)
#844384
(132,67,132)
#6F386F
(111,56,111)
#5A2D5A
(90,45,90)
#452245
(69,34,69)
#301730
(48,23,48)
#1B0C1B
(27,12,27)
#000000
(0,0,0)

Tints of #ED7AED

#ED7AED
(237,122,237)
#EE86EE
(238,134,238)
#EF92EF
(239,146,239)
#F09EF0
(240,158,240)
#F1AAF1
(241,170,241)
#F2B6F2
(242,182,242)
#F3C2F3
(243,194,243)
#F4CEF4
(244,206,244)
#F5DAF5
(245,218,245)
#F6E6F6
(246,230,246)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED7AED; }

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

This text font color is #ED7AED.

Background Color

.myBgColor { background-color: #ED7AED; }

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

This div background color is #ED7AED.

Border color

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

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

This div border color is #ED7AED.

Opacity

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

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

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

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

This text has shadow with #ED7AED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED7AED.

Preview

Color preview on black background

This text has color #ED7AED on black background.


Color preview on white background

This text has color #ED7AED on white background.


Black color preview on #ED7AED background

This text has black color on #ED7AED background.


White color preview on #ED7AED background

This text has white color on #ED7AED background.


Related colors

Complementary color

Complementary color for #hex is #128512.


I love getcolorcode.com

Triadic colors

1 #EDED7A and #7AEDED with #ED7AED are triadic colors.

2 #ED7AED and #7AEDED with #ED7AED are triadic colors.