COLOR #E35F82

HEX: #E35F82 RGB: (227,95,130)

Color info

#E35F82 contains mainly red color. Web safe color of #E35F82 is #CC6699 (or #C69).

RGB color model

#E35F82 color RGB value is (227,95,130).

RGB: (227,95,130) (89%, 37%, 51%)

RGB channels and saturation

R 227 of 255 = 89%
G 95 of 255 = 37%
B 130 of 255 = 51%

227
95
130

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

Portions of RGB colors in percentages

R + G + B = 227 + 95 + 130 = 452 (100%)
R 227 of 452 ~ 50.22%
G 95 of 452 ~ 21.02%
B 130 of 452 ~ 28.76'%

%50.22
%21.02
%28.76

CMYK color model

#E35F82 color CMYK value is (0,58,43,11).

  • cyan value is 0.00%
  • magenta value is 58.15%
  • yellow value is 42.73%
  • key color value is 10.98%
CMYK: (0,58,43,11) C0M58Y43K11 (0%,58%,43%,11%) (0.00/0.58/0.43/0.11) 

CMYK percentages

%0
%58.15
%42.73
%10.98

Codes

Color #E35F82 in popluar color models

E3 5F 82
RGB 227 95 130
HSL 344° 70.21% 63.14%
HSB/HSV 344° 58.15% 89.02%
CMYK 0.00% 58.15% 42.73%
10.98%

Color #E35F82 in popluar number systems.

HEX E3 5F 82
Decimal 227 95 130
Binary 11100011 1011111 10000010
Octal 343 137 202

Shades and tints

Shades of #E35F82

#E35F82
(227,95,130)
#CF5777
(207,87,119)
#BB4F6C
(187,79,108)
#A74761
(167,71,97)
#933F56
(147,63,86)
#7F374B
(127,55,75)
#6B2F40
(107,47,64)
#572735
(87,39,53)
#431F2A
(67,31,42)
#2F171F
(47,23,31)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #E35F82

#E35F82
(227,95,130)
#E56D8D
(229,109,141)
#E77B98
(231,123,152)
#E989A3
(233,137,163)
#EB97AE
(235,151,174)
#EDA5B9
(237,165,185)
#EFB3C4
(239,179,196)
#F1C1CF
(241,193,207)
#F3CFDA
(243,207,218)
#F5DDE5
(245,221,229)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E35F82; }

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

This text font color is #E35F82.

Background Color

.myBgColor { background-color: #E35F82; }

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

This div background color is #E35F82.

Border color

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

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

This div border color is #E35F82.

Opacity

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

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

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

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

This text has shadow with #E35F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E35F82.

Preview

Color preview on black background

This text has color #E35F82 on black background.


Color preview on white background

This text has color #E35F82 on white background.


Black color preview on #E35F82 background

This text has black color on #E35F82 background.


White color preview on #E35F82 background

This text has white color on #E35F82 background.


Related colors

Complementary color

Complementary color for #hex is #1CA07D.


I love getcolorcode.com

Triadic colors

1 #82E35F and #5F82E3 with #E35F82 are triadic colors.

2 #825FE3 and #5FE382 with #E35F82 are triadic colors.