COLOR #E13395

HEX: #E13395
RGB: (225,51,149)

Renk bilgisi

#E13395 contains mainly red color. #E13395 ‘ nin web güvenlik rengi #CC3399 (ya da #C39) dir.

RGB renk modeli

#E13395 color RGB value is (225,51,149).

  • kırmız ton 225;
  • yeşil ton 51;
  • mavi ton 149.
RGB:
(225,51,149)
(88%,20%,58%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 51 of 255 = 20%
B 149 of 255 = 58%

225
51
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 51 + 149 = 425 (100%)
R 225 of 425 ~ 52.94%
G 51 of 425 ~ 12%
B 149 of 425 ~ 35.06%

%52.94
%12
%35.06

CMYK RENK MODELİ

#E13395 rengi CMYK tonu (0,77,34,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.33%
  • sarı tonu 33.78%
  • ana renk tonu 11.76%
CMYK:
(0,77,34,12)
C0M77Y34K12 
(0%,77%,34%,12%)
(0.00/0.77/0.34/0.12)	

CMYK yüzdeleri

%0
%77.33
%33.78
%11.76

Codes

Color #E13395 in popluar color models

E13395
RGB22551149
HSL326°74.36%54.12%
HSB/HSV326°77.33%88.24%
CMYK0.00%77.33%33.78%
11.76%

Color #E13395 in popluar number systems.

HEXE13395
Decimal22551149
Binary1110000111001110010101
Octal34163225

Shades and tints

Shades of #E13395

#E13395
(225,51,149)
#CD2F88
(205,47,136)
#B92B7B
(185,43,123)
#A5276E
(165,39,110)
#912361
(145,35,97)
#7D1F54
(125,31,84)
#691B47
(105,27,71)
#55173A
(85,23,58)
#41132D
(65,19,45)
#2D0F20
(45,15,32)
#190B13
(25,11,19)
#000000
(0,0,0)

Tints of #E13395

#E13395
(225,51,149)
#E3459E
(227,69,158)
#E557A7
(229,87,167)
#E769B0
(231,105,176)
#E97BB9
(233,123,185)
#EB8DC2
(235,141,194)
#ED9FCB
(237,159,203)
#EFB1D4
(239,177,212)
#F1C3DD
(241,195,221)
#F3D5E6
(243,213,230)
#F5E7EF
(245,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E13395 color. Also use rgb(225,51,149) instead hex code.

Text Font Color

.myTextColor { color: #E13395; }

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

This text font color is #E13395.


Background Color

.myBgColor { background-color: #E13395; }

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

This div background color is #E13395.


Border color

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

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

This div border color is #E13395.


Opacity

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

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

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

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

This text has shadow with #E13395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E13395 on black background.


Color preview on white background

This text has color #E13395 on white background.



Black color preview on #E13395 background

This text has black color on #E13395 background.


White color preview on #E13395 background

This text has white color on #E13395 background.