COLOR #FF2ED4

HEX: #FF2ED4
RGB: (255,46,212)

Color info

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

RGB color model

#FF2ED4 color RGB value is (255,46,212).

  • red value is 255;
  • green value is 46;
  • blue value is 212.
RGB:
(255,46,212)
(100%,18%,83%)

RGB channels and saturation

R 255 of 255 = 100%
G 46 of 255 = 18%
B 212 of 255 = 83%

255
46
212

R + G + B ~ 67%. #FF2ED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 46 + 212 = 513 (100%)
R 255 of 513 ~ 49.71%
G 46 of 513 ~ 8.97%
B 212 of 513 ~ 41.33%

%49.71
%41.33

CMYK color model

#FF2ED4 color CMYK value is (0,82,17,0).

  • cyan value is 0.00%
  • magenta value is 81.96%
  • yellow value is 16.86%
  • key color value is 0.00%
CMYK:
(0,82,17,0)
C0M82Y17K0 
(0%,82%,17%,0%)
(0.00/0.82/0.17/0.00)	

CMYK percentages

%0
%81.96
%16.86
%0

Codes

Color #FF2ED4 in popluar color models

FF2ED4
RGB25546212
HSL312°100.00%59.02%
HSB/HSV312°81.96%100.00%
CMYK0.00%81.96%16.86%
0.00%

Color #FF2ED4 in popluar number systems.

HEXFF2ED4
Decimal25546212
Binary1111111110111011010100
Octal37756324

Shades and tints

Shades of #FF2ED4

#FF2ED4
(255,46,212)
#E82AC1
(232,42,193)
#D126AE
(209,38,174)
#BA229B
(186,34,155)
#A31E88
(163,30,136)
#8C1A75
(140,26,117)
#751662
(117,22,98)
#5E124F
(94,18,79)
#470E3C
(71,14,60)
#300A29
(48,10,41)
#190616
(25,6,22)
#000000
(0,0,0)

Tints of #FF2ED4

#FF2ED4
(255,46,212)
#FF41D7
(255,65,215)
#FF54DA
(255,84,218)
#FF67DD
(255,103,221)
#FF7AE0
(255,122,224)
#FF8DE3
(255,141,227)
#FFA0E6
(255,160,230)
#FFB3E9
(255,179,233)
#FFC6EC
(255,198,236)
#FFD9EF
(255,217,239)
#FFECF2
(255,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF2ED4 color. Also use rgb(255,46,212) instead hex code.

Text Font Color

.myTextColor { color: #FF2ED4; }

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

This text font color is #FF2ED4.


Background Color

.myBgColor { background-color: #FF2ED4; }

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

This div background color is #FF2ED4.


Border color

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

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

This div border color is #FF2ED4.


Opacity

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

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

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

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

This text has shadow with #FF2ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF2ED4 on black background.


Color preview on white background

This text has color #FF2ED4 on white background.



Black color preview on #FF2ED4 background

This text has black color on #FF2ED4 background.


White color preview on #FF2ED4 background

This text has white color on #FF2ED4 background.