COLOR #E61760

HEX: #E61760
RGB: (230,23,96)

Color info

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

RGB color model

#E61760 color RGB value is (230,23,96).

  • red value is 230;
  • green value is 23;
  • blue value is 96.
RGB:
(230,23,96)
(90%,9%,38%)

RGB channels and saturation

R 230 of 255 = 90%
G 23 of 255 = 9%
B 96 of 255 = 38%

230
23
96

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

Portions of RGB colors in percentages

R + G + B =
230 + 23 + 96 = 349 (100%)
R 230 of 349 ~ 65.9%
G 23 of 349 ~ 6.59%
B 96 of 349 ~ 27.51%

%65.9
%27.51

CMYK color model

#E61760 color CMYK value is (0,90,58,10).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 58.26%
  • key color value is 9.80%
CMYK:
(0,90,58,10)
C0M90Y58K10 
(0%,90%,58%,10%)
(0.00/0.90/0.58/0.10)	

CMYK percentages

%0
%90
%58.26
%9.8

Codes

Color #E61760 in popluar color models

E61760
RGB2302396
HSL339°81.82%49.61%
HSB/HSV339°90.00%90.20%
CMYK0.00%90.00%58.26%
9.80%

Color #E61760 in popluar number systems.

HEXE61760
Decimal2302396
Binary11100110101111100000
Octal34627140

Shades and tints

Shades of #E61760

#E61760
(230,23,96)
#D21558
(210,21,88)
#BE1350
(190,19,80)
#AA1148
(170,17,72)
#960F40
(150,15,64)
#820D38
(130,13,56)
#6E0B30
(110,11,48)
#5A0928
(90,9,40)
#460720
(70,7,32)
#320518
(50,5,24)
#1E0310
(30,3,16)
#000000
(0,0,0)

Tints of #E61760

#E61760
(230,23,96)
#E82C6E
(232,44,110)
#EA417C
(234,65,124)
#EC568A
(236,86,138)
#EE6B98
(238,107,152)
#F080A6
(240,128,166)
#F295B4
(242,149,180)
#F4AAC2
(244,170,194)
#F6BFD0
(246,191,208)
#F8D4DE
(248,212,222)
#FAE9EC
(250,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E61760 color. Also use rgb(230,23,96) instead hex code.

Text Font Color

.myTextColor { color: #E61760; }

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

This text font color is #E61760.


Background Color

.myBgColor { background-color: #E61760; }

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

This div background color is #E61760.


Border color

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

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

This div border color is #E61760.


Opacity

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

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

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

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

This text has shadow with #E61760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E61760 on black background.


Color preview on white background

This text has color #E61760 on white background.



Black color preview on #E61760 background

This text has black color on #E61760 background.


White color preview on #E61760 background

This text has white color on #E61760 background.