COLOR #E60EB9

HEX: #E60EB9
RGB: (230,14,185)

Color info

#E60EB9 contains mainly red and blue colors. Web safe color of #E60EB9 is #CC00CC (or #C0C).

RGB color model

#E60EB9 color RGB value is (230,14,185).

  • red value is 230;
  • green value is 14;
  • blue value is 185.
RGB:
(230,14,185)
(90%,5%,73%)

RGB channels and saturation

R 230 of 255 = 90%
G 14 of 255 = 5%
B 185 of 255 = 73%

230
14
185

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

Portions of RGB colors in percentages

R + G + B =
230 + 14 + 185 = 429 (100%)
R 230 of 429 ~ 53.61%
G 14 of 429 ~ 3.26%
B 185 of 429 ~ 43.12%

%53.61
%43.12

CMYK color model

#E60EB9 color CMYK value is (0,94,20,10).

  • cyan value is 0.00%
  • magenta value is 93.91%
  • yellow value is 19.57%
  • key color value is 9.80%
CMYK:
(0,94,20,10)
C0M94Y20K10 
(0%,94%,20%,10%)
(0.00/0.94/0.20/0.10)	

CMYK percentages

%0
%93.91
%19.57
%9.8

Codes

Color #E60EB9 in popluar color models

E60EB9
RGB23014185
HSL313°88.52%47.84%
HSB/HSV313°93.91%90.20%
CMYK0.00%93.91%19.57%
9.80%

Color #E60EB9 in popluar number systems.

HEXE60EB9
Decimal23014185
Binary11100110111010111001
Octal34616271

Shades and tints

Shades of #E60EB9

#E60EB9
(230,14,185)
#D20DA9
(210,13,169)
#BE0C99
(190,12,153)
#AA0B89
(170,11,137)
#960A79
(150,10,121)
#820969
(130,9,105)
#6E0859
(110,8,89)
#5A0749
(90,7,73)
#460639
(70,6,57)
#320529
(50,5,41)
#1E0419
(30,4,25)
#000000
(0,0,0)

Tints of #E60EB9

#E60EB9
(230,14,185)
#E823BF
(232,35,191)
#EA38C5
(234,56,197)
#EC4DCB
(236,77,203)
#EE62D1
(238,98,209)
#F077D7
(240,119,215)
#F28CDD
(242,140,221)
#F4A1E3
(244,161,227)
#F6B6E9
(246,182,233)
#F8CBEF
(248,203,239)
#FAE0F5
(250,224,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E60EB9 color. Also use rgb(230,14,185) instead hex code.

Text Font Color

.myTextColor { color: #E60EB9; }

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

This text font color is #E60EB9.


Background Color

.myBgColor { background-color: #E60EB9; }

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

This div background color is #E60EB9.


Border color

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

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

This div border color is #E60EB9.


Opacity

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

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

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

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

This text has shadow with #E60EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E60EB9 on black background.


Color preview on white background

This text has color #E60EB9 on white background.



Black color preview on #E60EB9 background

This text has black color on #E60EB9 background.


White color preview on #E60EB9 background

This text has white color on #E60EB9 background.