COLOR #ED33A0

HEX: #ED33A0
RGB: (237,51,160)

Color info

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

RGB color model

#ED33A0 color RGB value is (237,51,160).

  • red value is 237;
  • green value is 51;
  • blue value is 160.
RGB:
(237,51,160)
(93%,20%,63%)

RGB channels and saturation

R 237 of 255 = 93%
G 51 of 255 = 20%
B 160 of 255 = 63%

237
51
160

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

Portions of RGB colors in percentages

R + G + B =
237 + 51 + 160 = 448 (100%)
R 237 of 448 ~ 52.9%
G 51 of 448 ~ 11.38%
B 160 of 448 ~ 35.71%

%52.9
%11.38
%35.71

CMYK color model

#ED33A0 color CMYK value is (0,78,32,7).

  • cyan value is 0.00%
  • magenta value is 78.48%
  • yellow value is 32.49%
  • key color value is 7.06%
CMYK:
(0,78,32,7)
C0M78Y32K7 
(0%,78%,32%,7%)
(0.00/0.78/0.32/0.07)	

CMYK percentages

%0
%78.48
%32.49
%7.06

Codes

Color #ED33A0 in popluar color models

ED33A0
RGB23751160
HSL325°83.78%56.47%
HSB/HSV325°78.48%92.94%
CMYK0.00%78.48%32.49%
7.06%

Color #ED33A0 in popluar number systems.

HEXED33A0
Decimal23751160
Binary1110110111001110100000
Octal35563240

Shades and tints

Shades of #ED33A0

#ED33A0
(237,51,160)
#D82F92
(216,47,146)
#C32B84
(195,43,132)
#AE2776
(174,39,118)
#992368
(153,35,104)
#841F5A
(132,31,90)
#6F1B4C
(111,27,76)
#5A173E
(90,23,62)
#451330
(69,19,48)
#300F22
(48,15,34)
#1B0B14
(27,11,20)
#000000
(0,0,0)

Tints of #ED33A0

#ED33A0
(237,51,160)
#EE45A8
(238,69,168)
#EF57B0
(239,87,176)
#F069B8
(240,105,184)
#F17BC0
(241,123,192)
#F28DC8
(242,141,200)
#F39FD0
(243,159,208)
#F4B1D8
(244,177,216)
#F5C3E0
(245,195,224)
#F6D5E8
(246,213,232)
#F7E7F0
(247,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED33A0 color. Also use rgb(237,51,160) instead hex code.

Text Font Color

.myTextColor { color: #ED33A0; }

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

This text font color is #ED33A0.


Background Color

.myBgColor { background-color: #ED33A0; }

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

This div background color is #ED33A0.


Border color

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

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

This div border color is #ED33A0.


Opacity

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

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

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

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

This text has shadow with #ED33A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED33A0 on black background.


Color preview on white background

This text has color #ED33A0 on white background.



Black color preview on #ED33A0 background

This text has black color on #ED33A0 background.


White color preview on #ED33A0 background

This text has white color on #ED33A0 background.