COLOR #E6346C

HEX: #E6346C
RGB: (230,52,108)

Color info

#E6346C contains mainly red color. Web safe color of #E6346C is #CC3366 (or #C36).

RGB color model

#E6346C color RGB value is (230,52,108).

  • red value is 230;
  • green value is 52;
  • blue value is 108.
RGB:
(230,52,108)
(90%,20%,42%)

RGB channels and saturation

R 230 of 255 = 90%
G 52 of 255 = 20%
B 108 of 255 = 42%

230
52
108

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

Portions of RGB colors in percentages

R + G + B =
230 + 52 + 108 = 390 (100%)
R 230 of 390 ~ 58.97%
G 52 of 390 ~ 13.33%
B 108 of 390 ~ 27.69%

%58.97
%13.33
%27.69

CMYK color model

#E6346C color CMYK value is (0,77,53,10).

  • cyan value is 0.00%
  • magenta value is 77.39%
  • yellow value is 53.04%
  • key color value is 9.80%
CMYK:
(0,77,53,10)
C0M77Y53K10 
(0%,77%,53%,10%)
(0.00/0.77/0.53/0.10)	

CMYK percentages

%0
%77.39
%53.04
%9.8

Codes

Color #E6346C in popluar color models

E6346C
RGB23052108
HSL341°78.07%55.29%
HSB/HSV341°77.39%90.20%
CMYK0.00%77.39%53.04%
9.80%

Color #E6346C in popluar number systems.

HEXE6346C
Decimal23052108
Binary111001101101001101100
Octal34664154

Shades and tints

Shades of #E6346C

#E6346C
(230,52,108)
#D23063
(210,48,99)
#BE2C5A
(190,44,90)
#AA2851
(170,40,81)
#962448
(150,36,72)
#82203F
(130,32,63)
#6E1C36
(110,28,54)
#5A182D
(90,24,45)
#461424
(70,20,36)
#32101B
(50,16,27)
#1E0C12
(30,12,18)
#000000
(0,0,0)

Tints of #E6346C

#E6346C
(230,52,108)
#E84679
(232,70,121)
#EA5886
(234,88,134)
#EC6A93
(236,106,147)
#EE7CA0
(238,124,160)
#F08EAD
(240,142,173)
#F2A0BA
(242,160,186)
#F4B2C7
(244,178,199)
#F6C4D4
(246,196,212)
#F8D6E1
(248,214,225)
#FAE8EE
(250,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6346C color. Also use rgb(230,52,108) instead hex code.

Text Font Color

.myTextColor { color: #E6346C; }

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

This text font color is #E6346C.


Background Color

.myBgColor { background-color: #E6346C; }

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

This div background color is #E6346C.


Border color

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

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

This div border color is #E6346C.


Opacity

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

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

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

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

This text has shadow with #E6346C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6346C on black background.


Color preview on white background

This text has color #E6346C on white background.



Black color preview on #E6346C background

This text has black color on #E6346C background.


White color preview on #E6346C background

This text has white color on #E6346C background.