COLOR #ED7FEA

HEX: #ED7FEA
RGB: (237,127,234)

Color info

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

RGB color model

#ED7FEA color RGB value is (237,127,234).

  • red value is 237;
  • green value is 127;
  • blue value is 234.
RGB:
(237,127,234)
(93%,50%,92%)

RGB channels and saturation

R 237 of 255 = 93%
G 127 of 255 = 50%
B 234 of 255 = 92%

237
127
234

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

Portions of RGB colors in percentages

R + G + B =
237 + 127 + 234 = 598 (100%)
R 237 of 598 ~ 39.63%
G 127 of 598 ~ 21.24%
B 234 of 598 ~ 39.13%

%39.63
%21.24
%39.13

CMYK color model

#ED7FEA color CMYK value is (0,46,1,7).

  • cyan value is 0.00%
  • magenta value is 46.41%
  • yellow value is 1.27%
  • key color value is 7.06%
CMYK:
(0,46,1,7)
C0M46Y1K7 
(0%,46%,1%,7%)
(0.00/0.46/0.01/0.07)	

CMYK percentages

%0
%46.41
%1.27
%7.06

Codes

Color #ED7FEA in popluar color models

ED7FEA
RGB237127234
HSL302°75.34%71.37%
HSB/HSV302°46.41%92.94%
CMYK0.00%46.41%1.27%
7.06%

Color #ED7FEA in popluar number systems.

HEXED7FEA
Decimal237127234
Binary11101101111111111101010
Octal355177352

Shades and tints

Shades of #ED7FEA

#ED7FEA
(237,127,234)
#D874D5
(216,116,213)
#C369C0
(195,105,192)
#AE5EAB
(174,94,171)
#995396
(153,83,150)
#844881
(132,72,129)
#6F3D6C
(111,61,108)
#5A3257
(90,50,87)
#452742
(69,39,66)
#301C2D
(48,28,45)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #ED7FEA

#ED7FEA
(237,127,234)
#EE8AEB
(238,138,235)
#EF95EC
(239,149,236)
#F0A0ED
(240,160,237)
#F1ABEE
(241,171,238)
#F2B6EF
(242,182,239)
#F3C1F0
(243,193,240)
#F4CCF1
(244,204,241)
#F5D7F2
(245,215,242)
#F6E2F3
(246,226,243)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED7FEA; }

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

This text font color is #ED7FEA.


Background Color

.myBgColor { background-color: #ED7FEA; }

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

This div background color is #ED7FEA.


Border color

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

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

This div border color is #ED7FEA.


Opacity

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

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

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

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

This text has shadow with #ED7FEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7FEA on black background.


Color preview on white background

This text has color #ED7FEA on white background.



Black color preview on #ED7FEA background

This text has black color on #ED7FEA background.


White color preview on #ED7FEA background

This text has white color on #ED7FEA background.