COLOR #E15EE4

HEX: #E15EE4
RGB: (225,94,228)

Renk bilgisi

#E15EE4 contains mainly red and blue colors. #E15EE4 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#E15EE4 color RGB value is (225,94,228).

  • kırmız ton 225;
  • yeşil ton 94;
  • mavi ton 228.
RGB:
(225,94,228)
(88%,37%,89%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 94 of 255 = 37%
B 228 of 255 = 89%

225
94
228

R + G + B ~ 71%. #E15EE4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 94 + 228 = 547 (100%)
R 225 of 547 ~ 41.13%
G 94 of 547 ~ 17.18%
B 228 of 547 ~ 41.68%

%41.13
%17.18
%41.68

CMYK RENK MODELİ

#E15EE4 rengi CMYK tonu (1,59,0,11).

  • camgöbeği tonu 1.32%
  • eflatun tonu 58.77%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(1,59,0,11)
C1M59Y0K11 
(1%,59%,0%,11%)
(0.01/0.59/0.00/0.11)	

CMYK yüzdeleri

%1.32
%58.77
%0
%10.59

Codes

Color #E15EE4 in popluar color models

E15EE4
RGB22594228
HSL299°71.28%63.14%
HSB/HSV299°58.77%89.41%
CMYK1.32%58.77%0.00%
10.59%

Color #E15EE4 in popluar number systems.

HEXE15EE4
Decimal22594228
Binary11100001101111011100100
Octal341136344

Shades and tints

Shades of #E15EE4

#E15EE4
(225,94,228)
#CD56D0
(205,86,208)
#B94EBC
(185,78,188)
#A546A8
(165,70,168)
#913E94
(145,62,148)
#7D3680
(125,54,128)
#692E6C
(105,46,108)
#552658
(85,38,88)
#411E44
(65,30,68)
#2D1630
(45,22,48)
#190E1C
(25,14,28)
#000000
(0,0,0)

Tints of #E15EE4

#E15EE4
(225,94,228)
#E36CE6
(227,108,230)
#E57AE8
(229,122,232)
#E788EA
(231,136,234)
#E996EC
(233,150,236)
#EBA4EE
(235,164,238)
#EDB2F0
(237,178,240)
#EFC0F2
(239,192,242)
#F1CEF4
(241,206,244)
#F3DCF6
(243,220,246)
#F5EAF8
(245,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15EE4 color. Also use rgb(225,94,228) instead hex code.

Text Font Color

.myTextColor { color: #E15EE4; }

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

This text font color is #E15EE4.


Background Color

.myBgColor { background-color: #E15EE4; }

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

This div background color is #E15EE4.


Border color

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

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

This div border color is #E15EE4.


Opacity

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

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

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

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

This text has shadow with #E15EE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15EE4 on black background.


Color preview on white background

This text has color #E15EE4 on white background.



Black color preview on #E15EE4 background

This text has black color on #E15EE4 background.


White color preview on #E15EE4 background

This text has white color on #E15EE4 background.