COLOR #E6324C

HEX: #E6324C
RGB: (230,50,76)

Color info

#E6324C contains mainly red color. Web safe color of #E6324C is #CC3333 (or #C33).

RGB color model

#E6324C color RGB value is (230,50,76).

  • red value is 230;
  • green value is 50;
  • blue value is 76.
RGB:
(230,50,76)
(90%,20%,30%)

RGB channels and saturation

R 230 of 255 = 90%
G 50 of 255 = 20%
B 76 of 255 = 30%

230
50
76

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

Portions of RGB colors in percentages

R + G + B =
230 + 50 + 76 = 356 (100%)
R 230 of 356 ~ 64.61%
G 50 of 356 ~ 14.04%
B 76 of 356 ~ 21.35%

%64.61
%14.04
%21.35

CMYK color model

#E6324C color CMYK value is (0,78,67,10).

  • cyan value is 0.00%
  • magenta value is 78.26%
  • yellow value is 66.96%
  • key color value is 9.80%
CMYK:
(0,78,67,10)
C0M78Y67K10 
(0%,78%,67%,10%)
(0.00/0.78/0.67/0.10)	

CMYK percentages

%0
%78.26
%66.96
%9.8

Codes

Color #E6324C in popluar color models

E6324C
RGB2305076
HSL351°78.26%54.90%
HSB/HSV351°78.26%90.20%
CMYK0.00%78.26%66.96%
9.80%

Color #E6324C in popluar number systems.

HEXE6324C
Decimal2305076
Binary111001101100101001100
Octal34662114

Shades and tints

Shades of #E6324C

#E6324C
(230,50,76)
#D22E46
(210,46,70)
#BE2A40
(190,42,64)
#AA263A
(170,38,58)
#962234
(150,34,52)
#821E2E
(130,30,46)
#6E1A28
(110,26,40)
#5A1622
(90,22,34)
#46121C
(70,18,28)
#320E16
(50,14,22)
#1E0A10
(30,10,16)
#000000
(0,0,0)

Tints of #E6324C

#E6324C
(230,50,76)
#E8445C
(232,68,92)
#EA566C
(234,86,108)
#EC687C
(236,104,124)
#EE7A8C
(238,122,140)
#F08C9C
(240,140,156)
#F29EAC
(242,158,172)
#F4B0BC
(244,176,188)
#F6C2CC
(246,194,204)
#F8D4DC
(248,212,220)
#FAE6EC
(250,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6324C color. Also use rgb(230,50,76) instead hex code.

Text Font Color

.myTextColor { color: #E6324C; }

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

This text font color is #E6324C.


Background Color

.myBgColor { background-color: #E6324C; }

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

This div background color is #E6324C.


Border color

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

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

This div border color is #E6324C.


Opacity

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

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

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

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

This text has shadow with #E6324C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6324C on black background.


Color preview on white background

This text has color #E6324C on white background.



Black color preview on #E6324C background

This text has black color on #E6324C background.


White color preview on #E6324C background

This text has white color on #E6324C background.