COLOR #E474D8

HEX: #E474D8
RGB: (228,116,216)

Renk bilgisi

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

RGB renk modeli

#E474D8 color RGB value is (228,116,216).

  • kırmız ton 228;
  • yeşil ton 116;
  • mavi ton 216.
RGB:
(228,116,216)
(89%,45%,85%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 116 of 255 = 45%
B 216 of 255 = 85%

228
116
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 116 + 216 = 560 (100%)
R 228 of 560 ~ 40.71%
G 116 of 560 ~ 20.71%
B 216 of 560 ~ 38.57%

%40.71
%20.71
%38.57

CMYK RENK MODELİ

#E474D8 rengi CMYK tonu (0,49,5,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.12%
  • sarı tonu 5.26%
  • ana renk tonu 10.59%
CMYK:
(0,49,5,11)
C0M49Y5K11 
(0%,49%,5%,11%)
(0.00/0.49/0.05/0.11)	

CMYK yüzdeleri

%0
%49.12
%5.26
%10.59

Codes

Color #E474D8 in popluar color models

E474D8
RGB228116216
HSL306°67.47%67.45%
HSB/HSV306°49.12%89.41%
CMYK0.00%49.12%5.26%
10.59%

Color #E474D8 in popluar number systems.

HEXE474D8
Decimal228116216
Binary11100100111010011011000
Octal344164330

Shades and tints

Shades of #E474D8

#E474D8
(228,116,216)
#D06AC5
(208,106,197)
#BC60B2
(188,96,178)
#A8569F
(168,86,159)
#944C8C
(148,76,140)
#804279
(128,66,121)
#6C3866
(108,56,102)
#582E53
(88,46,83)
#442440
(68,36,64)
#301A2D
(48,26,45)
#1C101A
(28,16,26)
#000000
(0,0,0)

Tints of #E474D8

#E474D8
(228,116,216)
#E680DB
(230,128,219)
#E88CDE
(232,140,222)
#EA98E1
(234,152,225)
#ECA4E4
(236,164,228)
#EEB0E7
(238,176,231)
#F0BCEA
(240,188,234)
#F2C8ED
(242,200,237)
#F4D4F0
(244,212,240)
#F6E0F3
(246,224,243)
#F8ECF6
(248,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E474D8 color. Also use rgb(228,116,216) instead hex code.

Text Font Color

.myTextColor { color: #E474D8; }

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

This text font color is #E474D8.


Background Color

.myBgColor { background-color: #E474D8; }

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

This div background color is #E474D8.


Border color

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

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

This div border color is #E474D8.


Opacity

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

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

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

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

This text has shadow with #E474D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E474D8 on black background.


Color preview on white background

This text has color #E474D8 on white background.



Black color preview on #E474D8 background

This text has black color on #E474D8 background.


White color preview on #E474D8 background

This text has white color on #E474D8 background.