COLOR #E62CAD

HEX: #E62CAD
RGB: (230,44,173)

Color info

#E62CAD contains mainly red and blue colors. Web safe color of #E62CAD is #CC3399 (or #C39).

RGB color model

#E62CAD color RGB value is (230,44,173).

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

RGB channels and saturation

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

230
44
173

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

Portions of RGB colors in percentages

R + G + B =
230 + 44 + 173 = 447 (100%)
R 230 of 447 ~ 51.45%
G 44 of 447 ~ 9.84%
B 173 of 447 ~ 38.7%

%51.45
%9.84
%38.7

CMYK color model

#E62CAD color CMYK value is (0,81,25,10).

  • cyan value is 0.00%
  • magenta value is 80.87%
  • yellow value is 24.78%
  • key color value is 9.80%
CMYK:
(0,81,25,10)
C0M81Y25K10 
(0%,81%,25%,10%)
(0.00/0.81/0.25/0.10)	

CMYK percentages

%0
%80.87
%24.78
%9.8

Codes

Color #E62CAD in popluar color models

E62CAD
RGB23044173
HSL318°78.81%53.73%
HSB/HSV318°80.87%90.20%
CMYK0.00%80.87%24.78%
9.80%

Color #E62CAD in popluar number systems.

HEXE62CAD
Decimal23044173
Binary1110011010110010101101
Octal34654255

Shades and tints

Shades of #E62CAD

#E62CAD
(230,44,173)
#D2289E
(210,40,158)
#BE248F
(190,36,143)
#AA2080
(170,32,128)
#961C71
(150,28,113)
#821862
(130,24,98)
#6E1453
(110,20,83)
#5A1044
(90,16,68)
#460C35
(70,12,53)
#320826
(50,8,38)
#1E0417
(30,4,23)
#000000
(0,0,0)

Tints of #E62CAD

#E62CAD
(230,44,173)
#E83FB4
(232,63,180)
#EA52BB
(234,82,187)
#EC65C2
(236,101,194)
#EE78C9
(238,120,201)
#F08BD0
(240,139,208)
#F29ED7
(242,158,215)
#F4B1DE
(244,177,222)
#F6C4E5
(246,196,229)
#F8D7EC
(248,215,236)
#FAEAF3
(250,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E62CAD; }

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

This text font color is #E62CAD.


Background Color

.myBgColor { background-color: #E62CAD; }

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

This div background color is #E62CAD.


Border color

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

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

This div border color is #E62CAD.


Opacity

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

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

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

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

This text has shadow with #E62CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E62CAD on black background.


Color preview on white background

This text has color #E62CAD on white background.



Black color preview on #E62CAD background

This text has black color on #E62CAD background.


White color preview on #E62CAD background

This text has white color on #E62CAD background.