COLOR #ED9FC1

HEX: #ED9FC1
RGB: (237,159,193)

Color info

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

RGB color model

#ED9FC1 color RGB value is (237,159,193).

  • red value is 237;
  • green value is 159;
  • blue value is 193.
RGB:
(237,159,193)
(93%,62%,76%)

RGB channels and saturation

R 237 of 255 = 93%
G 159 of 255 = 62%
B 193 of 255 = 76%

237
159
193

R + G + B ~ 77%. #ED9FC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 159 + 193 = 589 (100%)
R 237 of 589 ~ 40.24%
G 159 of 589 ~ 26.99%
B 193 of 589 ~ 32.77%

%40.24
%26.99
%32.77

CMYK color model

#ED9FC1 color CMYK value is (0,33,19,7).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 18.57%
  • key color value is 7.06%
CMYK:
(0,33,19,7)
C0M33Y19K7 
(0%,33%,19%,7%)
(0.00/0.33/0.19/0.07)	

CMYK percentages

%0
%32.91
%18.57
%7.06

Codes

Color #ED9FC1 in popluar color models

ED9FC1
RGB237159193
HSL334°68.42%77.65%
HSB/HSV334°32.91%92.94%
CMYK0.00%32.91%18.57%
7.06%

Color #ED9FC1 in popluar number systems.

HEXED9FC1
Decimal237159193
Binary111011011001111111000001
Octal355237301

Shades and tints

Shades of #ED9FC1

#ED9FC1
(237,159,193)
#D891B0
(216,145,176)
#C3839F
(195,131,159)
#AE758E
(174,117,142)
#99677D
(153,103,125)
#84596C
(132,89,108)
#6F4B5B
(111,75,91)
#5A3D4A
(90,61,74)
#452F39
(69,47,57)
#302128
(48,33,40)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #ED9FC1

#ED9FC1
(237,159,193)
#EEA7C6
(238,167,198)
#EFAFCB
(239,175,203)
#F0B7D0
(240,183,208)
#F1BFD5
(241,191,213)
#F2C7DA
(242,199,218)
#F3CFDF
(243,207,223)
#F4D7E4
(244,215,228)
#F5DFE9
(245,223,233)
#F6E7EE
(246,231,238)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED9FC1; }

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

This text font color is #ED9FC1.


Background Color

.myBgColor { background-color: #ED9FC1; }

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

This div background color is #ED9FC1.


Border color

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

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

This div border color is #ED9FC1.


Opacity

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

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

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

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

This text has shadow with #ED9FC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9FC1 on black background.


Color preview on white background

This text has color #ED9FC1 on white background.



Black color preview on #ED9FC1 background

This text has black color on #ED9FC1 background.


White color preview on #ED9FC1 background

This text has white color on #ED9FC1 background.