COLOR #E60979

HEX: #E60979
RGB: (230,9,121)

Color info

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

RGB color model

#E60979 color RGB value is (230,9,121).

  • red value is 230;
  • green value is 9;
  • blue value is 121.
RGB:
(230,9,121)
(90%,4%,47%)

RGB channels and saturation

R 230 of 255 = 90%
G 9 of 255 = 4%
B 121 of 255 = 47%

230
9
121

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

Portions of RGB colors in percentages

R + G + B =
230 + 9 + 121 = 360 (100%)
R 230 of 360 ~ 63.89%
G 9 of 360 ~ 2.5%
B 121 of 360 ~ 33.61%

%63.89
%33.61

CMYK color model

#E60979 color CMYK value is (0,96,47,10).

  • cyan value is 0.00%
  • magenta value is 96.09%
  • yellow value is 47.39%
  • key color value is 9.80%
CMYK:
(0,96,47,10)
C0M96Y47K10 
(0%,96%,47%,10%)
(0.00/0.96/0.47/0.10)	

CMYK percentages

%0
%96.09
%47.39
%9.8

Codes

Color #E60979 in popluar color models

E60979
RGB2309121
HSL330°92.47%46.86%
HSB/HSV330°96.09%90.20%
CMYK0.00%96.09%47.39%
9.80%

Color #E60979 in popluar number systems.

HEXE60979
Decimal2309121
Binary1110011010011111001
Octal34611171

Shades and tints

Shades of #E60979

#E60979
(230,9,121)
#D2096E
(210,9,110)
#BE0963
(190,9,99)
#AA0958
(170,9,88)
#96094D
(150,9,77)
#820942
(130,9,66)
#6E0937
(110,9,55)
#5A092C
(90,9,44)
#460921
(70,9,33)
#320916
(50,9,22)
#1E090B
(30,9,11)
#000000
(0,0,0)

Tints of #E60979

#E60979
(230,9,121)
#E81F85
(232,31,133)
#EA3591
(234,53,145)
#EC4B9D
(236,75,157)
#EE61A9
(238,97,169)
#F077B5
(240,119,181)
#F28DC1
(242,141,193)
#F4A3CD
(244,163,205)
#F6B9D9
(246,185,217)
#F8CFE5
(248,207,229)
#FAE5F1
(250,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E60979 color. Also use rgb(230,9,121) instead hex code.

Text Font Color

.myTextColor { color: #E60979; }

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

This text font color is #E60979.


Background Color

.myBgColor { background-color: #E60979; }

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

This div background color is #E60979.


Border color

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

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

This div border color is #E60979.


Opacity

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

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

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

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

This text has shadow with #E60979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E60979 on black background.


Color preview on white background

This text has color #E60979 on white background.



Black color preview on #E60979 background

This text has black color on #E60979 background.


White color preview on #E60979 background

This text has white color on #E60979 background.