COLOR #E9425A

HEX: #E9425A RGB: (233,66,90)

Color info

#E9425A contains mainly red color. Web safe color of #E9425A is #FF3366 (or #F36).

RGB color model

#E9425A color RGB value is (233,66,90).

RGB: (233,66,90) (91%, 26%, 35%)

RGB channels and saturation

R 233 of 255 = 91%
G 66 of 255 = 26%
B 90 of 255 = 35%

233
66
90

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

Portions of RGB colors in percentages

R + G + B = 233 + 66 + 90 = 389 (100%)
R 233 of 389 ~ 59.9%
G 66 of 389 ~ 16.97%
B 90 of 389 ~ 23.14'%

%59.9
%16.97
%23.14

CMYK color model

#E9425A color CMYK value is (0,72,61,9).

  • cyan value is 0.00%
  • magenta value is 71.67%
  • yellow value is 61.37%
  • key color value is 8.63%

CMYK: (0,72,61,9)
C0M72Y61K9 (0%, 72%, 61%, 9%)
(0.00 / 0.72 / 0.61 / 0.09)

CMYK percentages

%0
%71.67
%61.37
%8.63

Codes

Color #E9425A in popluar color models

E9 42 5A
RGB 233 66 90
HSL 351° 79.15% 58.63%
HSB/HSV 351° 71.67% 91.37%
CMYK 0.00% 71.67% 61.37%
8.63%

Color #E9425A in popluar number systems.

HEX E9 42 5A
Decimal 233 66 90
Binary 11101001 1000010 1011010
Octal 351 102 132

Shades and tints

Shades of #E9425A

#E9425A
(233,66,90)
#D43C52
(212,60,82)
#BF364A
(191,54,74)
#AA3042
(170,48,66)
#952A3A
(149,42,58)
#802432
(128,36,50)
#6B1E2A
(107,30,42)
#561822
(86,24,34)
#41121A
(65,18,26)
#2C0C12
(44,12,18)
#17060A
(23,6,10)
#000000
(0,0,0)

Tints of #E9425A

#E9425A
(233,66,90)
#EB5369
(235,83,105)
#ED6478
(237,100,120)
#EF7587
(239,117,135)
#F18696
(241,134,150)
#F397A5
(243,151,165)
#F5A8B4
(245,168,180)
#F7B9C3
(247,185,195)
#F9CAD2
(249,202,210)
#FBDBE1
(251,219,225)
#FDECF0
(253,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9425A color. Also use rgb(233,66,90) instead hex code.

Text Font Color

.myTextColor { color: #E9425A; }

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

This text font color is #E9425A.

Background Color

.myBgColor { background-color: #E9425A; }

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

This div background color is #E9425A.

Border color

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

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

This div border color is #E9425A.

Opacity

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

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

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

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

This text has shadow with #E9425A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9425A.

Preview

Color preview on black background

This text has color #E9425A on black background.


Color preview on white background

This text has color #E9425A on white background.


Black color preview on #E9425A background

This text has black color on #E9425A background.


White color preview on #E9425A background

This text has white color on #E9425A background.


Related colors

Complementary color

Complementary color for #hex is #16BDA5.


I love getcolorcode.com

Triadic colors

1 #5AE942 and #425AE9 with #E9425A are triadic colors.

2 #5A42E9 and #42E95A with #E9425A are triadic colors.