COLOR #EC83EC

HEX: #EC83EC
RGB: (236,131,236)

Color info

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

RGB color model

#EC83EC color RGB value is (236,131,236).

  • red value is 236;
  • green value is 131;
  • blue value is 236.
RGB:
(236,131,236)
(93%,51%,93%)

RGB channels and saturation

R 236 of 255 = 93%
G 131 of 255 = 51%
B 236 of 255 = 93%

236
131
236

R + G + B ~ 79%. #EC83EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 131 + 236 = 603 (100%)
R 236 of 603 ~ 39.14%
G 131 of 603 ~ 21.72%
B 236 of 603 ~ 39.14%

%39.14
%21.72
%39.14

CMYK color model

#EC83EC color CMYK value is (0,44,0,7).

  • cyan value is 0.00%
  • magenta value is 44.49%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(0,44,0,7)
C0M44Y0K7 
(0%,44%,0%,7%)
(0.00/0.44/0.00/0.07)	

CMYK percentages

%0
%44.49
%0
%7.45

Codes

Color #EC83EC in popluar color models

EC83EC
RGB236131236
HSL300°73.43%71.96%
HSB/HSV300°44.49%92.55%
CMYK0.00%44.49%0.00%
7.45%

Color #EC83EC in popluar number systems.

HEXEC83EC
Decimal236131236
Binary111011001000001111101100
Octal354203354

Shades and tints

Shades of #EC83EC

#EC83EC
(236,131,236)
#D778D7
(215,120,215)
#C26DC2
(194,109,194)
#AD62AD
(173,98,173)
#985798
(152,87,152)
#834C83
(131,76,131)
#6E416E
(110,65,110)
#593659
(89,54,89)
#442B44
(68,43,68)
#2F202F
(47,32,47)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #EC83EC

#EC83EC
(236,131,236)
#ED8EED
(237,142,237)
#EE99EE
(238,153,238)
#EFA4EF
(239,164,239)
#F0AFF0
(240,175,240)
#F1BAF1
(241,186,241)
#F2C5F2
(242,197,242)
#F3D0F3
(243,208,243)
#F4DBF4
(244,219,244)
#F5E6F5
(245,230,245)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC83EC; }

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

This text font color is #EC83EC.


Background Color

.myBgColor { background-color: #EC83EC; }

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

This div background color is #EC83EC.


Border color

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

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

This div border color is #EC83EC.


Opacity

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

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

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

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

This text has shadow with #EC83EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC83EC on black background.


Color preview on white background

This text has color #EC83EC on white background.



Black color preview on #EC83EC background

This text has black color on #EC83EC background.


White color preview on #EC83EC background

This text has white color on #EC83EC background.