COLOR #E53358

HEX: #E53358
RGB: (229,51,88)

Renk bilgisi

#E53358 contains mainly red color. #E53358 ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#E53358 color RGB value is (229,51,88).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 51 of 255 = 20%
B 88 of 255 = 35%

229
51
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 51 + 88 = 368 (100%)
R 229 of 368 ~ 62.23%
G 51 of 368 ~ 13.86%
B 88 of 368 ~ 23.91%

%62.23
%13.86
%23.91

CMYK RENK MODELİ

#E53358 rengi CMYK tonu (0,78,62,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.73%
  • sarı tonu 61.57%
  • ana renk tonu 10.20%
CMYK:
(0,78,62,10)
C0M78Y62K10 
(0%,78%,62%,10%)
(0.00/0.78/0.62/0.10)	

CMYK yüzdeleri

%0
%77.73
%61.57
%10.2

Codes

Color #E53358 in popluar color models

E53358
RGB2295188
HSL348°77.39%54.90%
HSB/HSV348°77.73%89.80%
CMYK0.00%77.73%61.57%
10.20%

Color #E53358 in popluar number systems.

HEXE53358
Decimal2295188
Binary111001011100111011000
Octal34563130

Shades and tints

Shades of #E53358

#E53358
(229,51,88)
#D12F50
(209,47,80)
#BD2B48
(189,43,72)
#A92740
(169,39,64)
#952338
(149,35,56)
#811F30
(129,31,48)
#6D1B28
(109,27,40)
#591720
(89,23,32)
#451318
(69,19,24)
#310F10
(49,15,16)
#1D0B08
(29,11,8)
#000000
(0,0,0)

Tints of #E53358

#E53358
(229,51,88)
#E74567
(231,69,103)
#E95776
(233,87,118)
#EB6985
(235,105,133)
#ED7B94
(237,123,148)
#EF8DA3
(239,141,163)
#F19FB2
(241,159,178)
#F3B1C1
(243,177,193)
#F5C3D0
(245,195,208)
#F7D5DF
(247,213,223)
#F9E7EE
(249,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E53358; }

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

This text font color is #E53358.


Background Color

.myBgColor { background-color: #E53358; }

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

This div background color is #E53358.


Border color

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

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

This div border color is #E53358.


Opacity

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

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

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

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

This text has shadow with #E53358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E53358 on black background.


Color preview on white background

This text has color #E53358 on white background.



Black color preview on #E53358 background

This text has black color on #E53358 background.


White color preview on #E53358 background

This text has white color on #E53358 background.