COLOR #E611AD

HEX: #E611AD
RGB: (230,17,173)

Color info

#E611AD contains mainly red and blue colors. Web safe color of #E611AD is #CC0099 (or #C09).

RGB color model

#E611AD color RGB value is (230,17,173).

  • red value is 230;
  • green value is 17;
  • blue value is 173.
RGB:
(230,17,173)
(90%,7%,68%)

RGB channels and saturation

R 230 of 255 = 90%
G 17 of 255 = 7%
B 173 of 255 = 68%

230
17
173

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

Portions of RGB colors in percentages

R + G + B =
230 + 17 + 173 = 420 (100%)
R 230 of 420 ~ 54.76%
G 17 of 420 ~ 4.05%
B 173 of 420 ~ 41.19%

%54.76
%41.19

CMYK color model

#E611AD color CMYK value is (0,93,25,10).

  • cyan value is 0.00%
  • magenta value is 92.61%
  • yellow value is 24.78%
  • key color value is 9.80%
CMYK:
(0,93,25,10)
C0M93Y25K10 
(0%,93%,25%,10%)
(0.00/0.93/0.25/0.10)	

CMYK percentages

%0
%92.61
%24.78
%9.8

Codes

Color #E611AD in popluar color models

E611AD
RGB23017173
HSL316°86.23%48.43%
HSB/HSV316°92.61%90.20%
CMYK0.00%92.61%24.78%
9.80%

Color #E611AD in popluar number systems.

HEXE611AD
Decimal23017173
Binary111001101000110101101
Octal34621255

Shades and tints

Shades of #E611AD

#E611AD
(230,17,173)
#D2109E
(210,16,158)
#BE0F8F
(190,15,143)
#AA0E80
(170,14,128)
#960D71
(150,13,113)
#820C62
(130,12,98)
#6E0B53
(110,11,83)
#5A0A44
(90,10,68)
#460935
(70,9,53)
#320826
(50,8,38)
#1E0717
(30,7,23)
#000000
(0,0,0)

Tints of #E611AD

#E611AD
(230,17,173)
#E826B4
(232,38,180)
#EA3BBB
(234,59,187)
#EC50C2
(236,80,194)
#EE65C9
(238,101,201)
#F07AD0
(240,122,208)
#F28FD7
(242,143,215)
#F4A4DE
(244,164,222)
#F6B9E5
(246,185,229)
#F8CEEC
(248,206,236)
#FAE3F3
(250,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E611AD color. Also use rgb(230,17,173) instead hex code.

Text Font Color

.myTextColor { color: #E611AD; }

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

This text font color is #E611AD.


Background Color

.myBgColor { background-color: #E611AD; }

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

This div background color is #E611AD.


Border color

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

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

This div border color is #E611AD.


Opacity

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

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

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

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

This text has shadow with #E611AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E611AD on black background.


Color preview on white background

This text has color #E611AD on white background.



Black color preview on #E611AD background

This text has black color on #E611AD background.


White color preview on #E611AD background

This text has white color on #E611AD background.