COLOR #ED63CD

HEX: #ED63CD
RGB: (237,99,205)

Color info

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

RGB color model

#ED63CD color RGB value is (237,99,205).

  • red value is 237;
  • green value is 99;
  • blue value is 205.
RGB:
(237,99,205)
(93%,39%,80%)

RGB channels and saturation

R 237 of 255 = 93%
G 99 of 255 = 39%
B 205 of 255 = 80%

237
99
205

R + G + B ~ 71%. #ED63CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 99 + 205 = 541 (100%)
R 237 of 541 ~ 43.81%
G 99 of 541 ~ 18.3%
B 205 of 541 ~ 37.89%

%43.81
%18.3
%37.89

CMYK color model

#ED63CD color CMYK value is (0,58,14,7).

  • cyan value is 0.00%
  • magenta value is 58.23%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK:
(0,58,14,7)
C0M58Y14K7 
(0%,58%,14%,7%)
(0.00/0.58/0.14/0.07)	

CMYK percentages

%0
%58.23
%13.5
%7.06

Codes

Color #ED63CD in popluar color models

ED63CD
RGB23799205
HSL314°79.31%65.88%
HSB/HSV314°58.23%92.94%
CMYK0.00%58.23%13.50%
7.06%

Color #ED63CD in popluar number systems.

HEXED63CD
Decimal23799205
Binary11101101110001111001101
Octal355143315

Shades and tints

Shades of #ED63CD

#ED63CD
(237,99,205)
#D85ABB
(216,90,187)
#C351A9
(195,81,169)
#AE4897
(174,72,151)
#993F85
(153,63,133)
#843673
(132,54,115)
#6F2D61
(111,45,97)
#5A244F
(90,36,79)
#451B3D
(69,27,61)
#30122B
(48,18,43)
#1B0919
(27,9,25)
#000000
(0,0,0)

Tints of #ED63CD

#ED63CD
(237,99,205)
#EE71D1
(238,113,209)
#EF7FD5
(239,127,213)
#F08DD9
(240,141,217)
#F19BDD
(241,155,221)
#F2A9E1
(242,169,225)
#F3B7E5
(243,183,229)
#F4C5E9
(244,197,233)
#F5D3ED
(245,211,237)
#F6E1F1
(246,225,241)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED63CD color. Also use rgb(237,99,205) instead hex code.

Text Font Color

.myTextColor { color: #ED63CD; }

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

This text font color is #ED63CD.


Background Color

.myBgColor { background-color: #ED63CD; }

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

This div background color is #ED63CD.


Border color

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

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

This div border color is #ED63CD.


Opacity

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

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

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

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

This text has shadow with #ED63CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED63CD on black background.


Color preview on white background

This text has color #ED63CD on white background.



Black color preview on #ED63CD background

This text has black color on #ED63CD background.


White color preview on #ED63CD background

This text has white color on #ED63CD background.