COLOR #ED98C1

HEX: #ED98C1 RGB: (237,152,193)

Color info

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

RGB color model

#ED98C1 color RGB value is (237,152,193).

RGB: (237,152,193) (93%, 60%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 152 of 255 = 60%
B 193 of 255 = 76%

237
152
193

R + G + B ~ 76%. #ED98C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 152 + 193 = 582 (100%)
R 237 of 582 ~ 40.72%
G 152 of 582 ~ 26.12%
B 193 of 582 ~ 33.16'%

%40.72
%26.12
%33.16

CMYK color model

#ED98C1 color CMYK value is (0,36,19,7).

  • cyan value is 0.00%
  • magenta value is 35.86%
  • yellow value is 18.57%
  • key color value is 7.06%

CMYK: (0,36,19,7)
C0M36Y19K7 (0%, 36%, 19%, 7%)
(0.00 / 0.36 / 0.19 / 0.07)

CMYK percentages

%0
%35.86
%18.57
%7.06

Codes

Color #ED98C1 in popluar color models

ED 98 C1
RGB 237 152 193
HSL 331° 70.25% 76.27%
HSB/HSV 331° 35.86% 92.94%
CMYK 0.00% 35.86% 18.57%
7.06%

Color #ED98C1 in popluar number systems.

HEX ED 98 C1
Decimal 237 152 193
Binary 11101101 10011000 11000001
Octal 355 230 301

Shades and tints

Shades of #ED98C1

#ED98C1
(237,152,193)
#D88BB0
(216,139,176)
#C37E9F
(195,126,159)
#AE718E
(174,113,142)
#99647D
(153,100,125)
#84576C
(132,87,108)
#6F4A5B
(111,74,91)
#5A3D4A
(90,61,74)
#453039
(69,48,57)
#302328
(48,35,40)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #ED98C1

#ED98C1
(237,152,193)
#EEA1C6
(238,161,198)
#EFAACB
(239,170,203)
#F0B3D0
(240,179,208)
#F1BCD5
(241,188,213)
#F2C5DA
(242,197,218)
#F3CEDF
(243,206,223)
#F4D7E4
(244,215,228)
#F5E0E9
(245,224,233)
#F6E9EE
(246,233,238)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED98C1 color. Also use rgb(237,152,193) instead hex code.

Text Font Color

.myTextColor { color: #ED98C1; }

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

This text font color is #ED98C1.

Background Color

.myBgColor { background-color: #ED98C1; }

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

This div background color is #ED98C1.

Border color

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

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

This div border color is #ED98C1.

Opacity

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

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

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

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

This text has shadow with #ED98C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED98C1.

Preview

Color preview on black background

This text has color #ED98C1 on black background.


Color preview on white background

This text has color #ED98C1 on white background.


Black color preview on #ED98C1 background

This text has black color on #ED98C1 background.


White color preview on #ED98C1 background

This text has white color on #ED98C1 background.


Related colors

Complementary color

Complementary color for #hex is #12673E.


I love getcolorcode.com

Triadic colors

1 #C1ED98 and #98C1ED with #ED98C1 are triadic colors.

2 #C198ED and #98EDC1 with #ED98C1 are triadic colors.