COLOR #ED67D8

HEX: #ED67D8
RGB: (237,103,216)

Color info

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

RGB color model

#ED67D8 color RGB value is (237,103,216).

  • red value is 237;
  • green value is 103;
  • blue value is 216.
RGB:
(237,103,216)
(93%,40%,85%)

RGB channels and saturation

R 237 of 255 = 93%
G 103 of 255 = 40%
B 216 of 255 = 85%

237
103
216

R + G + B ~ 73%. #ED67D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 103 + 216 = 556 (100%)
R 237 of 556 ~ 42.63%
G 103 of 556 ~ 18.53%
B 216 of 556 ~ 38.85%

%42.63
%18.53
%38.85

CMYK color model

#ED67D8 color CMYK value is (0,57,9,7).

  • cyan value is 0.00%
  • magenta value is 56.54%
  • yellow value is 8.86%
  • key color value is 7.06%
CMYK:
(0,57,9,7)
C0M57Y9K7 
(0%,57%,9%,7%)
(0.00/0.57/0.09/0.07)	

CMYK percentages

%0
%56.54
%8.86
%7.06

Codes

Color #ED67D8 in popluar color models

ED67D8
RGB237103216
HSL309°78.82%66.67%
HSB/HSV309°56.54%92.94%
CMYK0.00%56.54%8.86%
7.06%

Color #ED67D8 in popluar number systems.

HEXED67D8
Decimal237103216
Binary11101101110011111011000
Octal355147330

Shades and tints

Shades of #ED67D8

#ED67D8
(237,103,216)
#D85EC5
(216,94,197)
#C355B2
(195,85,178)
#AE4C9F
(174,76,159)
#99438C
(153,67,140)
#843A79
(132,58,121)
#6F3166
(111,49,102)
#5A2853
(90,40,83)
#451F40
(69,31,64)
#30162D
(48,22,45)
#1B0D1A
(27,13,26)
#000000
(0,0,0)

Tints of #ED67D8

#ED67D8
(237,103,216)
#EE74DB
(238,116,219)
#EF81DE
(239,129,222)
#F08EE1
(240,142,225)
#F19BE4
(241,155,228)
#F2A8E7
(242,168,231)
#F3B5EA
(243,181,234)
#F4C2ED
(244,194,237)
#F5CFF0
(245,207,240)
#F6DCF3
(246,220,243)
#F7E9F6
(247,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED67D8 color. Also use rgb(237,103,216) instead hex code.

Text Font Color

.myTextColor { color: #ED67D8; }

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

This text font color is #ED67D8.


Background Color

.myBgColor { background-color: #ED67D8; }

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

This div background color is #ED67D8.


Border color

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

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

This div border color is #ED67D8.


Opacity

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

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

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

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

This text has shadow with #ED67D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED67D8 on black background.


Color preview on white background

This text has color #ED67D8 on white background.



Black color preview on #ED67D8 background

This text has black color on #ED67D8 background.


White color preview on #ED67D8 background

This text has white color on #ED67D8 background.