COLOR #E15AC7

HEX: #E15AC7
RGB: (225,90,199)

Renk bilgisi

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

RGB renk modeli

#E15AC7 color RGB value is (225,90,199).

  • kırmız ton 225;
  • yeşil ton 90;
  • mavi ton 199.
RGB:
(225,90,199)
(88%,35%,78%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 90 of 255 = 35%
B 199 of 255 = 78%

225
90
199

R + G + B ~ 67%. #E15AC7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 90 + 199 = 514 (100%)
R 225 of 514 ~ 43.77%
G 90 of 514 ~ 17.51%
B 199 of 514 ~ 38.72%

%43.77
%17.51
%38.72

CMYK RENK MODELİ

#E15AC7 rengi CMYK tonu (0,60,12,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.00%
  • sarı tonu 11.56%
  • ana renk tonu 11.76%
CMYK:
(0,60,12,12)
C0M60Y12K12 
(0%,60%,12%,12%)
(0.00/0.60/0.12/0.12)	

CMYK yüzdeleri

%0
%60
%11.56
%11.76

Codes

Color #E15AC7 in popluar color models

E15AC7
RGB22590199
HSL312°69.23%61.76%
HSB/HSV312°60.00%88.24%
CMYK0.00%60.00%11.56%
11.76%

Color #E15AC7 in popluar number systems.

HEXE15AC7
Decimal22590199
Binary11100001101101011000111
Octal341132307

Shades and tints

Shades of #E15AC7

#E15AC7
(225,90,199)
#CD52B5
(205,82,181)
#B94AA3
(185,74,163)
#A54291
(165,66,145)
#913A7F
(145,58,127)
#7D326D
(125,50,109)
#692A5B
(105,42,91)
#552249
(85,34,73)
#411A37
(65,26,55)
#2D1225
(45,18,37)
#190A13
(25,10,19)
#000000
(0,0,0)

Tints of #E15AC7

#E15AC7
(225,90,199)
#E369CC
(227,105,204)
#E578D1
(229,120,209)
#E787D6
(231,135,214)
#E996DB
(233,150,219)
#EBA5E0
(235,165,224)
#EDB4E5
(237,180,229)
#EFC3EA
(239,195,234)
#F1D2EF
(241,210,239)
#F3E1F4
(243,225,244)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15AC7 color. Also use rgb(225,90,199) instead hex code.

Text Font Color

.myTextColor { color: #E15AC7; }

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

This text font color is #E15AC7.


Background Color

.myBgColor { background-color: #E15AC7; }

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

This div background color is #E15AC7.


Border color

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

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

This div border color is #E15AC7.


Opacity

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

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

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

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

This text has shadow with #E15AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15AC7 on black background.


Color preview on white background

This text has color #E15AC7 on white background.



Black color preview on #E15AC7 background

This text has black color on #E15AC7 background.


White color preview on #E15AC7 background

This text has white color on #E15AC7 background.