COLOR #EC99ED

HEX: #EC99ED RGB: (236,153,237)

Color info

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

RGB color model

#EC99ED color RGB value is (236,153,237).

RGB: (236,153,237) (93%, 60%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 153 of 255 = 60%
B 237 of 255 = 93%

236
153
237

R + G + B ~ 82%. #EC99ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 153 + 237 = 626 (100%)
R 236 of 626 ~ 37.7%
G 153 of 626 ~ 24.44%
B 237 of 626 ~ 37.86'%

%37.7
%24.44
%37.86

CMYK color model

#EC99ED color CMYK value is (0,35,0,7).

  • cyan value is 0.42%
  • magenta value is 35.44%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (0,35,0,7)
C0M35Y0K7 (0%, 35%, 0%, 7%)
(0.00 / 0.35 / 0.00 / 0.07)

CMYK percentages

%0.42
%35.44
%0
%7.06

Codes

Color #EC99ED in popluar color models

EC 99 ED
RGB 236 153 237
HSL 299° 70.00% 76.47%
HSB/HSV 299° 35.44% 92.94%
CMYK 0.42% 35.44% 0.00%
7.06%

Color #EC99ED in popluar number systems.

HEX EC 99 ED
Decimal 236 153 237
Binary 11101100 10011001 11101101
Octal 354 231 355

Shades and tints

Shades of #EC99ED

#EC99ED
(236,153,237)
#D78CD8
(215,140,216)
#C27FC3
(194,127,195)
#AD72AE
(173,114,174)
#986599
(152,101,153)
#835884
(131,88,132)
#6E4B6F
(110,75,111)
#593E5A
(89,62,90)
#443145
(68,49,69)
#2F2430
(47,36,48)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #EC99ED

#EC99ED
(236,153,237)
#EDA2EE
(237,162,238)
#EEABEF
(238,171,239)
#EFB4F0
(239,180,240)
#F0BDF1
(240,189,241)
#F1C6F2
(241,198,242)
#F2CFF3
(242,207,243)
#F3D8F4
(243,216,244)
#F4E1F5
(244,225,245)
#F5EAF6
(245,234,246)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC99ED; }

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

This text font color is #EC99ED.

Background Color

.myBgColor { background-color: #EC99ED; }

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

This div background color is #EC99ED.

Border color

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

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

This div border color is #EC99ED.

Opacity

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

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

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

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

This text has shadow with #EC99ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC99ED.

Preview

Color preview on black background

This text has color #EC99ED on black background.


Color preview on white background

This text has color #EC99ED on white background.


Black color preview on #EC99ED background

This text has black color on #EC99ED background.


White color preview on #EC99ED background

This text has white color on #EC99ED background.


Related colors

Complementary color

Complementary color for #hex is #136612.


I love getcolorcode.com

Triadic colors

1 #EDEC99 and #99EDEC with #EC99ED are triadic colors.

2 #ED99EC and #99ECED with #EC99ED are triadic colors.