COLOR #E55380

HEX: #E55380
RGB: (229,83,128)

Renk bilgisi

#E55380 contains mainly red color. #E55380 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#E55380 color RGB value is (229,83,128).

  • kırmız ton 229;
  • yeşil ton 83;
  • mavi ton 128.
RGB:
(229,83,128)
(90%,33%,50%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 83 of 255 = 33%
B 128 of 255 = 50%

229
83
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 83 + 128 = 440 (100%)
R 229 of 440 ~ 52.05%
G 83 of 440 ~ 18.86%
B 128 of 440 ~ 29.09%

%52.05
%18.86
%29.09

CMYK RENK MODELİ

#E55380 rengi CMYK tonu (0,64,44,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.76%
  • sarı tonu 44.10%
  • ana renk tonu 10.20%
CMYK:
(0,64,44,10)
C0M64Y44K10 
(0%,64%,44%,10%)
(0.00/0.64/0.44/0.10)	

CMYK yüzdeleri

%0
%63.76
%44.1
%10.2

Codes

Color #E55380 in popluar color models

E55380
RGB22983128
HSL342°73.74%61.18%
HSB/HSV342°63.76%89.80%
CMYK0.00%63.76%44.10%
10.20%

Color #E55380 in popluar number systems.

HEXE55380
Decimal22983128
Binary11100101101001110000000
Octal345123200

Shades and tints

Shades of #E55380

#E55380
(229,83,128)
#D14C75
(209,76,117)
#BD456A
(189,69,106)
#A93E5F
(169,62,95)
#953754
(149,55,84)
#813049
(129,48,73)
#6D293E
(109,41,62)
#592233
(89,34,51)
#451B28
(69,27,40)
#31141D
(49,20,29)
#1D0D12
(29,13,18)
#000000
(0,0,0)

Tints of #E55380

#E55380
(229,83,128)
#E7628B
(231,98,139)
#E97196
(233,113,150)
#EB80A1
(235,128,161)
#ED8FAC
(237,143,172)
#EF9EB7
(239,158,183)
#F1ADC2
(241,173,194)
#F3BCCD
(243,188,205)
#F5CBD8
(245,203,216)
#F7DAE3
(247,218,227)
#F9E9EE
(249,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E55380 color. Also use rgb(229,83,128) instead hex code.

Text Font Color

.myTextColor { color: #E55380; }

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

This text font color is #E55380.


Background Color

.myBgColor { background-color: #E55380; }

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

This div background color is #E55380.


Border color

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

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

This div border color is #E55380.


Opacity

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

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

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

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

This text has shadow with #E55380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E55380 on black background.


Color preview on white background

This text has color #E55380 on white background.



Black color preview on #E55380 background

This text has black color on #E55380 background.


White color preview on #E55380 background

This text has white color on #E55380 background.