COLOR #E490E5

HEX: #E490E5
RGB: (228,144,229)

Renk bilgisi

#E490E5 contains mainly red and blue colors. #E490E5 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E490E5 color RGB value is (228,144,229).

  • kırmız ton 228;
  • yeşil ton 144;
  • mavi ton 229.
RGB:
(228,144,229)
(89%,56%,90%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 144 of 255 = 56%
B 229 of 255 = 90%

228
144
229

R + G + B ~ 78%. #E490E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 144 + 229 = 601 (100%)
R 228 of 601 ~ 37.94%
G 144 of 601 ~ 23.96%
B 229 of 601 ~ 38.1%

%37.94
%23.96
%38.1

CMYK RENK MODELİ

#E490E5 rengi CMYK tonu (0,37,0,10).

  • camgöbeği tonu 0.44%
  • eflatun tonu 37.12%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(0,37,0,10)
C0M37Y0K10 
(0%,37%,0%,10%)
(0.00/0.37/0.00/0.10)	

CMYK yüzdeleri

%0.44
%37.12
%0
%10.2

Codes

Color #E490E5 in popluar color models

E490E5
RGB228144229
HSL299°62.04%73.14%
HSB/HSV299°37.12%89.80%
CMYK0.44%37.12%0.00%
10.20%

Color #E490E5 in popluar number systems.

HEXE490E5
Decimal228144229
Binary111001001001000011100101
Octal344220345

Shades and tints

Shades of #E490E5

#E490E5
(228,144,229)
#D083D1
(208,131,209)
#BC76BD
(188,118,189)
#A869A9
(168,105,169)
#945C95
(148,92,149)
#804F81
(128,79,129)
#6C426D
(108,66,109)
#583559
(88,53,89)
#442845
(68,40,69)
#301B31
(48,27,49)
#1C0E1D
(28,14,29)
#000000
(0,0,0)

Tints of #E490E5

#E490E5
(228,144,229)
#E69AE7
(230,154,231)
#E8A4E9
(232,164,233)
#EAAEEB
(234,174,235)
#ECB8ED
(236,184,237)
#EEC2EF
(238,194,239)
#F0CCF1
(240,204,241)
#F2D6F3
(242,214,243)
#F4E0F5
(244,224,245)
#F6EAF7
(246,234,247)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E490E5 color. Also use rgb(228,144,229) instead hex code.

Text Font Color

.myTextColor { color: #E490E5; }

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

This text font color is #E490E5.


Background Color

.myBgColor { background-color: #E490E5; }

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

This div background color is #E490E5.


Border color

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

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

This div border color is #E490E5.


Opacity

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

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

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

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

This text has shadow with #E490E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E490E5 on black background.


Color preview on white background

This text has color #E490E5 on white background.



Black color preview on #E490E5 background

This text has black color on #E490E5 background.


White color preview on #E490E5 background

This text has white color on #E490E5 background.