COLOR #E600AD

HEX: #E600AD
RGB: (230,0,173)

Color info

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

RGB color model

#E600AD color RGB value is (230,0,173).

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

RGB channels and saturation

R 230 of 255 = 90%
G 0 of 255 = 0%
B 173 of 255 = 68%

230
0
173

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

Portions of RGB colors in percentages

R + G + B =
230 + 0 + 173 = 403 (100%)
R 230 of 403 ~ 57.07%
G 0 of 403 ~ 0%
B 173 of 403 ~ 42.93%

%57.07
%42.93

CMYK color model

#E600AD color CMYK value is (0,100,25,10).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 24.78%
  • key color value is 9.80%
CMYK:
(0,100,25,10)
C0M100Y25K10 
(0%,100%,25%,10%)
(0.00/1.00/0.25/0.10)	

CMYK percentages

%0
%100
%24.78
%9.8

Codes

Color #E600AD in popluar color models

E600AD
RGB2300173
HSL315°100.00%45.10%
HSB/HSV315°100.00%90.20%
CMYK0.00%100.00%24.78%
9.80%

Color #E600AD in popluar number systems.

HEXE600AD
Decimal2300173
Binary11100110010101101
Octal3460255

Shades and tints

Shades of #E600AD

#E600AD
(230,0,173)
#D2009E
(210,0,158)
#BE008F
(190,0,143)
#AA0080
(170,0,128)
#960071
(150,0,113)
#820062
(130,0,98)
#6E0053
(110,0,83)
#5A0044
(90,0,68)
#460035
(70,0,53)
#320026
(50,0,38)
#1E0017
(30,0,23)
#000000
(0,0,0)

Tints of #E600AD

#E600AD
(230,0,173)
#E817B4
(232,23,180)
#EA2EBB
(234,46,187)
#EC45C2
(236,69,194)
#EE5CC9
(238,92,201)
#F073D0
(240,115,208)
#F28AD7
(242,138,215)
#F4A1DE
(244,161,222)
#F6B8E5
(246,184,229)
#F8CFEC
(248,207,236)
#FAE6F3
(250,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E600AD; }

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

This text font color is #E600AD.


Background Color

.myBgColor { background-color: #E600AD; }

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

This div background color is #E600AD.


Border color

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

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

This div border color is #E600AD.


Opacity

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

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

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

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

This text has shadow with #E600AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E600AD on black background.


Color preview on white background

This text has color #E600AD on white background.



Black color preview on #E600AD background

This text has black color on #E600AD background.


White color preview on #E600AD background

This text has white color on #E600AD background.