COLOR #E60B59

HEX: #E60B59 RGB: (230,11,89)

Color info

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

RGB color model

#E60B59 color RGB value is (230,11,89).

RGB: (230,11,89) (90%, 4%, 35%)

RGB channels and saturation

R 230 of 255 = 90%
G 11 of 255 = 4%
B 89 of 255 = 35%

230
11
89

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

Portions of RGB colors in percentages

R + G + B = 230 + 11 + 89 = 330 (100%)
R 230 of 330 ~ 69.7%
G 11 of 330 ~ 3.33%
B 89 of 330 ~ 26.97'%

%69.7
%26.97

CMYK color model

#E60B59 color CMYK value is (0,95,61,10).

  • cyan value is 0.00%
  • magenta value is 95.22%
  • yellow value is 61.30%
  • key color value is 9.80%
CMYK: (0,95,61,10) C0M95Y61K10 (0%,95%,61%,10%) (0.00/0.95/0.61/0.10) 

CMYK percentages

%0
%95.22
%61.3
%9.8

Codes

Color #E60B59 in popluar color models

E6 0B 59
RGB 230 11 89
HSL 339° 90.87% 47.25%
HSB/HSV 339° 95.22% 90.20%
CMYK 0.00% 95.22% 61.30%
9.80%

Color #E60B59 in popluar number systems.

HEX E6 0B 59
Decimal 230 11 89
Binary 11100110 1011 1011001
Octal 346 13 131

Shades and tints

Shades of #E60B59

#E60B59
(230,11,89)
#D20A51
(210,10,81)
#BE0949
(190,9,73)
#AA0841
(170,8,65)
#960739
(150,7,57)
#820631
(130,6,49)
#6E0529
(110,5,41)
#5A0421
(90,4,33)
#460319
(70,3,25)
#320211
(50,2,17)
#1E0109
(30,1,9)
#000000
(0,0,0)

Tints of #E60B59

#E60B59
(230,11,89)
#E82168
(232,33,104)
#EA3777
(234,55,119)
#EC4D86
(236,77,134)
#EE6395
(238,99,149)
#F079A4
(240,121,164)
#F28FB3
(242,143,179)
#F4A5C2
(244,165,194)
#F6BBD1
(246,187,209)
#F8D1E0
(248,209,224)
#FAE7EF
(250,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E60B59 color. Also use rgb(230,11,89) instead hex code.

Text Font Color

.myTextColor { color: #E60B59; }

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

This text font color is #E60B59.

Background Color

.myBgColor { background-color: #E60B59; }

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

This div background color is #E60B59.

Border color

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

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

This div border color is #E60B59.

Opacity

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

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

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

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

This text has shadow with #E60B59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E60B59.

Preview

Color preview on black background

This text has color #E60B59 on black background.


Color preview on white background

This text has color #E60B59 on white background.


Black color preview on #E60B59 background

This text has black color on #E60B59 background.


White color preview on #E60B59 background

This text has white color on #E60B59 background.


Related colors

Complementary color

Complementary color for #hex is #19F4A6.


I love getcolorcode.com

Triadic colors

1 #59E60B and #0B59E6 with #E60B59 are triadic colors.

2 #590BE6 and #0BE659 with #E60B59 are triadic colors.