COLOR #EC96F6

HEX: #EC96F6 RGB: (236,150,246)

Color info

#EC96F6 contains mainly red and blue colors. Web safe color of #EC96F6 is #FF99FF (or #F9F).

RGB color model

#EC96F6 color RGB value is (236,150,246).

RGB: (236,150,246) (93%, 59%, 96%)

RGB channels and saturation

R 236 of 255 = 93%
G 150 of 255 = 59%
B 246 of 255 = 96%

236
150
246

R + G + B ~ 83%. #EC96F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 150 + 246 = 632 (100%)
R 236 of 632 ~ 37.34%
G 150 of 632 ~ 23.73%
B 246 of 632 ~ 38.92'%

%37.34
%23.73
%38.92

CMYK color model

#EC96F6 color CMYK value is (4,39,0,4).

  • cyan value is 4.07%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (4,39,0,4)
C4M39Y0K4 (4%, 39%, 0%, 4%)
(0.04 / 0.39 / 0.00 / 0.04)

CMYK percentages

%4.07
%39.02
%0
%3.53

Codes

Color #EC96F6 in popluar color models

EC 96 F6
RGB 236 150 246
HSL 294° 84.21% 77.65%
HSB/HSV 294° 39.02% 96.47%
CMYK 4.07% 39.02% 0.00%
3.53%

Color #EC96F6 in popluar number systems.

HEX EC 96 F6
Decimal 236 150 246
Binary 11101100 10010110 11110110
Octal 354 226 366

Shades and tints

Shades of #EC96F6

#EC96F6
(236,150,246)
#D789E0
(215,137,224)
#C27CCA
(194,124,202)
#AD6FB4
(173,111,180)
#98629E
(152,98,158)
#835588
(131,85,136)
#6E4872
(110,72,114)
#593B5C
(89,59,92)
#442E46
(68,46,70)
#2F2130
(47,33,48)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #EC96F6

#EC96F6
(236,150,246)
#ED9FF6
(237,159,246)
#EEA8F6
(238,168,246)
#EFB1F6
(239,177,246)
#F0BAF6
(240,186,246)
#F1C3F6
(241,195,246)
#F2CCF6
(242,204,246)
#F3D5F6
(243,213,246)
#F4DEF6
(244,222,246)
#F5E7F6
(245,231,246)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC96F6 color. Also use rgb(236,150,246) instead hex code.

Text Font Color

.myTextColor { color: #EC96F6; }

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

This text font color is #EC96F6.

Background Color

.myBgColor { background-color: #EC96F6; }

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

This div background color is #EC96F6.

Border color

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

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

This div border color is #EC96F6.

Opacity

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

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

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

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

This text has shadow with #EC96F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC96F6.

Preview

Color preview on black background

This text has color #EC96F6 on black background.


Color preview on white background

This text has color #EC96F6 on white background.


Black color preview on #EC96F6 background

This text has black color on #EC96F6 background.


White color preview on #EC96F6 background

This text has white color on #EC96F6 background.


Related colors

Complementary color

Complementary color for #hex is #136909.


I love getcolorcode.com

Triadic colors

1 #F6EC96 and #96F6EC with #EC96F6 are triadic colors.

2 #F696EC and #96ECF6 with #EC96F6 are triadic colors.