COLOR #E6425E

HEX: #E6425E RGB: (230,66,94)

Color info

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

RGB color model

#E6425E color RGB value is (230,66,94).

RGB: (230,66,94) (90%, 26%, 37%)

RGB channels and saturation

R 230 of 255 = 90%
G 66 of 255 = 26%
B 94 of 255 = 37%

230
66
94

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

Portions of RGB colors in percentages

R + G + B = 230 + 66 + 94 = 390 (100%)
R 230 of 390 ~ 58.97%
G 66 of 390 ~ 16.92%
B 94 of 390 ~ 24.1'%

%58.97
%16.92
%24.1

CMYK color model

#E6425E color CMYK value is (0,71,59,10).

  • cyan value is 0.00%
  • magenta value is 71.30%
  • yellow value is 59.13%
  • key color value is 9.80%

CMYK: (0,71,59,10)
C0M71Y59K10 (0%, 71%, 59%, 10%)
(0.00 / 0.71 / 0.59 / 0.10)

CMYK percentages

%0
%71.3
%59.13
%9.8

Codes

Color #E6425E in popluar color models

E6 42 5E
RGB 230 66 94
HSL 350° 76.64% 58.04%
HSB/HSV 350° 71.30% 90.20%
CMYK 0.00% 71.30% 59.13%
9.80%

Color #E6425E in popluar number systems.

HEX E6 42 5E
Decimal 230 66 94
Binary 11100110 1000010 1011110
Octal 346 102 136

Shades and tints

Shades of #E6425E

#E6425E
(230,66,94)
#D23C56
(210,60,86)
#BE364E
(190,54,78)
#AA3046
(170,48,70)
#962A3E
(150,42,62)
#822436
(130,36,54)
#6E1E2E
(110,30,46)
#5A1826
(90,24,38)
#46121E
(70,18,30)
#320C16
(50,12,22)
#1E060E
(30,6,14)
#000000
(0,0,0)

Tints of #E6425E

#E6425E
(230,66,94)
#E8536C
(232,83,108)
#EA647A
(234,100,122)
#EC7588
(236,117,136)
#EE8696
(238,134,150)
#F097A4
(240,151,164)
#F2A8B2
(242,168,178)
#F4B9C0
(244,185,192)
#F6CACE
(246,202,206)
#F8DBDC
(248,219,220)
#FAECEA
(250,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6425E color. Also use rgb(230,66,94) instead hex code.

Text Font Color

.myTextColor { color: #E6425E; }

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

This text font color is #E6425E.

Background Color

.myBgColor { background-color: #E6425E; }

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

This div background color is #E6425E.

Border color

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

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

This div border color is #E6425E.

Opacity

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

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

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

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

This text has shadow with #E6425E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6425E.

Preview

Color preview on black background

This text has color #E6425E on black background.


Color preview on white background

This text has color #E6425E on white background.


Black color preview on #E6425E background

This text has black color on #E6425E background.


White color preview on #E6425E background

This text has white color on #E6425E background.


Related colors

Complementary color

Complementary color for #hex is #19BDA1.


I love getcolorcode.com

Triadic colors

1 #5EE642 and #425EE6 with #E6425E are triadic colors.

2 #5E42E6 and #42E65E with #E6425E are triadic colors.