COLOR #E36869

HEX: #E36869
RGB: (227,104,105)

Color info

#E36869 contains mainly red color. Web safe color of #E36869 is #CC6666 (or #C66).

RGB color model

#E36869 color RGB value is (227,104,105).

  • red value is 227;
  • green value is 104;
  • blue value is 105.
RGB:
(227,104,105)
(89%,41%,41%)

RGB channels and saturation

R 227 of 255 = 89%
G 104 of 255 = 41%
B 105 of 255 = 41%

227
104
105

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

Portions of RGB colors in percentages

R + G + B =
227 + 104 + 105 = 436 (100%)
R 227 of 436 ~ 52.06%
G 104 of 436 ~ 23.85%
B 105 of 436 ~ 24.08%

%52.06
%23.85
%24.08

CMYK color model

#E36869 color CMYK value is (0,54,54,11).

  • cyan value is 0.00%
  • magenta value is 54.19%
  • yellow value is 53.74%
  • key color value is 10.98%
CMYK:
(0,54,54,11)
C0M54Y54K11 
(0%,54%,54%,11%)
(0.00/0.54/0.54/0.11)	

CMYK percentages

%0
%54.19
%53.74
%10.98

Codes

Color #E36869 in popluar color models

E36869
RGB227104105
HSL360°68.72%64.90%
HSB/HSV360°54.19%89.02%
CMYK0.00%54.19%53.74%
10.98%

Color #E36869 in popluar number systems.

HEXE36869
Decimal227104105
Binary1110001111010001101001
Octal343150151

Shades and tints

Shades of #E36869

#E36869
(227,104,105)
#CF5F60
(207,95,96)
#BB5657
(187,86,87)
#A74D4E
(167,77,78)
#934445
(147,68,69)
#7F3B3C
(127,59,60)
#6B3233
(107,50,51)
#57292A
(87,41,42)
#432021
(67,32,33)
#2F1718
(47,23,24)
#1B0E0F
(27,14,15)
#000000
(0,0,0)

Tints of #E36869

#E36869
(227,104,105)
#E57576
(229,117,118)
#E78283
(231,130,131)
#E98F90
(233,143,144)
#EB9C9D
(235,156,157)
#EDA9AA
(237,169,170)
#EFB6B7
(239,182,183)
#F1C3C4
(241,195,196)
#F3D0D1
(243,208,209)
#F5DDDE
(245,221,222)
#F7EAEB
(247,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E36869 color. Also use rgb(227,104,105) instead hex code.

Text Font Color

.myTextColor { color: #E36869; }

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

This text font color is #E36869.


Background Color

.myBgColor { background-color: #E36869; }

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

This div background color is #E36869.


Border color

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

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

This div border color is #E36869.


Opacity

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

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

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

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

This text has shadow with #E36869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E36869 on black background.


Color preview on white background

This text has color #E36869 on white background.



Black color preview on #E36869 background

This text has black color on #E36869 background.


White color preview on #E36869 background

This text has white color on #E36869 background.