COLOR #EC67F2

HEX: #EC67F2
RGB: (236,103,242)

Color info

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

RGB color model

#EC67F2 color RGB value is (236,103,242).

  • red value is 236;
  • green value is 103;
  • blue value is 242.
RGB:
(236,103,242)
(93%,40%,95%)

RGB channels and saturation

R 236 of 255 = 93%
G 103 of 255 = 40%
B 242 of 255 = 95%

236
103
242

R + G + B ~ 76%. #EC67F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 103 + 242 = 581 (100%)
R 236 of 581 ~ 40.62%
G 103 of 581 ~ 17.73%
B 242 of 581 ~ 41.65%

%40.62
%17.73
%41.65

CMYK color model

#EC67F2 color CMYK value is (2,57,0,5).

  • cyan value is 2.48%
  • magenta value is 57.44%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(2,57,0,5)
C2M57Y0K5 
(2%,57%,0%,5%)
(0.02/0.57/0.00/0.05)	

CMYK percentages

%2.48
%57.44
%0
%5.1

Codes

Color #EC67F2 in popluar color models

EC67F2
RGB236103242
HSL297°84.24%67.65%
HSB/HSV297°57.44%94.90%
CMYK2.48%57.44%0.00%
5.10%

Color #EC67F2 in popluar number systems.

HEXEC67F2
Decimal236103242
Binary11101100110011111110010
Octal354147362

Shades and tints

Shades of #EC67F2

#EC67F2
(236,103,242)
#D75EDC
(215,94,220)
#C255C6
(194,85,198)
#AD4CB0
(173,76,176)
#98439A
(152,67,154)
#833A84
(131,58,132)
#6E316E
(110,49,110)
#592858
(89,40,88)
#441F42
(68,31,66)
#2F162C
(47,22,44)
#1A0D16
(26,13,22)
#000000
(0,0,0)

Tints of #EC67F2

#EC67F2
(236,103,242)
#ED74F3
(237,116,243)
#EE81F4
(238,129,244)
#EF8EF5
(239,142,245)
#F09BF6
(240,155,246)
#F1A8F7
(241,168,247)
#F2B5F8
(242,181,248)
#F3C2F9
(243,194,249)
#F4CFFA
(244,207,250)
#F5DCFB
(245,220,251)
#F6E9FC
(246,233,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC67F2 color. Also use rgb(236,103,242) instead hex code.

Text Font Color

.myTextColor { color: #EC67F2; }

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

This text font color is #EC67F2.


Background Color

.myBgColor { background-color: #EC67F2; }

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

This div background color is #EC67F2.


Border color

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

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

This div border color is #EC67F2.


Opacity

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

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

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

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

This text has shadow with #EC67F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC67F2 on black background.


Color preview on white background

This text has color #EC67F2 on white background.



Black color preview on #EC67F2 background

This text has black color on #EC67F2 background.


White color preview on #EC67F2 background

This text has white color on #EC67F2 background.