COLOR #EC51A6

HEX: #EC51A6 RGB: (236,81,166)

Color info

#EC51A6 contains mainly red color. Web safe color of #EC51A6 is #FF6699 (or #F69).

RGB color model

#EC51A6 color RGB value is (236,81,166).

RGB: (236,81,166) (93%, 32%, 65%)

RGB channels and saturation

R 236 of 255 = 93%
G 81 of 255 = 32%
B 166 of 255 = 65%

236
81
166

R + G + B ~ 63%. #EC51A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 81 + 166 = 483 (100%)
R 236 of 483 ~ 48.86%
G 81 of 483 ~ 16.77%
B 166 of 483 ~ 34.37'%

%48.86
%16.77
%34.37

CMYK color model

#EC51A6 color CMYK value is (0,66,30,7).

  • cyan value is 0.00%
  • magenta value is 65.68%
  • yellow value is 29.66%
  • key color value is 7.45%

CMYK: (0,66,30,7)
C0M66Y30K7 (0%, 66%, 30%, 7%)
(0.00 / 0.66 / 0.30 / 0.07)

CMYK percentages

%0
%65.68
%29.66
%7.45

Codes

Color #EC51A6 in popluar color models

EC 51 A6
RGB 236 81 166
HSL 327° 80.31% 62.16%
HSB/HSV 327° 65.68% 92.55%
CMYK 0.00% 65.68% 29.66%
7.45%

Color #EC51A6 in popluar number systems.

HEX EC 51 A6
Decimal 236 81 166
Binary 11101100 1010001 10100110
Octal 354 121 246

Shades and tints

Shades of #EC51A6

#EC51A6
(236,81,166)
#D74A97
(215,74,151)
#C24388
(194,67,136)
#AD3C79
(173,60,121)
#98356A
(152,53,106)
#832E5B
(131,46,91)
#6E274C
(110,39,76)
#59203D
(89,32,61)
#44192E
(68,25,46)
#2F121F
(47,18,31)
#1A0B10
(26,11,16)
#000000
(0,0,0)

Tints of #EC51A6

#EC51A6
(236,81,166)
#ED60AE
(237,96,174)
#EE6FB6
(238,111,182)
#EF7EBE
(239,126,190)
#F08DC6
(240,141,198)
#F19CCE
(241,156,206)
#F2ABD6
(242,171,214)
#F3BADE
(243,186,222)
#F4C9E6
(244,201,230)
#F5D8EE
(245,216,238)
#F6E7F6
(246,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC51A6 color. Also use rgb(236,81,166) instead hex code.

Text Font Color

.myTextColor { color: #EC51A6; }

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

This text font color is #EC51A6.

Background Color

.myBgColor { background-color: #EC51A6; }

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

This div background color is #EC51A6.

Border color

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

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

This div border color is #EC51A6.

Opacity

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

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

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

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

This text has shadow with #EC51A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC51A6.

Preview

Color preview on black background

This text has color #EC51A6 on black background.


Color preview on white background

This text has color #EC51A6 on white background.


Black color preview on #EC51A6 background

This text has black color on #EC51A6 background.


White color preview on #EC51A6 background

This text has white color on #EC51A6 background.


Related colors

Complementary color

Complementary color for #hex is #13AE59.


I love getcolorcode.com

Triadic colors

1 #A6EC51 and #51A6EC with #EC51A6 are triadic colors.

2 #A651EC and #51ECA6 with #EC51A6 are triadic colors.