COLOR #E52E52

HEX: #E52E52
RGB: (229,46,82)

Renk bilgisi

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

RGB renk modeli

#E52E52 color RGB value is (229,46,82).

  • kırmız ton 229;
  • yeşil ton 46;
  • mavi ton 82.
RGB:
(229,46,82)
(90%,18%,32%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 46 of 255 = 18%
B 82 of 255 = 32%

229
46
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 46 + 82 = 357 (100%)
R 229 of 357 ~ 64.15%
G 46 of 357 ~ 12.89%
B 82 of 357 ~ 22.97%

%64.15
%12.89
%22.97

CMYK RENK MODELİ

#E52E52 rengi CMYK tonu (0,80,64,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 79.91%
  • sarı tonu 64.19%
  • ana renk tonu 10.20%
CMYK:
(0,80,64,10)
C0M80Y64K10 
(0%,80%,64%,10%)
(0.00/0.80/0.64/0.10)	

CMYK yüzdeleri

%0
%79.91
%64.19
%10.2

Codes

Color #E52E52 in popluar color models

E52E52
RGB2294682
HSL348°77.87%53.92%
HSB/HSV348°79.91%89.80%
CMYK0.00%79.91%64.19%
10.20%

Color #E52E52 in popluar number systems.

HEXE52E52
Decimal2294682
Binary111001011011101010010
Octal34556122

Shades and tints

Shades of #E52E52

#E52E52
(229,46,82)
#D12A4B
(209,42,75)
#BD2644
(189,38,68)
#A9223D
(169,34,61)
#951E36
(149,30,54)
#811A2F
(129,26,47)
#6D1628
(109,22,40)
#591221
(89,18,33)
#450E1A
(69,14,26)
#310A13
(49,10,19)
#1D060C
(29,6,12)
#000000
(0,0,0)

Tints of #E52E52

#E52E52
(229,46,82)
#E74161
(231,65,97)
#E95470
(233,84,112)
#EB677F
(235,103,127)
#ED7A8E
(237,122,142)
#EF8D9D
(239,141,157)
#F1A0AC
(241,160,172)
#F3B3BB
(243,179,187)
#F5C6CA
(245,198,202)
#F7D9D9
(247,217,217)
#F9ECE8
(249,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E52E52 color. Also use rgb(229,46,82) instead hex code.

Text Font Color

.myTextColor { color: #E52E52; }

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

This text font color is #E52E52.


Background Color

.myBgColor { background-color: #E52E52; }

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

This div background color is #E52E52.


Border color

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

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

This div border color is #E52E52.


Opacity

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

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

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

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

This text has shadow with #E52E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E52E52 on black background.


Color preview on white background

This text has color #E52E52 on white background.



Black color preview on #E52E52 background

This text has black color on #E52E52 background.


White color preview on #E52E52 background

This text has white color on #E52E52 background.