COLOR #ED99EC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

237
153
236

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

Portions of RGB colors in percentages

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

%37.86
%24.44
%37.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.44%
  • yellow value is 0.42%
  • 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
%35.44
%0.42
%7.06

Codes

Color #ED99EC in popluar color models

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

Color #ED99EC in popluar number systems.

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

Shades and tints

Shades of #ED99EC

#ED99EC
(237,153,236)
#D88CD7
(216,140,215)
#C37FC2
(195,127,194)
#AE72AD
(174,114,173)
#996598
(153,101,152)
#845883
(132,88,131)
#6F4B6E
(111,75,110)
#5A3E59
(90,62,89)
#453144
(69,49,68)
#30242F
(48,36,47)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #ED99EC

#ED99EC
(237,153,236)
#EEA2ED
(238,162,237)
#EFABEE
(239,171,238)
#F0B4EF
(240,180,239)
#F1BDF0
(241,189,240)
#F2C6F1
(242,198,241)
#F3CFF2
(243,207,242)
#F4D8F3
(244,216,243)
#F5E1F4
(245,225,244)
#F6EAF5
(246,234,245)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED99EC; }

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

This text font color is #ED99EC.

Background Color

.myBgColor { background-color: #ED99EC; }

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

This div background color is #ED99EC.

Border color

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

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

This div border color is #ED99EC.

Opacity

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

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

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

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

This text has shadow with #ED99EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED99EC.

Preview

Color preview on black background

This text has color #ED99EC on black background.


Color preview on white background

This text has color #ED99EC on white background.


Black color preview on #ED99EC background

This text has black color on #ED99EC background.


White color preview on #ED99EC background

This text has white color on #ED99EC background.


Related colors

Complementary color

Complementary color for #hex is #126613.


I love getcolorcode.com

Triadic colors

1 #ECED99 and #99ECED with #ED99EC are triadic colors.

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