COLOR #E1334F

HEX: #E1334F RGB: (225,51,79)

Color info

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

RGB color model

#E1334F color RGB value is (225,51,79).

RGB: (225,51,79) (88%, 20%, 31%)

RGB channels and saturation

R 225 of 255 = 88%
G 51 of 255 = 20%
B 79 of 255 = 31%

225
51
79

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

Portions of RGB colors in percentages

R + G + B = 225 + 51 + 79 = 355 (100%)
R 225 of 355 ~ 63.38%
G 51 of 355 ~ 14.37%
B 79 of 355 ~ 22.25'%

%63.38
%14.37
%22.25

CMYK color model

#E1334F color CMYK value is (0,77,65,12).

  • cyan value is 0.00%
  • magenta value is 77.33%
  • yellow value is 64.89%
  • key color value is 11.76%

CMYK: (0,77,65,12)
C0M77Y65K12 (0%, 77%, 65%, 12%)
(0.00 / 0.77 / 0.65 / 0.12)

CMYK percentages

%0
%77.33
%64.89
%11.76

Codes

Color #E1334F in popluar color models

E1 33 4F
RGB 225 51 79
HSL 350° 74.36% 54.12%
HSB/HSV 350° 77.33% 88.24%
CMYK 0.00% 77.33% 64.89%
11.76%

Color #E1334F in popluar number systems.

HEX E1 33 4F
Decimal 225 51 79
Binary 11100001 110011 1001111
Octal 341 63 117

Shades and tints

Shades of #E1334F

#E1334F
(225,51,79)
#CD2F48
(205,47,72)
#B92B41
(185,43,65)
#A5273A
(165,39,58)
#912333
(145,35,51)
#7D1F2C
(125,31,44)
#691B25
(105,27,37)
#55171E
(85,23,30)
#411317
(65,19,23)
#2D0F10
(45,15,16)
#190B09
(25,11,9)
#000000
(0,0,0)

Tints of #E1334F

#E1334F
(225,51,79)
#E3455F
(227,69,95)
#E5576F
(229,87,111)
#E7697F
(231,105,127)
#E97B8F
(233,123,143)
#EB8D9F
(235,141,159)
#ED9FAF
(237,159,175)
#EFB1BF
(239,177,191)
#F1C3CF
(241,195,207)
#F3D5DF
(243,213,223)
#F5E7EF
(245,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1334F color. Also use rgb(225,51,79) instead hex code.

Text Font Color

.myTextColor { color: #E1334F; }

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

This text font color is #E1334F.

Background Color

.myBgColor { background-color: #E1334F; }

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

This div background color is #E1334F.

Border color

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

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

This div border color is #E1334F.

Opacity

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

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

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

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

This text has shadow with #E1334F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1334F.

Preview

Color preview on black background

This text has color #E1334F on black background.


Color preview on white background

This text has color #E1334F on white background.


Black color preview on #E1334F background

This text has black color on #E1334F background.


White color preview on #E1334F background

This text has white color on #E1334F background.


Related colors

Complementary color

Complementary color for #hex is #1ECCB0.


I love getcolorcode.com

Triadic colors

1 #4FE133 and #334FE1 with #E1334F are triadic colors.

2 #4F33E1 and #33E14F with #E1334F are triadic colors.