COLOR #ED5AC6

HEX: #ED5AC6
RGB: (237,90,198)

Color info

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

RGB color model

#ED5AC6 color RGB value is (237,90,198).

  • red value is 237;
  • green value is 90;
  • blue value is 198.
RGB:
(237,90,198)
(93%,35%,78%)

RGB channels and saturation

R 237 of 255 = 93%
G 90 of 255 = 35%
B 198 of 255 = 78%

237
90
198

R + G + B ~ 69%. #ED5AC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 90 + 198 = 525 (100%)
R 237 of 525 ~ 45.14%
G 90 of 525 ~ 17.14%
B 198 of 525 ~ 37.71%

%45.14
%17.14
%37.71

CMYK color model

#ED5AC6 color CMYK value is (0,62,16,7).

  • cyan value is 0.00%
  • magenta value is 62.03%
  • yellow value is 16.46%
  • key color value is 7.06%
CMYK:
(0,62,16,7)
C0M62Y16K7 
(0%,62%,16%,7%)
(0.00/0.62/0.16/0.07)	

CMYK percentages

%0
%62.03
%16.46
%7.06

Codes

Color #ED5AC6 in popluar color models

ED5AC6
RGB23790198
HSL316°80.33%64.12%
HSB/HSV316°62.03%92.94%
CMYK0.00%62.03%16.46%
7.06%

Color #ED5AC6 in popluar number systems.

HEXED5AC6
Decimal23790198
Binary11101101101101011000110
Octal355132306

Shades and tints

Shades of #ED5AC6

#ED5AC6
(237,90,198)
#D852B4
(216,82,180)
#C34AA2
(195,74,162)
#AE4290
(174,66,144)
#993A7E
(153,58,126)
#84326C
(132,50,108)
#6F2A5A
(111,42,90)
#5A2248
(90,34,72)
#451A36
(69,26,54)
#301224
(48,18,36)
#1B0A12
(27,10,18)
#000000
(0,0,0)

Tints of #ED5AC6

#ED5AC6
(237,90,198)
#EE69CB
(238,105,203)
#EF78D0
(239,120,208)
#F087D5
(240,135,213)
#F196DA
(241,150,218)
#F2A5DF
(242,165,223)
#F3B4E4
(243,180,228)
#F4C3E9
(244,195,233)
#F5D2EE
(245,210,238)
#F6E1F3
(246,225,243)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED5AC6 color. Also use rgb(237,90,198) instead hex code.

Text Font Color

.myTextColor { color: #ED5AC6; }

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

This text font color is #ED5AC6.


Background Color

.myBgColor { background-color: #ED5AC6; }

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

This div background color is #ED5AC6.


Border color

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

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

This div border color is #ED5AC6.


Opacity

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

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

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

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

This text has shadow with #ED5AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED5AC6 on black background.


Color preview on white background

This text has color #ED5AC6 on white background.



Black color preview on #ED5AC6 background

This text has black color on #ED5AC6 background.


White color preview on #ED5AC6 background

This text has white color on #ED5AC6 background.