COLOR #FF3EA5

HEX: #FF3EA5
RGB: (255,62,165)

Color info

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

RGB color model

#FF3EA5 color RGB value is (255,62,165).

  • red value is 255;
  • green value is 62;
  • blue value is 165.
RGB:
(255,62,165)
(100%,24%,65%)

RGB channels and saturation

R 255 of 255 = 100%
G 62 of 255 = 24%
B 165 of 255 = 65%

255
62
165

R + G + B ~ 63%. #FF3EA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 62 + 165 = 482 (100%)
R 255 of 482 ~ 52.9%
G 62 of 482 ~ 12.86%
B 165 of 482 ~ 34.23%

%52.9
%12.86
%34.23

CMYK color model

#FF3EA5 color CMYK value is (0,76,35,0).

  • cyan value is 0.00%
  • magenta value is 75.69%
  • yellow value is 35.29%
  • key color value is 0.00%
CMYK:
(0,76,35,0)
C0M76Y35K0 
(0%,76%,35%,0%)
(0.00/0.76/0.35/0.00)	

CMYK percentages

%0
%75.69
%35.29
%0

Codes

Color #FF3EA5 in popluar color models

FF3EA5
RGB25562165
HSL328°100.00%62.16%
HSB/HSV328°75.69%100.00%
CMYK0.00%75.69%35.29%
0.00%

Color #FF3EA5 in popluar number systems.

HEXFF3EA5
Decimal25562165
Binary1111111111111010100101
Octal37776245

Shades and tints

Shades of #FF3EA5

#FF3EA5
(255,62,165)
#E83996
(232,57,150)
#D13487
(209,52,135)
#BA2F78
(186,47,120)
#A32A69
(163,42,105)
#8C255A
(140,37,90)
#75204B
(117,32,75)
#5E1B3C
(94,27,60)
#47162D
(71,22,45)
#30111E
(48,17,30)
#190C0F
(25,12,15)
#000000
(0,0,0)

Tints of #FF3EA5

#FF3EA5
(255,62,165)
#FF4FAD
(255,79,173)
#FF60B5
(255,96,181)
#FF71BD
(255,113,189)
#FF82C5
(255,130,197)
#FF93CD
(255,147,205)
#FFA4D5
(255,164,213)
#FFB5DD
(255,181,221)
#FFC6E5
(255,198,229)
#FFD7ED
(255,215,237)
#FFE8F5
(255,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF3EA5 color. Also use rgb(255,62,165) instead hex code.

Text Font Color

.myTextColor { color: #FF3EA5; }

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

This text font color is #FF3EA5.


Background Color

.myBgColor { background-color: #FF3EA5; }

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

This div background color is #FF3EA5.


Border color

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

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

This div border color is #FF3EA5.


Opacity

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

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

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

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

This text has shadow with #FF3EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF3EA5 on black background.


Color preview on white background

This text has color #FF3EA5 on white background.



Black color preview on #FF3EA5 background

This text has black color on #FF3EA5 background.


White color preview on #FF3EA5 background

This text has white color on #FF3EA5 background.