COLOR #E6607A

HEX: #E6607A
RGB: (230,96,122)

Color info

#E6607A contains mainly red color. Web safe color of #E6607A is #CC6666 (or #C66).

RGB color model

#E6607A color RGB value is (230,96,122).

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

RGB channels and saturation

R 230 of 255 = 90%
G 96 of 255 = 38%
B 122 of 255 = 48%

230
96
122

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

Portions of RGB colors in percentages

R + G + B =
230 + 96 + 122 = 448 (100%)
R 230 of 448 ~ 51.34%
G 96 of 448 ~ 21.43%
B 122 of 448 ~ 27.23%

%51.34
%21.43
%27.23

CMYK color model

#E6607A color CMYK value is (0,58,47,10).

  • cyan value is 0.00%
  • magenta value is 58.26%
  • yellow value is 46.96%
  • key color value is 9.80%
CMYK:
(0,58,47,10)
C0M58Y47K10 
(0%,58%,47%,10%)
(0.00/0.58/0.47/0.10)	

CMYK percentages

%0
%58.26
%46.96
%9.8

Codes

Color #E6607A in popluar color models

E6607A
RGB23096122
HSL348°72.83%63.92%
HSB/HSV348°58.26%90.20%
CMYK0.00%58.26%46.96%
9.80%

Color #E6607A in popluar number systems.

HEXE6607A
Decimal23096122
Binary1110011011000001111010
Octal346140172

Shades and tints

Shades of #E6607A

#E6607A
(230,96,122)
#D2586F
(210,88,111)
#BE5064
(190,80,100)
#AA4859
(170,72,89)
#96404E
(150,64,78)
#823843
(130,56,67)
#6E3038
(110,48,56)
#5A282D
(90,40,45)
#462022
(70,32,34)
#321817
(50,24,23)
#1E100C
(30,16,12)
#000000
(0,0,0)

Tints of #E6607A

#E6607A
(230,96,122)
#E86E86
(232,110,134)
#EA7C92
(234,124,146)
#EC8A9E
(236,138,158)
#EE98AA
(238,152,170)
#F0A6B6
(240,166,182)
#F2B4C2
(242,180,194)
#F4C2CE
(244,194,206)
#F6D0DA
(246,208,218)
#F8DEE6
(248,222,230)
#FAECF2
(250,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6607A; }

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

This text font color is #E6607A.


Background Color

.myBgColor { background-color: #E6607A; }

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

This div background color is #E6607A.


Border color

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

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

This div border color is #E6607A.


Opacity

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

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

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

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

This text has shadow with #E6607A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6607A on black background.


Color preview on white background

This text has color #E6607A on white background.



Black color preview on #E6607A background

This text has black color on #E6607A background.


White color preview on #E6607A background

This text has white color on #E6607A background.