COLOR #E53398

HEX: #E53398
RGB: (229,51,152)

Renk bilgisi

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

RGB renk modeli

#E53398 color RGB value is (229,51,152).

  • kırmız ton 229;
  • yeşil ton 51;
  • mavi ton 152.
RGB:
(229,51,152)
(90%,20%,60%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 51 of 255 = 20%
B 152 of 255 = 60%

229
51
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 51 + 152 = 432 (100%)
R 229 of 432 ~ 53.01%
G 51 of 432 ~ 11.81%
B 152 of 432 ~ 35.19%

%53.01
%11.81
%35.19

CMYK RENK MODELİ

#E53398 rengi CMYK tonu (0,78,34,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.73%
  • sarı tonu 33.62%
  • ana renk tonu 10.20%
CMYK:
(0,78,34,10)
C0M78Y34K10 
(0%,78%,34%,10%)
(0.00/0.78/0.34/0.10)	

CMYK yüzdeleri

%0
%77.73
%33.62
%10.2

Codes

Color #E53398 in popluar color models

E53398
RGB22951152
HSL326°77.39%54.90%
HSB/HSV326°77.73%89.80%
CMYK0.00%77.73%33.62%
10.20%

Color #E53398 in popluar number systems.

HEXE53398
Decimal22951152
Binary1110010111001110011000
Octal34563230

Shades and tints

Shades of #E53398

#E53398
(229,51,152)
#D12F8B
(209,47,139)
#BD2B7E
(189,43,126)
#A92771
(169,39,113)
#952364
(149,35,100)
#811F57
(129,31,87)
#6D1B4A
(109,27,74)
#59173D
(89,23,61)
#451330
(69,19,48)
#310F23
(49,15,35)
#1D0B16
(29,11,22)
#000000
(0,0,0)

Tints of #E53398

#E53398
(229,51,152)
#E745A1
(231,69,161)
#E957AA
(233,87,170)
#EB69B3
(235,105,179)
#ED7BBC
(237,123,188)
#EF8DC5
(239,141,197)
#F19FCE
(241,159,206)
#F3B1D7
(243,177,215)
#F5C3E0
(245,195,224)
#F7D5E9
(247,213,233)
#F9E7F2
(249,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E53398 color. Also use rgb(229,51,152) instead hex code.

Text Font Color

.myTextColor { color: #E53398; }

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

This text font color is #E53398.


Background Color

.myBgColor { background-color: #E53398; }

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

This div background color is #E53398.


Border color

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

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

This div border color is #E53398.


Opacity

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

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

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

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

This text has shadow with #E53398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E53398 on black background.


Color preview on white background

This text has color #E53398 on white background.



Black color preview on #E53398 background

This text has black color on #E53398 background.


White color preview on #E53398 background

This text has white color on #E53398 background.