COLOR #ED7CCE

HEX: #ED7CCE
RGB: (237,124,206)

Color info

#ED7CCE contains mainly red and blue colors. Web safe color of #ED7CCE is #FF66CC (or #F6C).

RGB color model

#ED7CCE color RGB value is (237,124,206).

  • red value is 237;
  • green value is 124;
  • blue value is 206.
RGB:
(237,124,206)
(93%,49%,81%)

RGB channels and saturation

R 237 of 255 = 93%
G 124 of 255 = 49%
B 206 of 255 = 81%

237
124
206

R + G + B ~ 74%. #ED7CCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 124 + 206 = 567 (100%)
R 237 of 567 ~ 41.8%
G 124 of 567 ~ 21.87%
B 206 of 567 ~ 36.33%

%41.8
%21.87
%36.33

CMYK color model

#ED7CCE color CMYK value is (0,48,13,7).

  • cyan value is 0.00%
  • magenta value is 47.68%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK:
(0,48,13,7)
C0M48Y13K7 
(0%,48%,13%,7%)
(0.00/0.48/0.13/0.07)	

CMYK percentages

%0
%47.68
%13.08
%7.06

Codes

Color #ED7CCE in popluar color models

ED7CCE
RGB237124206
HSL316°75.84%70.78%
HSB/HSV316°47.68%92.94%
CMYK0.00%47.68%13.08%
7.06%

Color #ED7CCE in popluar number systems.

HEXED7CCE
Decimal237124206
Binary11101101111110011001110
Octal355174316

Shades and tints

Shades of #ED7CCE

#ED7CCE
(237,124,206)
#D871BC
(216,113,188)
#C366AA
(195,102,170)
#AE5B98
(174,91,152)
#995086
(153,80,134)
#844574
(132,69,116)
#6F3A62
(111,58,98)
#5A2F50
(90,47,80)
#45243E
(69,36,62)
#30192C
(48,25,44)
#1B0E1A
(27,14,26)
#000000
(0,0,0)

Tints of #ED7CCE

#ED7CCE
(237,124,206)
#EE87D2
(238,135,210)
#EF92D6
(239,146,214)
#F09DDA
(240,157,218)
#F1A8DE
(241,168,222)
#F2B3E2
(242,179,226)
#F3BEE6
(243,190,230)
#F4C9EA
(244,201,234)
#F5D4EE
(245,212,238)
#F6DFF2
(246,223,242)
#F7EAF6
(247,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7CCE color. Also use rgb(237,124,206) instead hex code.

Text Font Color

.myTextColor { color: #ED7CCE; }

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

This text font color is #ED7CCE.


Background Color

.myBgColor { background-color: #ED7CCE; }

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

This div background color is #ED7CCE.


Border color

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

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

This div border color is #ED7CCE.


Opacity

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

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

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

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

This text has shadow with #ED7CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7CCE on black background.


Color preview on white background

This text has color #ED7CCE on white background.



Black color preview on #ED7CCE background

This text has black color on #ED7CCE background.


White color preview on #ED7CCE background

This text has white color on #ED7CCE background.