COLOR #E466F6

HEX: #E466F6
RGB: (228,102,246)

Renk bilgisi

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

RGB renk modeli

#E466F6 color RGB value is (228,102,246).

  • kırmız ton 228;
  • yeşil ton 102;
  • mavi ton 246.
RGB:
(228,102,246)
(89%,40%,96%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 102 of 255 = 40%
B 246 of 255 = 96%

228
102
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 102 + 246 = 576 (100%)
R 228 of 576 ~ 39.58%
G 102 of 576 ~ 17.71%
B 246 of 576 ~ 42.71%

%39.58
%17.71
%42.71

CMYK RENK MODELİ

#E466F6 rengi CMYK tonu (7,59,0,4).

  • camgöbeği tonu 7.32%
  • eflatun tonu 58.54%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(7,59,0,4)
C7M59Y0K4 
(7%,59%,0%,4%)
(0.07/0.59/0.00/0.04)	

CMYK yüzdeleri

%7.32
%58.54
%0
%3.53

Codes

Color #E466F6 in popluar color models

E466F6
RGB228102246
HSL293°88.89%68.24%
HSB/HSV293°58.54%96.47%
CMYK7.32%58.54%0.00%
3.53%

Color #E466F6 in popluar number systems.

HEXE466F6
Decimal228102246
Binary11100100110011011110110
Octal344146366

Shades and tints

Shades of #E466F6

#E466F6
(228,102,246)
#D05DE0
(208,93,224)
#BC54CA
(188,84,202)
#A84BB4
(168,75,180)
#94429E
(148,66,158)
#803988
(128,57,136)
#6C3072
(108,48,114)
#58275C
(88,39,92)
#441E46
(68,30,70)
#301530
(48,21,48)
#1C0C1A
(28,12,26)
#000000
(0,0,0)

Tints of #E466F6

#E466F6
(228,102,246)
#E673F6
(230,115,246)
#E880F6
(232,128,246)
#EA8DF6
(234,141,246)
#EC9AF6
(236,154,246)
#EEA7F6
(238,167,246)
#F0B4F6
(240,180,246)
#F2C1F6
(242,193,246)
#F4CEF6
(244,206,246)
#F6DBF6
(246,219,246)
#F8E8F6
(248,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E466F6 color. Also use rgb(228,102,246) instead hex code.

Text Font Color

.myTextColor { color: #E466F6; }

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

This text font color is #E466F6.


Background Color

.myBgColor { background-color: #E466F6; }

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

This div background color is #E466F6.


Border color

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

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

This div border color is #E466F6.


Opacity

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

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

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

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

This text has shadow with #E466F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E466F6 on black background.


Color preview on white background

This text has color #E466F6 on white background.



Black color preview on #E466F6 background

This text has black color on #E466F6 background.


White color preview on #E466F6 background

This text has white color on #E466F6 background.