COLOR #EC97EA

HEX: #EC97EA
RGB: (236,151,234)

Color info

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

RGB color model

#EC97EA color RGB value is (236,151,234).

  • red value is 236;
  • green value is 151;
  • blue value is 234.
RGB:
(236,151,234)
(93%,59%,92%)

RGB channels and saturation

R 236 of 255 = 93%
G 151 of 255 = 59%
B 234 of 255 = 92%

236
151
234

R + G + B ~ 81%. #EC97EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 151 + 234 = 621 (100%)
R 236 of 621 ~ 38%
G 151 of 621 ~ 24.32%
B 234 of 621 ~ 37.68%

%38
%24.32
%37.68

CMYK color model

#EC97EA color CMYK value is (0,36,1,7).

  • cyan value is 0.00%
  • magenta value is 36.02%
  • yellow value is 0.85%
  • key color value is 7.45%
CMYK:
(0,36,1,7)
C0M36Y1K7 
(0%,36%,1%,7%)
(0.00/0.36/0.01/0.07)	

CMYK percentages

%0
%36.02
%0.85
%7.45

Codes

Color #EC97EA in popluar color models

EC97EA
RGB236151234
HSL301°69.11%75.88%
HSB/HSV301°36.02%92.55%
CMYK0.00%36.02%0.85%
7.45%

Color #EC97EA in popluar number systems.

HEXEC97EA
Decimal236151234
Binary111011001001011111101010
Octal354227352

Shades and tints

Shades of #EC97EA

#EC97EA
(236,151,234)
#D78AD5
(215,138,213)
#C27DC0
(194,125,192)
#AD70AB
(173,112,171)
#986396
(152,99,150)
#835681
(131,86,129)
#6E496C
(110,73,108)
#593C57
(89,60,87)
#442F42
(68,47,66)
#2F222D
(47,34,45)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #EC97EA

#EC97EA
(236,151,234)
#EDA0EB
(237,160,235)
#EEA9EC
(238,169,236)
#EFB2ED
(239,178,237)
#F0BBEE
(240,187,238)
#F1C4EF
(241,196,239)
#F2CDF0
(242,205,240)
#F3D6F1
(243,214,241)
#F4DFF2
(244,223,242)
#F5E8F3
(245,232,243)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC97EA; }

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

This text font color is #EC97EA.


Background Color

.myBgColor { background-color: #EC97EA; }

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

This div background color is #EC97EA.


Border color

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

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

This div border color is #EC97EA.


Opacity

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

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

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

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

This text has shadow with #EC97EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC97EA on black background.


Color preview on white background

This text has color #EC97EA on white background.



Black color preview on #EC97EA background

This text has black color on #EC97EA background.


White color preview on #EC97EA background

This text has white color on #EC97EA background.