COLOR #EC63AE

HEX: #EC63AE
RGB: (236,99,174)

Color info

#EC63AE contains mainly red color. Web safe color of #EC63AE is #FF6699 (or #F69).

RGB color model

#EC63AE color RGB value is (236,99,174).

  • red value is 236;
  • green value is 99;
  • blue value is 174.
RGB:
(236,99,174)
(93%,39%,68%)

RGB channels and saturation

R 236 of 255 = 93%
G 99 of 255 = 39%
B 174 of 255 = 68%

236
99
174

R + G + B ~ 67%. #EC63AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 99 + 174 = 509 (100%)
R 236 of 509 ~ 46.37%
G 99 of 509 ~ 19.45%
B 174 of 509 ~ 34.18%

%46.37
%19.45
%34.18

CMYK color model

#EC63AE color CMYK value is (0,58,26,7).

  • cyan value is 0.00%
  • magenta value is 58.05%
  • yellow value is 26.27%
  • key color value is 7.45%
CMYK:
(0,58,26,7)
C0M58Y26K7 
(0%,58%,26%,7%)
(0.00/0.58/0.26/0.07)	

CMYK percentages

%0
%58.05
%26.27
%7.45

Codes

Color #EC63AE in popluar color models

EC63AE
RGB23699174
HSL327°78.29%65.69%
HSB/HSV327°58.05%92.55%
CMYK0.00%58.05%26.27%
7.45%

Color #EC63AE in popluar number systems.

HEXEC63AE
Decimal23699174
Binary11101100110001110101110
Octal354143256

Shades and tints

Shades of #EC63AE

#EC63AE
(236,99,174)
#D75A9F
(215,90,159)
#C25190
(194,81,144)
#AD4881
(173,72,129)
#983F72
(152,63,114)
#833663
(131,54,99)
#6E2D54
(110,45,84)
#592445
(89,36,69)
#441B36
(68,27,54)
#2F1227
(47,18,39)
#1A0918
(26,9,24)
#000000
(0,0,0)

Tints of #EC63AE

#EC63AE
(236,99,174)
#ED71B5
(237,113,181)
#EE7FBC
(238,127,188)
#EF8DC3
(239,141,195)
#F09BCA
(240,155,202)
#F1A9D1
(241,169,209)
#F2B7D8
(242,183,216)
#F3C5DF
(243,197,223)
#F4D3E6
(244,211,230)
#F5E1ED
(245,225,237)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC63AE; }

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

This text font color is #EC63AE.


Background Color

.myBgColor { background-color: #EC63AE; }

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

This div background color is #EC63AE.


Border color

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

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

This div border color is #EC63AE.


Opacity

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

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

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

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

This text has shadow with #EC63AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC63AE on black background.


Color preview on white background

This text has color #EC63AE on white background.



Black color preview on #EC63AE background

This text has black color on #EC63AE background.


White color preview on #EC63AE background

This text has white color on #EC63AE background.