COLOR #EE2B80

HEX: #EE2B80
RGB: (238,43,128)

Color info

#EE2B80 contains mainly red color. Web safe color of #EE2B80 is #FF3366 (or #F36).

RGB color model

#EE2B80 color RGB value is (238,43,128).

  • red value is 238;
  • green value is 43;
  • blue value is 128.
RGB:
(238,43,128)
(93%,17%,50%)

RGB channels and saturation

R 238 of 255 = 93%
G 43 of 255 = 17%
B 128 of 255 = 50%

238
43
128

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

Portions of RGB colors in percentages

R + G + B =
238 + 43 + 128 = 409 (100%)
R 238 of 409 ~ 58.19%
G 43 of 409 ~ 10.51%
B 128 of 409 ~ 31.3%

%58.19
%10.51
%31.3

CMYK color model

#EE2B80 color CMYK value is (0,82,46,7).

  • cyan value is 0.00%
  • magenta value is 81.93%
  • yellow value is 46.22%
  • key color value is 6.67%
CMYK:
(0,82,46,7)
C0M82Y46K7 
(0%,82%,46%,7%)
(0.00/0.82/0.46/0.07)	

CMYK percentages

%0
%81.93
%46.22
%6.67

Codes

Color #EE2B80 in popluar color models

EE2B80
RGB23843128
HSL334°85.15%55.10%
HSB/HSV334°81.93%93.33%
CMYK0.00%81.93%46.22%
6.67%

Color #EE2B80 in popluar number systems.

HEXEE2B80
Decimal23843128
Binary1110111010101110000000
Octal35653200

Shades and tints

Shades of #EE2B80

#EE2B80
(238,43,128)
#D92875
(217,40,117)
#C4256A
(196,37,106)
#AF225F
(175,34,95)
#9A1F54
(154,31,84)
#851C49
(133,28,73)
#70193E
(112,25,62)
#5B1633
(91,22,51)
#461328
(70,19,40)
#31101D
(49,16,29)
#1C0D12
(28,13,18)
#000000
(0,0,0)

Tints of #EE2B80

#EE2B80
(238,43,128)
#EF3E8B
(239,62,139)
#F05196
(240,81,150)
#F164A1
(241,100,161)
#F277AC
(242,119,172)
#F38AB7
(243,138,183)
#F49DC2
(244,157,194)
#F5B0CD
(245,176,205)
#F6C3D8
(246,195,216)
#F7D6E3
(247,214,227)
#F8E9EE
(248,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE2B80 color. Also use rgb(238,43,128) instead hex code.

Text Font Color

.myTextColor { color: #EE2B80; }

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

This text font color is #EE2B80.


Background Color

.myBgColor { background-color: #EE2B80; }

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

This div background color is #EE2B80.


Border color

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

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

This div border color is #EE2B80.


Opacity

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

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

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

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

This text has shadow with #EE2B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE2B80 on black background.


Color preview on white background

This text has color #EE2B80 on white background.



Black color preview on #EE2B80 background

This text has black color on #EE2B80 background.


White color preview on #EE2B80 background

This text has white color on #EE2B80 background.