COLOR #EC43E1

HEX: #EC43E1
RGB: (236,67,225)

Color info

#EC43E1 contains mainly red and blue colors. Web safe color of #EC43E1 is #FF33CC (or #F3C).

RGB color model

#EC43E1 color RGB value is (236,67,225).

  • red value is 236;
  • green value is 67;
  • blue value is 225.
RGB:
(236,67,225)
(93%,26%,88%)

RGB channels and saturation

R 236 of 255 = 93%
G 67 of 255 = 26%
B 225 of 255 = 88%

236
67
225

R + G + B ~ 69%. #EC43E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 67 + 225 = 528 (100%)
R 236 of 528 ~ 44.7%
G 67 of 528 ~ 12.69%
B 225 of 528 ~ 42.61%

%44.7
%12.69
%42.61

CMYK color model

#EC43E1 color CMYK value is (0,72,5,7).

  • cyan value is 0.00%
  • magenta value is 71.61%
  • yellow value is 4.66%
  • key color value is 7.45%
CMYK:
(0,72,5,7)
C0M72Y5K7 
(0%,72%,5%,7%)
(0.00/0.72/0.05/0.07)	

CMYK percentages

%0
%71.61
%4.66
%7.45

Codes

Color #EC43E1 in popluar color models

EC43E1
RGB23667225
HSL304°81.64%59.41%
HSB/HSV304°71.61%92.55%
CMYK0.00%71.61%4.66%
7.45%

Color #EC43E1 in popluar number systems.

HEXEC43E1
Decimal23667225
Binary11101100100001111100001
Octal354103341

Shades and tints

Shades of #EC43E1

#EC43E1
(236,67,225)
#D73DCD
(215,61,205)
#C237B9
(194,55,185)
#AD31A5
(173,49,165)
#982B91
(152,43,145)
#83257D
(131,37,125)
#6E1F69
(110,31,105)
#591955
(89,25,85)
#441341
(68,19,65)
#2F0D2D
(47,13,45)
#1A0719
(26,7,25)
#000000
(0,0,0)

Tints of #EC43E1

#EC43E1
(236,67,225)
#ED54E3
(237,84,227)
#EE65E5
(238,101,229)
#EF76E7
(239,118,231)
#F087E9
(240,135,233)
#F198EB
(241,152,235)
#F2A9ED
(242,169,237)
#F3BAEF
(243,186,239)
#F4CBF1
(244,203,241)
#F5DCF3
(245,220,243)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC43E1 color. Also use rgb(236,67,225) instead hex code.

Text Font Color

.myTextColor { color: #EC43E1; }

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

This text font color is #EC43E1.


Background Color

.myBgColor { background-color: #EC43E1; }

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

This div background color is #EC43E1.


Border color

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

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

This div border color is #EC43E1.


Opacity

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

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

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

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

This text has shadow with #EC43E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC43E1 on black background.


Color preview on white background

This text has color #EC43E1 on white background.



Black color preview on #EC43E1 background

This text has black color on #EC43E1 background.


White color preview on #EC43E1 background

This text has white color on #EC43E1 background.