COLOR #E15CA6

HEX: #E15CA6
RGB: (225,92,166)

Renk bilgisi

#E15CA6 contains mainly red and blue colors. #E15CA6 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#E15CA6 color RGB value is (225,92,166).

  • kırmız ton 225;
  • yeşil ton 92;
  • mavi ton 166.
RGB:
(225,92,166)
(88%,36%,65%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 92 of 255 = 36%
B 166 of 255 = 65%

225
92
166

R + G + B ~ 63%. #E15CA6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 92 + 166 = 483 (100%)
R 225 of 483 ~ 46.58%
G 92 of 483 ~ 19.05%
B 166 of 483 ~ 34.37%

%46.58
%19.05
%34.37

CMYK RENK MODELİ

#E15CA6 rengi CMYK tonu (0,59,26,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.11%
  • sarı tonu 26.22%
  • ana renk tonu 11.76%
CMYK:
(0,59,26,12)
C0M59Y26K12 
(0%,59%,26%,12%)
(0.00/0.59/0.26/0.12)	

CMYK yüzdeleri

%0
%59.11
%26.22
%11.76

Codes

Color #E15CA6 in popluar color models

E15CA6
RGB22592166
HSL327°68.91%62.16%
HSB/HSV327°59.11%88.24%
CMYK0.00%59.11%26.22%
11.76%

Color #E15CA6 in popluar number systems.

HEXE15CA6
Decimal22592166
Binary11100001101110010100110
Octal341134246

Shades and tints

Shades of #E15CA6

#E15CA6
(225,92,166)
#CD5497
(205,84,151)
#B94C88
(185,76,136)
#A54479
(165,68,121)
#913C6A
(145,60,106)
#7D345B
(125,52,91)
#692C4C
(105,44,76)
#55243D
(85,36,61)
#411C2E
(65,28,46)
#2D141F
(45,20,31)
#190C10
(25,12,16)
#000000
(0,0,0)

Tints of #E15CA6

#E15CA6
(225,92,166)
#E36AAE
(227,106,174)
#E578B6
(229,120,182)
#E786BE
(231,134,190)
#E994C6
(233,148,198)
#EBA2CE
(235,162,206)
#EDB0D6
(237,176,214)
#EFBEDE
(239,190,222)
#F1CCE6
(241,204,230)
#F3DAEE
(243,218,238)
#F5E8F6
(245,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15CA6 color. Also use rgb(225,92,166) instead hex code.

Text Font Color

.myTextColor { color: #E15CA6; }

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

This text font color is #E15CA6.


Background Color

.myBgColor { background-color: #E15CA6; }

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

This div background color is #E15CA6.


Border color

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

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

This div border color is #E15CA6.


Opacity

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

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

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

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

This text has shadow with #E15CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15CA6 on black background.


Color preview on white background

This text has color #E15CA6 on white background.



Black color preview on #E15CA6 background

This text has black color on #E15CA6 background.


White color preview on #E15CA6 background

This text has white color on #E15CA6 background.