COLOR #FF4E84

HEX: #FF4E84
RGB: (255,78,132)

Color info

#FF4E84 contains mainly red color. Web safe color of #FF4E84 is #FF6699 (or #F69).

RGB color model

#FF4E84 color RGB value is (255,78,132).

  • red value is 255;
  • green value is 78;
  • blue value is 132.
RGB:
(255,78,132)
(100%,31%,52%)

RGB channels and saturation

R 255 of 255 = 100%
G 78 of 255 = 31%
B 132 of 255 = 52%

255
78
132

R + G + B ~ 61%. #FF4E84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 78 + 132 = 465 (100%)
R 255 of 465 ~ 54.84%
G 78 of 465 ~ 16.77%
B 132 of 465 ~ 28.39%

%54.84
%16.77
%28.39

CMYK color model

#FF4E84 color CMYK value is (0,69,48,0).

  • cyan value is 0.00%
  • magenta value is 69.41%
  • yellow value is 48.24%
  • key color value is 0.00%
CMYK:
(0,69,48,0)
C0M69Y48K0 
(0%,69%,48%,0%)
(0.00/0.69/0.48/0.00)	

CMYK percentages

%0
%69.41
%48.24
%0

Codes

Color #FF4E84 in popluar color models

FF4E84
RGB25578132
HSL342°100.00%65.29%
HSB/HSV342°69.41%100.00%
CMYK0.00%69.41%48.24%
0.00%

Color #FF4E84 in popluar number systems.

HEXFF4E84
Decimal25578132
Binary11111111100111010000100
Octal377116204

Shades and tints

Shades of #FF4E84

#FF4E84
(255,78,132)
#E84778
(232,71,120)
#D1406C
(209,64,108)
#BA3960
(186,57,96)
#A33254
(163,50,84)
#8C2B48
(140,43,72)
#75243C
(117,36,60)
#5E1D30
(94,29,48)
#471624
(71,22,36)
#300F18
(48,15,24)
#19080C
(25,8,12)
#000000
(0,0,0)

Tints of #FF4E84

#FF4E84
(255,78,132)
#FF5E8F
(255,94,143)
#FF6E9A
(255,110,154)
#FF7EA5
(255,126,165)
#FF8EB0
(255,142,176)
#FF9EBB
(255,158,187)
#FFAEC6
(255,174,198)
#FFBED1
(255,190,209)
#FFCEDC
(255,206,220)
#FFDEE7
(255,222,231)
#FFEEF2
(255,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF4E84 color. Also use rgb(255,78,132) instead hex code.

Text Font Color

.myTextColor { color: #FF4E84; }

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

This text font color is #FF4E84.


Background Color

.myBgColor { background-color: #FF4E84; }

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

This div background color is #FF4E84.


Border color

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

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

This div border color is #FF4E84.


Opacity

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

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

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

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

This text has shadow with #FF4E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF4E84 on black background.


Color preview on white background

This text has color #FF4E84 on white background.



Black color preview on #FF4E84 background

This text has black color on #FF4E84 background.


White color preview on #FF4E84 background

This text has white color on #FF4E84 background.