COLOR #E463D1

HEX: #E463D1
RGB: (228,99,209)

Renk bilgisi

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

RGB renk modeli

#E463D1 color RGB value is (228,99,209).

  • kırmız ton 228;
  • yeşil ton 99;
  • mavi ton 209.
RGB:
(228,99,209)
(89%,39%,82%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 99 of 255 = 39%
B 209 of 255 = 82%

228
99
209

R + G + B ~ 70%. #E463D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 99 + 209 = 536 (100%)
R 228 of 536 ~ 42.54%
G 99 of 536 ~ 18.47%
B 209 of 536 ~ 38.99%

%42.54
%18.47
%38.99

CMYK RENK MODELİ

#E463D1 rengi CMYK tonu (0,57,8,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.58%
  • sarı tonu 8.33%
  • ana renk tonu 10.59%
CMYK:
(0,57,8,11)
C0M57Y8K11 
(0%,57%,8%,11%)
(0.00/0.57/0.08/0.11)	

CMYK yüzdeleri

%0
%56.58
%8.33
%10.59

Codes

Color #E463D1 in popluar color models

E463D1
RGB22899209
HSL309°70.49%64.12%
HSB/HSV309°56.58%89.41%
CMYK0.00%56.58%8.33%
10.59%

Color #E463D1 in popluar number systems.

HEXE463D1
Decimal22899209
Binary11100100110001111010001
Octal344143321

Shades and tints

Shades of #E463D1

#E463D1
(228,99,209)
#D05ABE
(208,90,190)
#BC51AB
(188,81,171)
#A84898
(168,72,152)
#943F85
(148,63,133)
#803672
(128,54,114)
#6C2D5F
(108,45,95)
#58244C
(88,36,76)
#441B39
(68,27,57)
#301226
(48,18,38)
#1C0913
(28,9,19)
#000000
(0,0,0)

Tints of #E463D1

#E463D1
(228,99,209)
#E671D5
(230,113,213)
#E87FD9
(232,127,217)
#EA8DDD
(234,141,221)
#EC9BE1
(236,155,225)
#EEA9E5
(238,169,229)
#F0B7E9
(240,183,233)
#F2C5ED
(242,197,237)
#F4D3F1
(244,211,241)
#F6E1F5
(246,225,245)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E463D1 color. Also use rgb(228,99,209) instead hex code.

Text Font Color

.myTextColor { color: #E463D1; }

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

This text font color is #E463D1.


Background Color

.myBgColor { background-color: #E463D1; }

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

This div background color is #E463D1.


Border color

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

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

This div border color is #E463D1.


Opacity

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

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

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

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

This text has shadow with #E463D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E463D1 on black background.


Color preview on white background

This text has color #E463D1 on white background.



Black color preview on #E463D1 background

This text has black color on #E463D1 background.


White color preview on #E463D1 background

This text has white color on #E463D1 background.