COLOR #ED66B3

HEX: #ED66B3
RGB: (237,102,179)

Color info

#ED66B3 contains mainly red and blue colors. Web safe color of #ED66B3 is #FF6699 (or #F69).

RGB color model

#ED66B3 color RGB value is (237,102,179).

  • red value is 237;
  • green value is 102;
  • blue value is 179.
RGB:
(237,102,179)
(93%,40%,70%)

RGB channels and saturation

R 237 of 255 = 93%
G 102 of 255 = 40%
B 179 of 255 = 70%

237
102
179

R + G + B ~ 68%. #ED66B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 102 + 179 = 518 (100%)
R 237 of 518 ~ 45.75%
G 102 of 518 ~ 19.69%
B 179 of 518 ~ 34.56%

%45.75
%19.69
%34.56

CMYK color model

#ED66B3 color CMYK value is (0,57,24,7).

  • cyan value is 0.00%
  • magenta value is 56.96%
  • yellow value is 24.47%
  • key color value is 7.06%
CMYK:
(0,57,24,7)
C0M57Y24K7 
(0%,57%,24%,7%)
(0.00/0.57/0.24/0.07)	

CMYK percentages

%0
%56.96
%24.47
%7.06

Codes

Color #ED66B3 in popluar color models

ED66B3
RGB237102179
HSL326°78.95%66.47%
HSB/HSV326°56.96%92.94%
CMYK0.00%56.96%24.47%
7.06%

Color #ED66B3 in popluar number systems.

HEXED66B3
Decimal237102179
Binary11101101110011010110011
Octal355146263

Shades and tints

Shades of #ED66B3

#ED66B3
(237,102,179)
#D85DA3
(216,93,163)
#C35493
(195,84,147)
#AE4B83
(174,75,131)
#994273
(153,66,115)
#843963
(132,57,99)
#6F3053
(111,48,83)
#5A2743
(90,39,67)
#451E33
(69,30,51)
#301523
(48,21,35)
#1B0C13
(27,12,19)
#000000
(0,0,0)

Tints of #ED66B3

#ED66B3
(237,102,179)
#EE73B9
(238,115,185)
#EF80BF
(239,128,191)
#F08DC5
(240,141,197)
#F19ACB
(241,154,203)
#F2A7D1
(242,167,209)
#F3B4D7
(243,180,215)
#F4C1DD
(244,193,221)
#F5CEE3
(245,206,227)
#F6DBE9
(246,219,233)
#F7E8EF
(247,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED66B3 color. Also use rgb(237,102,179) instead hex code.

Text Font Color

.myTextColor { color: #ED66B3; }

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

This text font color is #ED66B3.


Background Color

.myBgColor { background-color: #ED66B3; }

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

This div background color is #ED66B3.


Border color

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

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

This div border color is #ED66B3.


Opacity

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

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

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

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

This text has shadow with #ED66B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED66B3 on black background.


Color preview on white background

This text has color #ED66B3 on white background.



Black color preview on #ED66B3 background

This text has black color on #ED66B3 background.


White color preview on #ED66B3 background

This text has white color on #ED66B3 background.