COLOR #E476D5

HEX: #E476D5
RGB: (228,118,213)

Renk bilgisi

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

RGB renk modeli

#E476D5 color RGB value is (228,118,213).

  • kırmız ton 228;
  • yeşil ton 118;
  • mavi ton 213.
RGB:
(228,118,213)
(89%,46%,84%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 118 of 255 = 46%
B 213 of 255 = 84%

228
118
213

R + G + B ~ 73%. #E476D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 118 + 213 = 559 (100%)
R 228 of 559 ~ 40.79%
G 118 of 559 ~ 21.11%
B 213 of 559 ~ 38.1%

%40.79
%21.11
%38.1

CMYK RENK MODELİ

#E476D5 rengi CMYK tonu (0,48,7,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.25%
  • sarı tonu 6.58%
  • ana renk tonu 10.59%
CMYK:
(0,48,7,11)
C0M48Y7K11 
(0%,48%,7%,11%)
(0.00/0.48/0.07/0.11)	

CMYK yüzdeleri

%0
%48.25
%6.58
%10.59

Codes

Color #E476D5 in popluar color models

E476D5
RGB228118213
HSL308°67.07%67.84%
HSB/HSV308°48.25%89.41%
CMYK0.00%48.25%6.58%
10.59%

Color #E476D5 in popluar number systems.

HEXE476D5
Decimal228118213
Binary11100100111011011010101
Octal344166325

Shades and tints

Shades of #E476D5

#E476D5
(228,118,213)
#D06CC2
(208,108,194)
#BC62AF
(188,98,175)
#A8589C
(168,88,156)
#944E89
(148,78,137)
#804476
(128,68,118)
#6C3A63
(108,58,99)
#583050
(88,48,80)
#44263D
(68,38,61)
#301C2A
(48,28,42)
#1C1217
(28,18,23)
#000000
(0,0,0)

Tints of #E476D5

#E476D5
(228,118,213)
#E682D8
(230,130,216)
#E88EDB
(232,142,219)
#EA9ADE
(234,154,222)
#ECA6E1
(236,166,225)
#EEB2E4
(238,178,228)
#F0BEE7
(240,190,231)
#F2CAEA
(242,202,234)
#F4D6ED
(244,214,237)
#F6E2F0
(246,226,240)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E476D5 color. Also use rgb(228,118,213) instead hex code.

Text Font Color

.myTextColor { color: #E476D5; }

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

This text font color is #E476D5.


Background Color

.myBgColor { background-color: #E476D5; }

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

This div background color is #E476D5.


Border color

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

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

This div border color is #E476D5.


Opacity

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

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

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

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

This text has shadow with #E476D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E476D5 on black background.


Color preview on white background

This text has color #E476D5 on white background.



Black color preview on #E476D5 background

This text has black color on #E476D5 background.


White color preview on #E476D5 background

This text has white color on #E476D5 background.