COLOR #EC66E8

HEX: #EC66E8
RGB: (236,102,232)

Color info

#EC66E8 contains mainly red and blue colors. Web safe color of #EC66E8 is #FF66FF (or #F6F).

RGB color model

#EC66E8 color RGB value is (236,102,232).

  • red value is 236;
  • green value is 102;
  • blue value is 232.
RGB:
(236,102,232)
(93%,40%,91%)

RGB channels and saturation

R 236 of 255 = 93%
G 102 of 255 = 40%
B 232 of 255 = 91%

236
102
232

R + G + B ~ 75%. #EC66E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 102 + 232 = 570 (100%)
R 236 of 570 ~ 41.4%
G 102 of 570 ~ 17.89%
B 232 of 570 ~ 40.7%

%41.4
%17.89
%40.7

CMYK color model

#EC66E8 color CMYK value is (0,57,2,7).

  • cyan value is 0.00%
  • magenta value is 56.78%
  • yellow value is 1.69%
  • key color value is 7.45%
CMYK:
(0,57,2,7)
C0M57Y2K7 
(0%,57%,2%,7%)
(0.00/0.57/0.02/0.07)	

CMYK percentages

%0
%56.78
%1.69
%7.45

Codes

Color #EC66E8 in popluar color models

EC66E8
RGB236102232
HSL302°77.91%66.27%
HSB/HSV302°56.78%92.55%
CMYK0.00%56.78%1.69%
7.45%

Color #EC66E8 in popluar number systems.

HEXEC66E8
Decimal236102232
Binary11101100110011011101000
Octal354146350

Shades and tints

Shades of #EC66E8

#EC66E8
(236,102,232)
#D75DD3
(215,93,211)
#C254BE
(194,84,190)
#AD4BA9
(173,75,169)
#984294
(152,66,148)
#83397F
(131,57,127)
#6E306A
(110,48,106)
#592755
(89,39,85)
#441E40
(68,30,64)
#2F152B
(47,21,43)
#1A0C16
(26,12,22)
#000000
(0,0,0)

Tints of #EC66E8

#EC66E8
(236,102,232)
#ED73EA
(237,115,234)
#EE80EC
(238,128,236)
#EF8DEE
(239,141,238)
#F09AF0
(240,154,240)
#F1A7F2
(241,167,242)
#F2B4F4
(242,180,244)
#F3C1F6
(243,193,246)
#F4CEF8
(244,206,248)
#F5DBFA
(245,219,250)
#F6E8FC
(246,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC66E8 color. Also use rgb(236,102,232) instead hex code.

Text Font Color

.myTextColor { color: #EC66E8; }

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

This text font color is #EC66E8.


Background Color

.myBgColor { background-color: #EC66E8; }

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

This div background color is #EC66E8.


Border color

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

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

This div border color is #EC66E8.


Opacity

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

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

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

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

This text has shadow with #EC66E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC66E8 on black background.


Color preview on white background

This text has color #EC66E8 on white background.



Black color preview on #EC66E8 background

This text has black color on #EC66E8 background.


White color preview on #EC66E8 background

This text has white color on #EC66E8 background.