FARBE #E41BFB

HEX: #E41BFB
RGB: (228,27,251)

Farbeninformationen

#E41BFB enthält hauptsächlich rote und blaue Farbe. Für #E41BFB ist eine «websichere» Webfarbe #CC33FF (oder kurz #C3F).

Farbmodelle RGB

Die Farbe #E41BFB wird in RGB als (228,27,251) definiert.

  • Rot hat einen Wert von 228;
  • Grün hat einen Wert von 27;
  • Blau hat einen Wert von 251.
RGB:
(228,27,251)
(89%,11%,98%)

Kanäle in RGB und Sättigung

R 228 von 255 = 89%
G 27 von 255 = 11%
B 251 von 255 = 98%

228
27
251

R + G + B ~ 66%. #E41BFB ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
228 + 27 + 251 = 506 (100%)
R 228 von 506 ~ 45.06%
G 27 von 506 ~ 5.34%
B 251 von 506 ~ 49.6%

%45.06
%49.6

Farbmodell CMYK

Die Farbe #E41BFB wird in CMYK als (9,89,0,2) definiert.

  • Cyan hat einen Wert von 9.16%
  • Magenta hat einen Wert von 89.24%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 1.57%
CMYK:
(9,89,0,2)
C9M89Y0K2 
(9%,89%,0%,2%)
(0.09/0.89/0.00/0.02)	

CMYK-Kanäle in Prozent

%9.16
%89.24
%0
%1.57

Farbcodes

Farbe #E41BFB in den populären Farbmodellen.

E41BFB
RGB22827251
HSL294°96.55%54.51%
HSB/HSV294°89.24%98.43%
CMYK9.16%89.24%0.00%
1.57%

Die Farbe #E41BFB in den populären Zahlensystemen.

HexadezimalE41BFB
Dezimal22827251
Binär111001001101111111011
Oktal34433373

Farbtöne

Dunkle Töne der Farbe #E41BFB

#E41BFB
(228,27,251)
#D019E5
(208,25,229)
#BC17CF
(188,23,207)
#A815B9
(168,21,185)
#9413A3
(148,19,163)
#80118D
(128,17,141)
#6C0F77
(108,15,119)
#580D61
(88,13,97)
#440B4B
(68,11,75)
#300935
(48,9,53)
#1C071F
(28,7,31)
#000000
(0,0,0)

Helle Töne der Farbe #E41BFB

#E41BFB
(228,27,251)
#E62FFB
(230,47,251)
#E843FB
(232,67,251)
#EA57FB
(234,87,251)
#EC6BFB
(236,107,251)
#EE7FFB
(238,127,251)
#F093FB
(240,147,251)
#F2A7FB
(242,167,251)
#F4BBFB
(244,187,251)
#F6CFFB
(246,207,251)
#F8E3FB
(248,227,251)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #E41BFB. Bitte benutzen Sie auch rgb(228,27,251) statt hex-Code.

Textfarbe

.myTextColor { color: #E41BFB; }

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

Die Farbe dieses Textes ist #E41BFB.


Hintergrundfarbe

.myBgColor { background-color: #E41BFB; }

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

Der Hintergrund von diesem div ist in Farbe #E41BFB.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #E41BFB.


Transparenz

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

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

Text in Farbe #E41BFB und mit Transparenz 100% | 80% | 50% | 30%.

Hintergrund mit Transparenzgrad 100%.

Hintergrund mit Transparenzgrad 80%.

Hintergrund mit Transparenzgrad 50%.

Hintergrund mit Transparenzgrad 30%.

Farbe des Textschattens

.textShadow {text-shadow: 3px 3px 1px #E41BFB;}

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

Dieser Text hat den Schatten in Farbe #E41BFB.

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

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

Dieser Text hat den Schatten in Grundfarbe #E41BFB und zusätzlichem Rot.


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

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

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


Farbe des Schattens vom div-Element

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E41BFB;
-webkit-box-shadow: 1px 1px 3px 2px #E41BFB;
box-shadow:1px 1px 3px 2px #E41BFB;">
Div content here</div>
Dieses div hat den Schatten in Farbe #E41BFB.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

Dieser Text ist in der Farbe #E41BFB auf dem schwarzen Hintergrund.


Farbenbeispiel auf dem weißen Hintergrund

Dieser Text ist in Farbe #E41BFB auf dem weißen Hintergrund.



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #E41BFB

Dieser Text ist schwarz auf dem Hintergrund in Farbe #E41BFB.


Beispiel eines weißen Textes auf dem Hintergrund in Farbe #E41BFB

Dieser Text ist weiß auf dem Hintergrund in Farbe #E41BFB.