COLOR #E480DA

HEX: #E480DA
RGB: (228,128,218)

Renk bilgisi

#E480DA contains mainly red and blue colors. #E480DA ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#E480DA color RGB value is (228,128,218).

  • kırmız ton 228;
  • yeşil ton 128;
  • mavi ton 218.
RGB:
(228,128,218)
(89%,50%,85%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 128 of 255 = 50%
B 218 of 255 = 85%

228
128
218

R + G + B ~ 75%. #E480DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 128 + 218 = 574 (100%)
R 228 of 574 ~ 39.72%
G 128 of 574 ~ 22.3%
B 218 of 574 ~ 37.98%

%39.72
%22.3
%37.98

CMYK RENK MODELİ

#E480DA rengi CMYK tonu (0,44,4,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.86%
  • sarı tonu 4.39%
  • ana renk tonu 10.59%
CMYK:
(0,44,4,11)
C0M44Y4K11 
(0%,44%,4%,11%)
(0.00/0.44/0.04/0.11)	

CMYK yüzdeleri

%0
%43.86
%4.39
%10.59

Codes

Color #E480DA in popluar color models

E480DA
RGB228128218
HSL306°64.94%69.80%
HSB/HSV306°43.86%89.41%
CMYK0.00%43.86%4.39%
10.59%

Color #E480DA in popluar number systems.

HEXE480DA
Decimal228128218
Binary111001001000000011011010
Octal344200332

Shades and tints

Shades of #E480DA

#E480DA
(228,128,218)
#D075C7
(208,117,199)
#BC6AB4
(188,106,180)
#A85FA1
(168,95,161)
#94548E
(148,84,142)
#80497B
(128,73,123)
#6C3E68
(108,62,104)
#583355
(88,51,85)
#442842
(68,40,66)
#301D2F
(48,29,47)
#1C121C
(28,18,28)
#000000
(0,0,0)

Tints of #E480DA

#E480DA
(228,128,218)
#E68BDD
(230,139,221)
#E896E0
(232,150,224)
#EAA1E3
(234,161,227)
#ECACE6
(236,172,230)
#EEB7E9
(238,183,233)
#F0C2EC
(240,194,236)
#F2CDEF
(242,205,239)
#F4D8F2
(244,216,242)
#F6E3F5
(246,227,245)
#F8EEF8
(248,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E480DA color. Also use rgb(228,128,218) instead hex code.

Text Font Color

.myTextColor { color: #E480DA; }

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

This text font color is #E480DA.


Background Color

.myBgColor { background-color: #E480DA; }

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

This div background color is #E480DA.


Border color

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

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

This div border color is #E480DA.


Opacity

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

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

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

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

This text has shadow with #E480DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E480DA on black background.


Color preview on white background

This text has color #E480DA on white background.



Black color preview on #E480DA background

This text has black color on #E480DA background.


White color preview on #E480DA background

This text has white color on #E480DA background.