COLOR #ED78BF

HEX: #ED78BF
RGB: (237,120,191)

Color info

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

RGB color model

#ED78BF color RGB value is (237,120,191).

  • red value is 237;
  • green value is 120;
  • blue value is 191.
RGB:
(237,120,191)
(93%,47%,75%)

RGB channels and saturation

R 237 of 255 = 93%
G 120 of 255 = 47%
B 191 of 255 = 75%

237
120
191

R + G + B ~ 72%. #ED78BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 120 + 191 = 548 (100%)
R 237 of 548 ~ 43.25%
G 120 of 548 ~ 21.9%
B 191 of 548 ~ 34.85%

%43.25
%21.9
%34.85

CMYK color model

#ED78BF color CMYK value is (0,49,19,7).

  • cyan value is 0.00%
  • magenta value is 49.37%
  • yellow value is 19.41%
  • key color value is 7.06%
CMYK:
(0,49,19,7)
C0M49Y19K7 
(0%,49%,19%,7%)
(0.00/0.49/0.19/0.07)	

CMYK percentages

%0
%49.37
%19.41
%7.06

Codes

Color #ED78BF in popluar color models

ED78BF
RGB237120191
HSL324°76.47%70.00%
HSB/HSV324°49.37%92.94%
CMYK0.00%49.37%19.41%
7.06%

Color #ED78BF in popluar number systems.

HEXED78BF
Decimal237120191
Binary11101101111100010111111
Octal355170277

Shades and tints

Shades of #ED78BF

#ED78BF
(237,120,191)
#D86EAE
(216,110,174)
#C3649D
(195,100,157)
#AE5A8C
(174,90,140)
#99507B
(153,80,123)
#84466A
(132,70,106)
#6F3C59
(111,60,89)
#5A3248
(90,50,72)
#452837
(69,40,55)
#301E26
(48,30,38)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #ED78BF

#ED78BF
(237,120,191)
#EE84C4
(238,132,196)
#EF90C9
(239,144,201)
#F09CCE
(240,156,206)
#F1A8D3
(241,168,211)
#F2B4D8
(242,180,216)
#F3C0DD
(243,192,221)
#F4CCE2
(244,204,226)
#F5D8E7
(245,216,231)
#F6E4EC
(246,228,236)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED78BF color. Also use rgb(237,120,191) instead hex code.

Text Font Color

.myTextColor { color: #ED78BF; }

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

This text font color is #ED78BF.


Background Color

.myBgColor { background-color: #ED78BF; }

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

This div background color is #ED78BF.


Border color

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

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

This div border color is #ED78BF.


Opacity

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

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

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

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

This text has shadow with #ED78BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED78BF on black background.


Color preview on white background

This text has color #ED78BF on white background.



Black color preview on #ED78BF background

This text has black color on #ED78BF background.


White color preview on #ED78BF background

This text has white color on #ED78BF background.