COLOR #E60451

HEX: #E60451 RGB: (230,4,81)

Color info

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

RGB color model

#E60451 color RGB value is (230,4,81).

RGB: (230,4,81) (90%, 2%, 32%)

RGB channels and saturation

R 230 of 255 = 90%
G 4 of 255 = 2%
B 81 of 255 = 32%

230
4
81

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

Portions of RGB colors in percentages

R + G + B = 230 + 4 + 81 = 315 (100%)
R 230 of 315 ~ 73.02%
G 4 of 315 ~ 1.27%
B 81 of 315 ~ 25.71'%

%73.02
%25.71

CMYK color model

#E60451 color CMYK value is (0,98,65,10).

  • cyan value is 0.00%
  • magenta value is 98.26%
  • yellow value is 64.78%
  • key color value is 9.80%

CMYK: (0,98,65,10)
C0M98Y65K10 (0%, 98%, 65%, 10%)
(0.00 / 0.98 / 0.65 / 0.10)

CMYK percentages

%0
%98.26
%64.78
%9.8

Codes

Color #E60451 in popluar color models

E6 04 51
RGB 230 4 81
HSL 340° 96.58% 45.88%
HSB/HSV 340° 98.26% 90.20%
CMYK 0.00% 98.26% 64.78%
9.80%

Color #E60451 in popluar number systems.

HEX E6 04 51
Decimal 230 4 81
Binary 11100110 100 1010001
Octal 346 4 121

Shades and tints

Shades of #E60451

#E60451
(230,4,81)
#D2044A
(210,4,74)
#BE0443
(190,4,67)
#AA043C
(170,4,60)
#960435
(150,4,53)
#82042E
(130,4,46)
#6E0427
(110,4,39)
#5A0420
(90,4,32)
#460419
(70,4,25)
#320412
(50,4,18)
#1E040B
(30,4,11)
#000000
(0,0,0)

Tints of #E60451

#E60451
(230,4,81)
#E81A60
(232,26,96)
#EA306F
(234,48,111)
#EC467E
(236,70,126)
#EE5C8D
(238,92,141)
#F0729C
(240,114,156)
#F288AB
(242,136,171)
#F49EBA
(244,158,186)
#F6B4C9
(246,180,201)
#F8CAD8
(248,202,216)
#FAE0E7
(250,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E60451 color. Also use rgb(230,4,81) instead hex code.

Text Font Color

.myTextColor { color: #E60451; }

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

This text font color is #E60451.

Background Color

.myBgColor { background-color: #E60451; }

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

This div background color is #E60451.

Border color

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

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

This div border color is #E60451.

Opacity

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

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

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

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

This text has shadow with #E60451 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E60451.

Preview

Color preview on black background

This text has color #E60451 on black background.


Color preview on white background

This text has color #E60451 on white background.


Black color preview on #E60451 background

This text has black color on #E60451 background.


White color preview on #E60451 background

This text has white color on #E60451 background.


Related colors

Complementary color

Complementary color for #hex is #19FBAE.


I love getcolorcode.com

Triadic colors

1 #51E604 and #0451E6 with #E60451 are triadic colors.

2 #5104E6 and #04E651 with #E60451 are triadic colors.