COLOR #ED46C8

HEX: #ED46C8
RGB: (237,70,200)

Color info

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

RGB color model

#ED46C8 color RGB value is (237,70,200).

  • red value is 237;
  • green value is 70;
  • blue value is 200.
RGB:
(237,70,200)
(93%,27%,78%)

RGB channels and saturation

R 237 of 255 = 93%
G 70 of 255 = 27%
B 200 of 255 = 78%

237
70
200

R + G + B ~ 66%. #ED46C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 70 + 200 = 507 (100%)
R 237 of 507 ~ 46.75%
G 70 of 507 ~ 13.81%
B 200 of 507 ~ 39.45%

%46.75
%13.81
%39.45

CMYK color model

#ED46C8 color CMYK value is (0,70,16,7).

  • cyan value is 0.00%
  • magenta value is 70.46%
  • yellow value is 15.61%
  • key color value is 7.06%
CMYK:
(0,70,16,7)
C0M70Y16K7 
(0%,70%,16%,7%)
(0.00/0.70/0.16/0.07)	

CMYK percentages

%0
%70.46
%15.61
%7.06

Codes

Color #ED46C8 in popluar color models

ED46C8
RGB23770200
HSL313°82.27%60.20%
HSB/HSV313°70.46%92.94%
CMYK0.00%70.46%15.61%
7.06%

Color #ED46C8 in popluar number systems.

HEXED46C8
Decimal23770200
Binary11101101100011011001000
Octal355106310

Shades and tints

Shades of #ED46C8

#ED46C8
(237,70,200)
#D840B6
(216,64,182)
#C33AA4
(195,58,164)
#AE3492
(174,52,146)
#992E80
(153,46,128)
#84286E
(132,40,110)
#6F225C
(111,34,92)
#5A1C4A
(90,28,74)
#451638
(69,22,56)
#301026
(48,16,38)
#1B0A14
(27,10,20)
#000000
(0,0,0)

Tints of #ED46C8

#ED46C8
(237,70,200)
#EE56CD
(238,86,205)
#EF66D2
(239,102,210)
#F076D7
(240,118,215)
#F186DC
(241,134,220)
#F296E1
(242,150,225)
#F3A6E6
(243,166,230)
#F4B6EB
(244,182,235)
#F5C6F0
(245,198,240)
#F6D6F5
(246,214,245)
#F7E6FA
(247,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED46C8; }

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

This text font color is #ED46C8.


Background Color

.myBgColor { background-color: #ED46C8; }

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

This div background color is #ED46C8.


Border color

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

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

This div border color is #ED46C8.


Opacity

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

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

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

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

This text has shadow with #ED46C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED46C8 on black background.


Color preview on white background

This text has color #ED46C8 on white background.



Black color preview on #ED46C8 background

This text has black color on #ED46C8 background.


White color preview on #ED46C8 background

This text has white color on #ED46C8 background.