COLOR #EC98E5

HEX: #EC98E5 RGB: (236,152,229)

Color info

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

RGB color model

#EC98E5 color RGB value is (236,152,229).

RGB: (236,152,229) (93%, 60%, 90%)

RGB channels and saturation

R 236 of 255 = 93%
G 152 of 255 = 60%
B 229 of 255 = 90%

236
152
229

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

Portions of RGB colors in percentages

R + G + B = 236 + 152 + 229 = 617 (100%)
R 236 of 617 ~ 38.25%
G 152 of 617 ~ 24.64%
B 229 of 617 ~ 37.12'%

%38.25
%24.64
%37.12

CMYK color model

#EC98E5 color CMYK value is (0,36,3,7).

  • cyan value is 0.00%
  • magenta value is 35.59%
  • yellow value is 2.97%
  • key color value is 7.45%

CMYK: (0,36,3,7)
C0M36Y3K7 (0%, 36%, 3%, 7%)
(0.00 / 0.36 / 0.03 / 0.07)

CMYK percentages

%0
%35.59
%2.97
%7.45

Codes

Color #EC98E5 in popluar color models

EC 98 E5
RGB 236 152 229
HSL 305° 68.85% 76.08%
HSB/HSV 305° 35.59% 92.55%
CMYK 0.00% 35.59% 2.97%
7.45%

Color #EC98E5 in popluar number systems.

HEX EC 98 E5
Decimal 236 152 229
Binary 11101100 10011000 11100101
Octal 354 230 345

Shades and tints

Shades of #EC98E5

#EC98E5
(236,152,229)
#D78BD1
(215,139,209)
#C27EBD
(194,126,189)
#AD71A9
(173,113,169)
#986495
(152,100,149)
#835781
(131,87,129)
#6E4A6D
(110,74,109)
#593D59
(89,61,89)
#443045
(68,48,69)
#2F2331
(47,35,49)
#1A161D
(26,22,29)
#000000
(0,0,0)

Tints of #EC98E5

#EC98E5
(236,152,229)
#EDA1E7
(237,161,231)
#EEAAE9
(238,170,233)
#EFB3EB
(239,179,235)
#F0BCED
(240,188,237)
#F1C5EF
(241,197,239)
#F2CEF1
(242,206,241)
#F3D7F3
(243,215,243)
#F4E0F5
(244,224,245)
#F5E9F7
(245,233,247)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC98E5 color. Also use rgb(236,152,229) instead hex code.

Text Font Color

.myTextColor { color: #EC98E5; }

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

This text font color is #EC98E5.

Background Color

.myBgColor { background-color: #EC98E5; }

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

This div background color is #EC98E5.

Border color

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

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

This div border color is #EC98E5.

Opacity

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

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

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

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

This text has shadow with #EC98E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC98E5.

Preview

Color preview on black background

This text has color #EC98E5 on black background.


Color preview on white background

This text has color #EC98E5 on white background.


Black color preview on #EC98E5 background

This text has black color on #EC98E5 background.


White color preview on #EC98E5 background

This text has white color on #EC98E5 background.


Related colors

Complementary color

Complementary color for #hex is #13671A.


I love getcolorcode.com

Triadic colors

1 #E5EC98 and #98E5EC with #EC98E5 are triadic colors.

2 #E598EC and #98ECE5 with #EC98E5 are triadic colors.