COLOR #E51064

HEX: #E51064
RGB: (229,16,100)

Color info

#E51064 contains mainly red color. Web safe color of #E51064 is #CC0066 (or #C06).

RGB color model

#E51064 color RGB value is (229,16,100).

  • red value is 229;
  • green value is 16;
  • blue value is 100.
RGB:
(229,16,100)
(90%,6%,39%)

RGB channels and saturation

R 229 of 255 = 90%
G 16 of 255 = 6%
B 100 of 255 = 39%

229
16
100

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

Portions of RGB colors in percentages

R + G + B =
229 + 16 + 100 = 345 (100%)
R 229 of 345 ~ 66.38%
G 16 of 345 ~ 4.64%
B 100 of 345 ~ 28.99%

%66.38
%28.99

CMYK color model

#E51064 color CMYK value is (0,93,56,10).

  • cyan value is 0.00%
  • magenta value is 93.01%
  • yellow value is 56.33%
  • key color value is 10.20%
CMYK:
(0,93,56,10)
C0M93Y56K10 
(0%,93%,56%,10%)
(0.00/0.93/0.56/0.10)	

CMYK percentages

%0
%93.01
%56.33
%10.2

Codes

Color #E51064 in popluar color models

E51064
RGB22916100
HSL336°86.94%48.04%
HSB/HSV336°93.01%89.80%
CMYK0.00%93.01%56.33%
10.20%

Color #E51064 in popluar number systems.

HEXE51064
Decimal22916100
Binary11100101100001100100
Octal34520144

Shades and tints

Shades of #E51064

#E51064
(229,16,100)
#D10F5B
(209,15,91)
#BD0E52
(189,14,82)
#A90D49
(169,13,73)
#950C40
(149,12,64)
#810B37
(129,11,55)
#6D0A2E
(109,10,46)
#590925
(89,9,37)
#45081C
(69,8,28)
#310713
(49,7,19)
#1D060A
(29,6,10)
#000000
(0,0,0)

Tints of #E51064

#E51064
(229,16,100)
#E72572
(231,37,114)
#E93A80
(233,58,128)
#EB4F8E
(235,79,142)
#ED649C
(237,100,156)
#EF79AA
(239,121,170)
#F18EB8
(241,142,184)
#F3A3C6
(243,163,198)
#F5B8D4
(245,184,212)
#F7CDE2
(247,205,226)
#F9E2F0
(249,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E51064 color. Also use rgb(229,16,100) instead hex code.

Text Font Color

.myTextColor { color: #E51064; }

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

This text font color is #E51064.


Background Color

.myBgColor { background-color: #E51064; }

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

This div background color is #E51064.


Border color

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

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

This div border color is #E51064.


Opacity

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

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

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

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

This text has shadow with #E51064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51064 on black background.


Color preview on white background

This text has color #E51064 on white background.



Black color preview on #E51064 background

This text has black color on #E51064 background.


White color preview on #E51064 background

This text has white color on #E51064 background.