COLOR #ED0AC6

HEX: #ED0AC6
RGB: (237,10,198)

Color info

#ED0AC6 contains mainly red and blue colors. Web safe color of #ED0AC6 is #FF00CC (or #F0C).

RGB color model

#ED0AC6 color RGB value is (237,10,198).

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

RGB channels and saturation

R 237 of 255 = 93%
G 10 of 255 = 4%
B 198 of 255 = 78%

237
10
198

R + G + B ~ 58%. #ED0AC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
237 + 10 + 198 = 445 (100%)
R 237 of 445 ~ 53.26%
G 10 of 445 ~ 2.25%
B 198 of 445 ~ 44.49%

%53.26
%44.49

CMYK color model

#ED0AC6 color CMYK value is (0,96,16,7).

  • cyan value is 0.00%
  • magenta value is 95.78%
  • yellow value is 16.46%
  • key color value is 7.06%
CMYK:
(0,96,16,7)
C0M96Y16K7 
(0%,96%,16%,7%)
(0.00/0.96/0.16/0.07)	

CMYK percentages

%0
%95.78
%16.46
%7.06

Codes

Color #ED0AC6 in popluar color models

ED0AC6
RGB23710198
HSL310°91.90%48.43%
HSB/HSV310°95.78%92.94%
CMYK0.00%95.78%16.46%
7.06%

Color #ED0AC6 in popluar number systems.

HEXED0AC6
Decimal23710198
Binary11101101101011000110
Octal35512306

Shades and tints

Shades of #ED0AC6

#ED0AC6
(237,10,198)
#D80AB4
(216,10,180)
#C30AA2
(195,10,162)
#AE0A90
(174,10,144)
#990A7E
(153,10,126)
#840A6C
(132,10,108)
#6F0A5A
(111,10,90)
#5A0A48
(90,10,72)
#450A36
(69,10,54)
#300A24
(48,10,36)
#1B0A12
(27,10,18)
#000000
(0,0,0)

Tints of #ED0AC6

#ED0AC6
(237,10,198)
#EE20CB
(238,32,203)
#EF36D0
(239,54,208)
#F04CD5
(240,76,213)
#F162DA
(241,98,218)
#F278DF
(242,120,223)
#F38EE4
(243,142,228)
#F4A4E9
(244,164,233)
#F5BAEE
(245,186,238)
#F6D0F3
(246,208,243)
#F7E6F8
(247,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED0AC6; }

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

This text font color is #ED0AC6.


Background Color

.myBgColor { background-color: #ED0AC6; }

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

This div background color is #ED0AC6.


Border color

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

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

This div border color is #ED0AC6.


Opacity

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

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

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

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

This text has shadow with #ED0AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED0AC6 on black background.


Color preview on white background

This text has color #ED0AC6 on white background.



Black color preview on #ED0AC6 background

This text has black color on #ED0AC6 background.


White color preview on #ED0AC6 background

This text has white color on #ED0AC6 background.