COLOR #E35D8D

HEX: #E35D8D
RGB: (227,93,141)

Color info

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

RGB color model

#E35D8D color RGB value is (227,93,141).

  • red value is 227;
  • green value is 93;
  • blue value is 141.
RGB:
(227,93,141)
(89%,36%,55%)

RGB channels and saturation

R 227 of 255 = 89%
G 93 of 255 = 36%
B 141 of 255 = 55%

227
93
141

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

Portions of RGB colors in percentages

R + G + B =
227 + 93 + 141 = 461 (100%)
R 227 of 461 ~ 49.24%
G 93 of 461 ~ 20.17%
B 141 of 461 ~ 30.59%

%49.24
%20.17
%30.59

CMYK color model

#E35D8D color CMYK value is (0,59,38,11).

  • cyan value is 0.00%
  • magenta value is 59.03%
  • yellow value is 37.89%
  • key color value is 10.98%
CMYK:
(0,59,38,11)
C0M59Y38K11 
(0%,59%,38%,11%)
(0.00/0.59/0.38/0.11)	

CMYK percentages

%0
%59.03
%37.89
%10.98

Codes

Color #E35D8D in popluar color models

E35D8D
RGB22793141
HSL339°70.53%62.75%
HSB/HSV339°59.03%89.02%
CMYK0.00%59.03%37.89%
10.98%

Color #E35D8D in popluar number systems.

HEXE35D8D
Decimal22793141
Binary11100011101110110001101
Octal343135215

Shades and tints

Shades of #E35D8D

#E35D8D
(227,93,141)
#CF5581
(207,85,129)
#BB4D75
(187,77,117)
#A74569
(167,69,105)
#933D5D
(147,61,93)
#7F3551
(127,53,81)
#6B2D45
(107,45,69)
#572539
(87,37,57)
#431D2D
(67,29,45)
#2F1521
(47,21,33)
#1B0D15
(27,13,21)
#000000
(0,0,0)

Tints of #E35D8D

#E35D8D
(227,93,141)
#E56B97
(229,107,151)
#E779A1
(231,121,161)
#E987AB
(233,135,171)
#EB95B5
(235,149,181)
#EDA3BF
(237,163,191)
#EFB1C9
(239,177,201)
#F1BFD3
(241,191,211)
#F3CDDD
(243,205,221)
#F5DBE7
(245,219,231)
#F7E9F1
(247,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35D8D color. Also use rgb(227,93,141) instead hex code.

Text Font Color

.myTextColor { color: #E35D8D; }

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

This text font color is #E35D8D.


Background Color

.myBgColor { background-color: #E35D8D; }

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

This div background color is #E35D8D.


Border color

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

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

This div border color is #E35D8D.


Opacity

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

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

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

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

This text has shadow with #E35D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E35D8D on black background.


Color preview on white background

This text has color #E35D8D on white background.



Black color preview on #E35D8D background

This text has black color on #E35D8D background.


White color preview on #E35D8D background

This text has white color on #E35D8D background.