COLOR #ED67E9

HEX: #ED67E9
RGB: (237,103,233)

Color info

#ED67E9 contains mainly red and blue colors. Web safe color of #ED67E9 is #FF66FF (or #F6F).

RGB color model

#ED67E9 color RGB value is (237,103,233).

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

RGB channels and saturation

R 237 of 255 = 93%
G 103 of 255 = 40%
B 233 of 255 = 91%

237
103
233

R + G + B ~ 75%. #ED67E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 103 + 233 = 573 (100%)
R 237 of 573 ~ 41.36%
G 103 of 573 ~ 17.98%
B 233 of 573 ~ 40.66%

%41.36
%17.98
%40.66

CMYK color model

#ED67E9 color CMYK value is (0,57,2,7).

  • cyan value is 0.00%
  • magenta value is 56.54%
  • yellow value is 1.69%
  • key color value is 7.06%
CMYK:
(0,57,2,7)
C0M57Y2K7 
(0%,57%,2%,7%)
(0.00/0.57/0.02/0.07)	

CMYK percentages

%0
%56.54
%1.69
%7.06

Codes

Color #ED67E9 in popluar color models

ED67E9
RGB237103233
HSL302°78.82%66.67%
HSB/HSV302°56.54%92.94%
CMYK0.00%56.54%1.69%
7.06%

Color #ED67E9 in popluar number systems.

HEXED67E9
Decimal237103233
Binary11101101110011111101001
Octal355147351

Shades and tints

Shades of #ED67E9

#ED67E9
(237,103,233)
#D85ED4
(216,94,212)
#C355BF
(195,85,191)
#AE4CAA
(174,76,170)
#994395
(153,67,149)
#843A80
(132,58,128)
#6F316B
(111,49,107)
#5A2856
(90,40,86)
#451F41
(69,31,65)
#30162C
(48,22,44)
#1B0D17
(27,13,23)
#000000
(0,0,0)

Tints of #ED67E9

#ED67E9
(237,103,233)
#EE74EB
(238,116,235)
#EF81ED
(239,129,237)
#F08EEF
(240,142,239)
#F19BF1
(241,155,241)
#F2A8F3
(242,168,243)
#F3B5F5
(243,181,245)
#F4C2F7
(244,194,247)
#F5CFF9
(245,207,249)
#F6DCFB
(246,220,251)
#F7E9FD
(247,233,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED67E9; }

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

This text font color is #ED67E9.


Background Color

.myBgColor { background-color: #ED67E9; }

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

This div background color is #ED67E9.


Border color

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

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

This div border color is #ED67E9.


Opacity

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

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

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

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

This text has shadow with #ED67E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED67E9 on black background.


Color preview on white background

This text has color #ED67E9 on white background.



Black color preview on #ED67E9 background

This text has black color on #ED67E9 background.


White color preview on #ED67E9 background

This text has white color on #ED67E9 background.