COLOR #ED69E4

HEX: #ED69E4
RGB: (237,105,228)

Color info

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

RGB color model

#ED69E4 color RGB value is (237,105,228).

  • red value is 237;
  • green value is 105;
  • blue value is 228.
RGB:
(237,105,228)
(93%,41%,89%)

RGB channels and saturation

R 237 of 255 = 93%
G 105 of 255 = 41%
B 228 of 255 = 89%

237
105
228

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

Portions of RGB colors in percentages

R + G + B =
237 + 105 + 228 = 570 (100%)
R 237 of 570 ~ 41.58%
G 105 of 570 ~ 18.42%
B 228 of 570 ~ 40%

%41.58
%18.42
%40

CMYK color model

#ED69E4 color CMYK value is (0,56,4,7).

  • cyan value is 0.00%
  • magenta value is 55.70%
  • yellow value is 3.80%
  • key color value is 7.06%
CMYK:
(0,56,4,7)
C0M56Y4K7 
(0%,56%,4%,7%)
(0.00/0.56/0.04/0.07)	

CMYK percentages

%0
%55.7
%3.8
%7.06

Codes

Color #ED69E4 in popluar color models

ED69E4
RGB237105228
HSL304°78.57%67.06%
HSB/HSV304°55.70%92.94%
CMYK0.00%55.70%3.80%
7.06%

Color #ED69E4 in popluar number systems.

HEXED69E4
Decimal237105228
Binary11101101110100111100100
Octal355151344

Shades and tints

Shades of #ED69E4

#ED69E4
(237,105,228)
#D860D0
(216,96,208)
#C357BC
(195,87,188)
#AE4EA8
(174,78,168)
#994594
(153,69,148)
#843C80
(132,60,128)
#6F336C
(111,51,108)
#5A2A58
(90,42,88)
#452144
(69,33,68)
#301830
(48,24,48)
#1B0F1C
(27,15,28)
#000000
(0,0,0)

Tints of #ED69E4

#ED69E4
(237,105,228)
#EE76E6
(238,118,230)
#EF83E8
(239,131,232)
#F090EA
(240,144,234)
#F19DEC
(241,157,236)
#F2AAEE
(242,170,238)
#F3B7F0
(243,183,240)
#F4C4F2
(244,196,242)
#F5D1F4
(245,209,244)
#F6DEF6
(246,222,246)
#F7EBF8
(247,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED69E4 color. Also use rgb(237,105,228) instead hex code.

Text Font Color

.myTextColor { color: #ED69E4; }

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

This text font color is #ED69E4.


Background Color

.myBgColor { background-color: #ED69E4; }

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

This div background color is #ED69E4.


Border color

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

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

This div border color is #ED69E4.


Opacity

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

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

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

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

This text has shadow with #ED69E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED69E4 on black background.


Color preview on white background

This text has color #ED69E4 on white background.



Black color preview on #ED69E4 background

This text has black color on #ED69E4 background.


White color preview on #ED69E4 background

This text has white color on #ED69E4 background.