COLOR #E3305F

HEX: #E3305F
RGB: (227,48,95)

Color info

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

RGB color model

#E3305F color RGB value is (227,48,95).

  • red value is 227;
  • green value is 48;
  • blue value is 95.
RGB:
(227,48,95)
(89%,19%,37%)

RGB channels and saturation

R 227 of 255 = 89%
G 48 of 255 = 19%
B 95 of 255 = 37%

227
48
95

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

Portions of RGB colors in percentages

R + G + B =
227 + 48 + 95 = 370 (100%)
R 227 of 370 ~ 61.35%
G 48 of 370 ~ 12.97%
B 95 of 370 ~ 25.68%

%61.35
%12.97
%25.68

CMYK color model

#E3305F color CMYK value is (0,79,58,11).

  • cyan value is 0.00%
  • magenta value is 78.85%
  • yellow value is 58.15%
  • key color value is 10.98%
CMYK:
(0,79,58,11)
C0M79Y58K11 
(0%,79%,58%,11%)
(0.00/0.79/0.58/0.11)	

CMYK percentages

%0
%78.85
%58.15
%10.98

Codes

Color #E3305F in popluar color models

E3305F
RGB2274895
HSL344°76.17%53.92%
HSB/HSV344°78.85%89.02%
CMYK0.00%78.85%58.15%
10.98%

Color #E3305F in popluar number systems.

HEXE3305F
Decimal2274895
Binary111000111100001011111
Octal34360137

Shades and tints

Shades of #E3305F

#E3305F
(227,48,95)
#CF2C57
(207,44,87)
#BB284F
(187,40,79)
#A72447
(167,36,71)
#93203F
(147,32,63)
#7F1C37
(127,28,55)
#6B182F
(107,24,47)
#571427
(87,20,39)
#43101F
(67,16,31)
#2F0C17
(47,12,23)
#1B080F
(27,8,15)
#000000
(0,0,0)

Tints of #E3305F

#E3305F
(227,48,95)
#E5426D
(229,66,109)
#E7547B
(231,84,123)
#E96689
(233,102,137)
#EB7897
(235,120,151)
#ED8AA5
(237,138,165)
#EF9CB3
(239,156,179)
#F1AEC1
(241,174,193)
#F3C0CF
(243,192,207)
#F5D2DD
(245,210,221)
#F7E4EB
(247,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3305F color. Also use rgb(227,48,95) instead hex code.

Text Font Color

.myTextColor { color: #E3305F; }

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

This text font color is #E3305F.


Background Color

.myBgColor { background-color: #E3305F; }

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

This div background color is #E3305F.


Border color

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

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

This div border color is #E3305F.


Opacity

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

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

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

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

This text has shadow with #E3305F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3305F on black background.


Color preview on white background

This text has color #E3305F on white background.



Black color preview on #E3305F background

This text has black color on #E3305F background.


White color preview on #E3305F background

This text has white color on #E3305F background.