COLOR #EC92E4

HEX: #EC92E4
RGB: (236,146,228)

Color info

#EC92E4 contains mainly red and blue colors. Web safe color of #EC92E4 is #FF99CC (or #F9C).

RGB color model

#EC92E4 color RGB value is (236,146,228).

  • red value is 236;
  • green value is 146;
  • blue value is 228.
RGB:
(236,146,228)
(93%,57%,89%)

RGB channels and saturation

R 236 of 255 = 93%
G 146 of 255 = 57%
B 228 of 255 = 89%

236
146
228

R + G + B ~ 80%. #EC92E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 146 + 228 = 610 (100%)
R 236 of 610 ~ 38.69%
G 146 of 610 ~ 23.93%
B 228 of 610 ~ 37.38%

%38.69
%23.93
%37.38

CMYK color model

#EC92E4 color CMYK value is (0,38,3,7).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 3.39%
  • key color value is 7.45%
CMYK:
(0,38,3,7)
C0M38Y3K7 
(0%,38%,3%,7%)
(0.00/0.38/0.03/0.07)	

CMYK percentages

%0
%38.14
%3.39
%7.45

Codes

Color #EC92E4 in popluar color models

EC92E4
RGB236146228
HSL305°70.31%74.90%
HSB/HSV305°38.14%92.55%
CMYK0.00%38.14%3.39%
7.45%

Color #EC92E4 in popluar number systems.

HEXEC92E4
Decimal236146228
Binary111011001001001011100100
Octal354222344

Shades and tints

Shades of #EC92E4

#EC92E4
(236,146,228)
#D785D0
(215,133,208)
#C278BC
(194,120,188)
#AD6BA8
(173,107,168)
#985E94
(152,94,148)
#835180
(131,81,128)
#6E446C
(110,68,108)
#593758
(89,55,88)
#442A44
(68,42,68)
#2F1D30
(47,29,48)
#1A101C
(26,16,28)
#000000
(0,0,0)

Tints of #EC92E4

#EC92E4
(236,146,228)
#ED9BE6
(237,155,230)
#EEA4E8
(238,164,232)
#EFADEA
(239,173,234)
#F0B6EC
(240,182,236)
#F1BFEE
(241,191,238)
#F2C8F0
(242,200,240)
#F3D1F2
(243,209,242)
#F4DAF4
(244,218,244)
#F5E3F6
(245,227,246)
#F6ECF8
(246,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC92E4; }

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

This text font color is #EC92E4.


Background Color

.myBgColor { background-color: #EC92E4; }

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

This div background color is #EC92E4.


Border color

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

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

This div border color is #EC92E4.


Opacity

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

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

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

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

This text has shadow with #EC92E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC92E4 on black background.


Color preview on white background

This text has color #EC92E4 on white background.



Black color preview on #EC92E4 background

This text has black color on #EC92E4 background.


White color preview on #EC92E4 background

This text has white color on #EC92E4 background.