COLOR #ED64E3

HEX: #ED64E3
RGB: (237,100,227)

Color info

#ED64E3 contains mainly red and blue colors. Web safe color of #ED64E3 is #FF66CC (or #F6C).

RGB color model

#ED64E3 color RGB value is (237,100,227).

  • red value is 237;
  • green value is 100;
  • blue value is 227.
RGB:
(237,100,227)
(93%,39%,89%)

RGB channels and saturation

R 237 of 255 = 93%
G 100 of 255 = 39%
B 227 of 255 = 89%

237
100
227

R + G + B ~ 74%. #ED64E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 100 + 227 = 564 (100%)
R 237 of 564 ~ 42.02%
G 100 of 564 ~ 17.73%
B 227 of 564 ~ 40.25%

%42.02
%17.73
%40.25

CMYK color model

#ED64E3 color CMYK value is (0,58,4,7).

  • cyan value is 0.00%
  • magenta value is 57.81%
  • yellow value is 4.22%
  • key color value is 7.06%
CMYK:
(0,58,4,7)
C0M58Y4K7 
(0%,58%,4%,7%)
(0.00/0.58/0.04/0.07)	

CMYK percentages

%0
%57.81
%4.22
%7.06

Codes

Color #ED64E3 in popluar color models

ED64E3
RGB237100227
HSL304°79.19%66.08%
HSB/HSV304°57.81%92.94%
CMYK0.00%57.81%4.22%
7.06%

Color #ED64E3 in popluar number systems.

HEXED64E3
Decimal237100227
Binary11101101110010011100011
Octal355144343

Shades and tints

Shades of #ED64E3

#ED64E3
(237,100,227)
#D85BCF
(216,91,207)
#C352BB
(195,82,187)
#AE49A7
(174,73,167)
#994093
(153,64,147)
#84377F
(132,55,127)
#6F2E6B
(111,46,107)
#5A2557
(90,37,87)
#451C43
(69,28,67)
#30132F
(48,19,47)
#1B0A1B
(27,10,27)
#000000
(0,0,0)

Tints of #ED64E3

#ED64E3
(237,100,227)
#EE72E5
(238,114,229)
#EF80E7
(239,128,231)
#F08EE9
(240,142,233)
#F19CEB
(241,156,235)
#F2AAED
(242,170,237)
#F3B8EF
(243,184,239)
#F4C6F1
(244,198,241)
#F5D4F3
(245,212,243)
#F6E2F5
(246,226,245)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED64E3; }

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

This text font color is #ED64E3.


Background Color

.myBgColor { background-color: #ED64E3; }

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

This div background color is #ED64E3.


Border color

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

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

This div border color is #ED64E3.


Opacity

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

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

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

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

This text has shadow with #ED64E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED64E3 on black background.


Color preview on white background

This text has color #ED64E3 on white background.



Black color preview on #ED64E3 background

This text has black color on #ED64E3 background.


White color preview on #ED64E3 background

This text has white color on #ED64E3 background.