COLOR #EC64B3

HEX: #EC64B3
RGB: (236,100,179)

Color info

#EC64B3 contains mainly red and blue colors. Web safe color of #EC64B3 is #FF6699 (or #F69).

RGB color model

#EC64B3 color RGB value is (236,100,179).

  • red value is 236;
  • green value is 100;
  • blue value is 179.
RGB:
(236,100,179)
(93%,39%,70%)

RGB channels and saturation

R 236 of 255 = 93%
G 100 of 255 = 39%
B 179 of 255 = 70%

236
100
179

R + G + B ~ 67%. #EC64B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 100 + 179 = 515 (100%)
R 236 of 515 ~ 45.83%
G 100 of 515 ~ 19.42%
B 179 of 515 ~ 34.76%

%45.83
%19.42
%34.76

CMYK color model

#EC64B3 color CMYK value is (0,58,24,7).

  • cyan value is 0.00%
  • magenta value is 57.63%
  • yellow value is 24.15%
  • key color value is 7.45%
CMYK:
(0,58,24,7)
C0M58Y24K7 
(0%,58%,24%,7%)
(0.00/0.58/0.24/0.07)	

CMYK percentages

%0
%57.63
%24.15
%7.45

Codes

Color #EC64B3 in popluar color models

EC64B3
RGB236100179
HSL325°78.16%65.88%
HSB/HSV325°57.63%92.55%
CMYK0.00%57.63%24.15%
7.45%

Color #EC64B3 in popluar number systems.

HEXEC64B3
Decimal236100179
Binary11101100110010010110011
Octal354144263

Shades and tints

Shades of #EC64B3

#EC64B3
(236,100,179)
#D75BA3
(215,91,163)
#C25293
(194,82,147)
#AD4983
(173,73,131)
#984073
(152,64,115)
#833763
(131,55,99)
#6E2E53
(110,46,83)
#592543
(89,37,67)
#441C33
(68,28,51)
#2F1323
(47,19,35)
#1A0A13
(26,10,19)
#000000
(0,0,0)

Tints of #EC64B3

#EC64B3
(236,100,179)
#ED72B9
(237,114,185)
#EE80BF
(238,128,191)
#EF8EC5
(239,142,197)
#F09CCB
(240,156,203)
#F1AAD1
(241,170,209)
#F2B8D7
(242,184,215)
#F3C6DD
(243,198,221)
#F4D4E3
(244,212,227)
#F5E2E9
(245,226,233)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC64B3 color. Also use rgb(236,100,179) instead hex code.

Text Font Color

.myTextColor { color: #EC64B3; }

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

This text font color is #EC64B3.


Background Color

.myBgColor { background-color: #EC64B3; }

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

This div background color is #EC64B3.


Border color

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

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

This div border color is #EC64B3.


Opacity

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

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

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

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

This text has shadow with #EC64B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC64B3 on black background.


Color preview on white background

This text has color #EC64B3 on white background.



Black color preview on #EC64B3 background

This text has black color on #EC64B3 background.


White color preview on #EC64B3 background

This text has white color on #EC64B3 background.