COLOR #E6144C

HEX: #E6144C
RGB: (230,20,76)

Color info

#E6144C contains mainly red color. Web safe color of #E6144C is #CC0033 (or #C03).

RGB color model

#E6144C color RGB value is (230,20,76).

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

RGB channels and saturation

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

230
20
76

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

Portions of RGB colors in percentages

R + G + B =
230 + 20 + 76 = 326 (100%)
R 230 of 326 ~ 70.55%
G 20 of 326 ~ 6.13%
B 76 of 326 ~ 23.31%

%70.55
%23.31

CMYK color model

#E6144C color CMYK value is (0,91,67,10).

  • cyan value is 0.00%
  • magenta value is 91.30%
  • yellow value is 66.96%
  • key color value is 9.80%
CMYK:
(0,91,67,10)
C0M91Y67K10 
(0%,91%,67%,10%)
(0.00/0.91/0.67/0.10)	

CMYK percentages

%0
%91.3
%66.96
%9.8

Codes

Color #E6144C in popluar color models

E6144C
RGB2302076
HSL344°84.00%49.02%
HSB/HSV344°91.30%90.20%
CMYK0.00%91.30%66.96%
9.80%

Color #E6144C in popluar number systems.

HEXE6144C
Decimal2302076
Binary11100110101001001100
Octal34624114

Shades and tints

Shades of #E6144C

#E6144C
(230,20,76)
#D21346
(210,19,70)
#BE1240
(190,18,64)
#AA113A
(170,17,58)
#961034
(150,16,52)
#820F2E
(130,15,46)
#6E0E28
(110,14,40)
#5A0D22
(90,13,34)
#460C1C
(70,12,28)
#320B16
(50,11,22)
#1E0A10
(30,10,16)
#000000
(0,0,0)

Tints of #E6144C

#E6144C
(230,20,76)
#E8295C
(232,41,92)
#EA3E6C
(234,62,108)
#EC537C
(236,83,124)
#EE688C
(238,104,140)
#F07D9C
(240,125,156)
#F292AC
(242,146,172)
#F4A7BC
(244,167,188)
#F6BCCC
(246,188,204)
#F8D1DC
(248,209,220)
#FAE6EC
(250,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6144C; }

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

This text font color is #E6144C.


Background Color

.myBgColor { background-color: #E6144C; }

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

This div background color is #E6144C.


Border color

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

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

This div border color is #E6144C.


Opacity

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

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

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

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

This text has shadow with #E6144C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6144C on black background.


Color preview on white background

This text has color #E6144C on white background.



Black color preview on #E6144C background

This text has black color on #E6144C background.


White color preview on #E6144C background

This text has white color on #E6144C background.