COLOR #E34482

HEX: #E34482
RGB: (227,68,130)

Color info

#E34482 contains mainly red color. Web safe color of #E34482 is #CC3399 (or #C39).

RGB color model

#E34482 color RGB value is (227,68,130).

  • red value is 227;
  • green value is 68;
  • blue value is 130.
RGB:
(227,68,130)
(89%,27%,51%)

RGB channels and saturation

R 227 of 255 = 89%
G 68 of 255 = 27%
B 130 of 255 = 51%

227
68
130

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

Portions of RGB colors in percentages

R + G + B =
227 + 68 + 130 = 425 (100%)
R 227 of 425 ~ 53.41%
G 68 of 425 ~ 16%
B 130 of 425 ~ 30.59%

%53.41
%16
%30.59

CMYK color model

#E34482 color CMYK value is (0,70,43,11).

  • cyan value is 0.00%
  • magenta value is 70.04%
  • yellow value is 42.73%
  • key color value is 10.98%
CMYK:
(0,70,43,11)
C0M70Y43K11 
(0%,70%,43%,11%)
(0.00/0.70/0.43/0.11)	

CMYK percentages

%0
%70.04
%42.73
%10.98

Codes

Color #E34482 in popluar color models

E34482
RGB22768130
HSL337°73.95%57.84%
HSB/HSV337°70.04%89.02%
CMYK0.00%70.04%42.73%
10.98%

Color #E34482 in popluar number systems.

HEXE34482
Decimal22768130
Binary11100011100010010000010
Octal343104202

Shades and tints

Shades of #E34482

#E34482
(227,68,130)
#CF3E77
(207,62,119)
#BB386C
(187,56,108)
#A73261
(167,50,97)
#932C56
(147,44,86)
#7F264B
(127,38,75)
#6B2040
(107,32,64)
#571A35
(87,26,53)
#43142A
(67,20,42)
#2F0E1F
(47,14,31)
#1B0814
(27,8,20)
#000000
(0,0,0)

Tints of #E34482

#E34482
(227,68,130)
#E5558D
(229,85,141)
#E76698
(231,102,152)
#E977A3
(233,119,163)
#EB88AE
(235,136,174)
#ED99B9
(237,153,185)
#EFAAC4
(239,170,196)
#F1BBCF
(241,187,207)
#F3CCDA
(243,204,218)
#F5DDE5
(245,221,229)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E34482 color. Also use rgb(227,68,130) instead hex code.

Text Font Color

.myTextColor { color: #E34482; }

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

This text font color is #E34482.


Background Color

.myBgColor { background-color: #E34482; }

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

This div background color is #E34482.


Border color

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

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

This div border color is #E34482.


Opacity

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

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

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

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

This text has shadow with #E34482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E34482 on black background.


Color preview on white background

This text has color #E34482 on white background.



Black color preview on #E34482 background

This text has black color on #E34482 background.


White color preview on #E34482 background

This text has white color on #E34482 background.