COLOR #E4829A

HEX: #E4829A
RGB: (228,130,154)

Renk bilgisi

#E4829A contains mainly red color. #E4829A ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E4829A color RGB value is (228,130,154).

  • kırmız ton 228;
  • yeşil ton 130;
  • mavi ton 154.
RGB:
(228,130,154)
(89%,51%,60%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 130 of 255 = 51%
B 154 of 255 = 60%

228
130
154

R + G + B ~ 67%. #E4829A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 130 + 154 = 512 (100%)
R 228 of 512 ~ 44.53%
G 130 of 512 ~ 25.39%
B 154 of 512 ~ 30.08%

%44.53
%25.39
%30.08

CMYK RENK MODELİ

#E4829A rengi CMYK tonu (0,43,32,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.98%
  • sarı tonu 32.46%
  • ana renk tonu 10.59%
CMYK:
(0,43,32,11)
C0M43Y32K11 
(0%,43%,32%,11%)
(0.00/0.43/0.32/0.11)	

CMYK yüzdeleri

%0
%42.98
%32.46
%10.59

Codes

Color #E4829A in popluar color models

E4829A
RGB228130154
HSL345°64.47%70.20%
HSB/HSV345°42.98%89.41%
CMYK0.00%42.98%32.46%
10.59%

Color #E4829A in popluar number systems.

HEXE4829A
Decimal228130154
Binary111001001000001010011010
Octal344202232

Shades and tints

Shades of #E4829A

#E4829A
(228,130,154)
#D0778C
(208,119,140)
#BC6C7E
(188,108,126)
#A86170
(168,97,112)
#945662
(148,86,98)
#804B54
(128,75,84)
#6C4046
(108,64,70)
#583538
(88,53,56)
#442A2A
(68,42,42)
#301F1C
(48,31,28)
#1C140E
(28,20,14)
#000000
(0,0,0)

Tints of #E4829A

#E4829A
(228,130,154)
#E68DA3
(230,141,163)
#E898AC
(232,152,172)
#EAA3B5
(234,163,181)
#ECAEBE
(236,174,190)
#EEB9C7
(238,185,199)
#F0C4D0
(240,196,208)
#F2CFD9
(242,207,217)
#F4DAE2
(244,218,226)
#F6E5EB
(246,229,235)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4829A color. Also use rgb(228,130,154) instead hex code.

Text Font Color

.myTextColor { color: #E4829A; }

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

This text font color is #E4829A.


Background Color

.myBgColor { background-color: #E4829A; }

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

This div background color is #E4829A.


Border color

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

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

This div border color is #E4829A.


Opacity

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

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

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

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

This text has shadow with #E4829A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4829A on black background.


Color preview on white background

This text has color #E4829A on white background.



Black color preview on #E4829A background

This text has black color on #E4829A background.


White color preview on #E4829A background

This text has white color on #E4829A background.