COLOR #E9307E

HEX: #E9307E RGB: (233,48,126)

Color info

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

RGB color model

#E9307E color RGB value is (233,48,126).

RGB: (233,48,126) (91%, 19%, 49%)

RGB channels and saturation

R 233 of 255 = 91%
G 48 of 255 = 19%
B 126 of 255 = 49%

233
48
126

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

Portions of RGB colors in percentages

R + G + B = 233 + 48 + 126 = 407 (100%)
R 233 of 407 ~ 57.25%
G 48 of 407 ~ 11.79%
B 126 of 407 ~ 30.96'%

%57.25
%11.79
%30.96

CMYK color model

#E9307E color CMYK value is (0,79,46,9).

  • cyan value is 0.00%
  • magenta value is 79.40%
  • yellow value is 45.92%
  • key color value is 8.63%
CMYK: (0,79,46,9) C0M79Y46K9 (0%,79%,46%,9%) (0.00/0.79/0.46/0.09) 

CMYK percentages

%0
%79.4
%45.92
%8.63

Codes

Color #E9307E in popluar color models

E9 30 7E
RGB 233 48 126
HSL 335° 80.79% 55.10%
HSB/HSV 335° 79.40% 91.37%
CMYK 0.00% 79.40% 45.92%
8.63%

Color #E9307E in popluar number systems.

HEX E9 30 7E
Decimal 233 48 126
Binary 11101001 110000 1111110
Octal 351 60 176

Shades and tints

Shades of #E9307E

#E9307E
(233,48,126)
#D42C73
(212,44,115)
#BF2868
(191,40,104)
#AA245D
(170,36,93)
#952052
(149,32,82)
#801C47
(128,28,71)
#6B183C
(107,24,60)
#561431
(86,20,49)
#411026
(65,16,38)
#2C0C1B
(44,12,27)
#170810
(23,8,16)
#000000
(0,0,0)

Tints of #E9307E

#E9307E
(233,48,126)
#EB4289
(235,66,137)
#ED5494
(237,84,148)
#EF669F
(239,102,159)
#F178AA
(241,120,170)
#F38AB5
(243,138,181)
#F59CC0
(245,156,192)
#F7AECB
(247,174,203)
#F9C0D6
(249,192,214)
#FBD2E1
(251,210,225)
#FDE4EC
(253,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9307E color. Also use rgb(233,48,126) instead hex code.

Text Font Color

.myTextColor { color: #E9307E; }

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

This text font color is #E9307E.

Background Color

.myBgColor { background-color: #E9307E; }

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

This div background color is #E9307E.

Border color

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

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

This div border color is #E9307E.

Opacity

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

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

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

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

This text has shadow with #E9307E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9307E.

Preview

Color preview on black background

This text has color #E9307E on black background.


Color preview on white background

This text has color #E9307E on white background.


Black color preview on #E9307E background

This text has black color on #E9307E background.


White color preview on #E9307E background

This text has white color on #E9307E background.


Related colors

Complementary color

Complementary color for #hex is #16CF81.


I love getcolorcode.com

Triadic colors

1 #7EE930 and #307EE9 with #E9307E are triadic colors.

2 #7E30E9 and #30E97E with #E9307E are triadic colors.