COLOR #ED299E

HEX: #ED299E
RGB: (237,41,158)

Color info

#ED299E contains mainly red color. Web safe color of #ED299E is #FF3399 (or #F39).

RGB color model

#ED299E color RGB value is (237,41,158).

  • red value is 237;
  • green value is 41;
  • blue value is 158.
RGB:
(237,41,158)
(93%,16%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 41 of 255 = 16%
B 158 of 255 = 62%

237
41
158

R + G + B ~ 57%. #ED299E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
237 + 41 + 158 = 436 (100%)
R 237 of 436 ~ 54.36%
G 41 of 436 ~ 9.4%
B 158 of 436 ~ 36.24%

%54.36
%36.24

CMYK color model

#ED299E color CMYK value is (0,83,33,7).

  • cyan value is 0.00%
  • magenta value is 82.70%
  • yellow value is 33.33%
  • key color value is 7.06%
CMYK:
(0,83,33,7)
C0M83Y33K7 
(0%,83%,33%,7%)
(0.00/0.83/0.33/0.07)	

CMYK percentages

%0
%82.7
%33.33
%7.06

Codes

Color #ED299E in popluar color models

ED299E
RGB23741158
HSL324°84.48%54.51%
HSB/HSV324°82.70%92.94%
CMYK0.00%82.70%33.33%
7.06%

Color #ED299E in popluar number systems.

HEXED299E
Decimal23741158
Binary1110110110100110011110
Octal35551236

Shades and tints

Shades of #ED299E

#ED299E
(237,41,158)
#D82690
(216,38,144)
#C32382
(195,35,130)
#AE2074
(174,32,116)
#991D66
(153,29,102)
#841A58
(132,26,88)
#6F174A
(111,23,74)
#5A143C
(90,20,60)
#45112E
(69,17,46)
#300E20
(48,14,32)
#1B0B12
(27,11,18)
#000000
(0,0,0)

Tints of #ED299E

#ED299E
(237,41,158)
#EE3CA6
(238,60,166)
#EF4FAE
(239,79,174)
#F062B6
(240,98,182)
#F175BE
(241,117,190)
#F288C6
(242,136,198)
#F39BCE
(243,155,206)
#F4AED6
(244,174,214)
#F5C1DE
(245,193,222)
#F6D4E6
(246,212,230)
#F7E7EE
(247,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED299E color. Also use rgb(237,41,158) instead hex code.

Text Font Color

.myTextColor { color: #ED299E; }

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

This text font color is #ED299E.


Background Color

.myBgColor { background-color: #ED299E; }

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

This div background color is #ED299E.


Border color

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

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

This div border color is #ED299E.


Opacity

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

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

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

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

This text has shadow with #ED299E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED299E on black background.


Color preview on white background

This text has color #ED299E on white background.



Black color preview on #ED299E background

This text has black color on #ED299E background.


White color preview on #ED299E background

This text has white color on #ED299E background.