COLOR #E464F8

HEX: #E464F8
RGB: (228,100,248)

Renk bilgisi

#E464F8 contains mainly red and blue colors. #E464F8 ‘ nin web güvenlik rengi #CC66FF (ya da #C6F) dir.

RGB renk modeli

#E464F8 color RGB value is (228,100,248).

  • kırmız ton 228;
  • yeşil ton 100;
  • mavi ton 248.
RGB:
(228,100,248)
(89%,39%,97%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 100 of 255 = 39%
B 248 of 255 = 97%

228
100
248

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 100 + 248 = 576 (100%)
R 228 of 576 ~ 39.58%
G 100 of 576 ~ 17.36%
B 248 of 576 ~ 43.06%

%39.58
%17.36
%43.06

CMYK RENK MODELİ

#E464F8 rengi CMYK tonu (8,60,0,3).

  • camgöbeği tonu 8.06%
  • eflatun tonu 59.68%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(8,60,0,3)
C8M60Y0K3 
(8%,60%,0%,3%)
(0.08/0.60/0.00/0.03)	

CMYK yüzdeleri

%8.06
%59.68
%0
%2.75

Codes

Color #E464F8 in popluar color models

E464F8
RGB228100248
HSL292°91.36%68.24%
HSB/HSV292°59.68%97.25%
CMYK8.06%59.68%0.00%
2.75%

Color #E464F8 in popluar number systems.

HEXE464F8
Decimal228100248
Binary11100100110010011111000
Octal344144370

Shades and tints

Shades of #E464F8

#E464F8
(228,100,248)
#D05BE2
(208,91,226)
#BC52CC
(188,82,204)
#A849B6
(168,73,182)
#9440A0
(148,64,160)
#80378A
(128,55,138)
#6C2E74
(108,46,116)
#58255E
(88,37,94)
#441C48
(68,28,72)
#301332
(48,19,50)
#1C0A1C
(28,10,28)
#000000
(0,0,0)

Tints of #E464F8

#E464F8
(228,100,248)
#E672F8
(230,114,248)
#E880F8
(232,128,248)
#EA8EF8
(234,142,248)
#EC9CF8
(236,156,248)
#EEAAF8
(238,170,248)
#F0B8F8
(240,184,248)
#F2C6F8
(242,198,248)
#F4D4F8
(244,212,248)
#F6E2F8
(246,226,248)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E464F8 color. Also use rgb(228,100,248) instead hex code.

Text Font Color

.myTextColor { color: #E464F8; }

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

This text font color is #E464F8.


Background Color

.myBgColor { background-color: #E464F8; }

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

This div background color is #E464F8.


Border color

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

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

This div border color is #E464F8.


Opacity

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

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

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

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

This text has shadow with #E464F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E464F8 on black background.


Color preview on white background

This text has color #E464F8 on white background.



Black color preview on #E464F8 background

This text has black color on #E464F8 background.


White color preview on #E464F8 background

This text has white color on #E464F8 background.