COLOR #ED7AEE

HEX: #ED7AEE
RGB: (237,122,238)

Color info

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

RGB color model

#ED7AEE color RGB value is (237,122,238).

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

RGB channels and saturation

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

237
122
238

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

Portions of RGB colors in percentages

R + G + B =
237 + 122 + 238 = 597 (100%)
R 237 of 597 ~ 39.7%
G 122 of 597 ~ 20.44%
B 238 of 597 ~ 39.87%

%39.7
%20.44
%39.87

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 48.74%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(0,49,0,7)
C0M49Y0K7 
(0%,49%,0%,7%)
(0.00/0.49/0.00/0.07)	

CMYK percentages

%0.42
%48.74
%0
%6.67

Codes

Color #ED7AEE in popluar color models

ED7AEE
RGB237122238
HSL299°77.33%70.59%
HSB/HSV299°48.74%93.33%
CMYK0.42%48.74%0.00%
6.67%

Color #ED7AEE in popluar number systems.

HEXED7AEE
Decimal237122238
Binary11101101111101011101110
Octal355172356

Shades and tints

Shades of #ED7AEE

#ED7AEE
(237,122,238)
#D86FD9
(216,111,217)
#C364C4
(195,100,196)
#AE59AF
(174,89,175)
#994E9A
(153,78,154)
#844385
(132,67,133)
#6F3870
(111,56,112)
#5A2D5B
(90,45,91)
#452246
(69,34,70)
#301731
(48,23,49)
#1B0C1C
(27,12,28)
#000000
(0,0,0)

Tints of #ED7AEE

#ED7AEE
(237,122,238)
#EE86EF
(238,134,239)
#EF92F0
(239,146,240)
#F09EF1
(240,158,241)
#F1AAF2
(241,170,242)
#F2B6F3
(242,182,243)
#F3C2F4
(243,194,244)
#F4CEF5
(244,206,245)
#F5DAF6
(245,218,246)
#F6E6F7
(246,230,247)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED7AEE; }

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

This text font color is #ED7AEE.


Background Color

.myBgColor { background-color: #ED7AEE; }

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

This div background color is #ED7AEE.


Border color

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

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

This div border color is #ED7AEE.


Opacity

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

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

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

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

This text has shadow with #ED7AEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7AEE on black background.


Color preview on white background

This text has color #ED7AEE on white background.



Black color preview on #ED7AEE background

This text has black color on #ED7AEE background.


White color preview on #ED7AEE background

This text has white color on #ED7AEE background.