COLOR #E15D64

HEX: #E15D64
RGB: (225,93,100)

Renk bilgisi

#E15D64 contains mainly red color. #E15D64 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#E15D64 color RGB value is (225,93,100).

  • kırmız ton 225;
  • yeşil ton 93;
  • mavi ton 100.
RGB:
(225,93,100)
(88%,36%,39%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 93 of 255 = 36%
B 100 of 255 = 39%

225
93
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 93 + 100 = 418 (100%)
R 225 of 418 ~ 53.83%
G 93 of 418 ~ 22.25%
B 100 of 418 ~ 23.92%

%53.83
%22.25
%23.92

CMYK RENK MODELİ

#E15D64 rengi CMYK tonu (0,59,56,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.67%
  • sarı tonu 55.56%
  • ana renk tonu 11.76%
CMYK:
(0,59,56,12)
C0M59Y56K12 
(0%,59%,56%,12%)
(0.00/0.59/0.56/0.12)	

CMYK yüzdeleri

%0
%58.67
%55.56
%11.76

Codes

Color #E15D64 in popluar color models

E15D64
RGB22593100
HSL357°68.75%62.35%
HSB/HSV357°58.67%88.24%
CMYK0.00%58.67%55.56%
11.76%

Color #E15D64 in popluar number systems.

HEXE15D64
Decimal22593100
Binary1110000110111011100100
Octal341135144

Shades and tints

Shades of #E15D64

#E15D64
(225,93,100)
#CD555B
(205,85,91)
#B94D52
(185,77,82)
#A54549
(165,69,73)
#913D40
(145,61,64)
#7D3537
(125,53,55)
#692D2E
(105,45,46)
#552525
(85,37,37)
#411D1C
(65,29,28)
#2D1513
(45,21,19)
#190D0A
(25,13,10)
#000000
(0,0,0)

Tints of #E15D64

#E15D64
(225,93,100)
#E36B72
(227,107,114)
#E57980
(229,121,128)
#E7878E
(231,135,142)
#E9959C
(233,149,156)
#EBA3AA
(235,163,170)
#EDB1B8
(237,177,184)
#EFBFC6
(239,191,198)
#F1CDD4
(241,205,212)
#F3DBE2
(243,219,226)
#F5E9F0
(245,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15D64 color. Also use rgb(225,93,100) instead hex code.

Text Font Color

.myTextColor { color: #E15D64; }

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

This text font color is #E15D64.


Background Color

.myBgColor { background-color: #E15D64; }

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

This div background color is #E15D64.


Border color

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

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

This div border color is #E15D64.


Opacity

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

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

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

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

This text has shadow with #E15D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15D64 on black background.


Color preview on white background

This text has color #E15D64 on white background.



Black color preview on #E15D64 background

This text has black color on #E15D64 background.


White color preview on #E15D64 background

This text has white color on #E15D64 background.