COLOR #E390C5

HEX: #E390C5
RGB: (227,144,197)

Renk bilgisi

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

RGB renk modeli

#E390C5 color RGB value is (227,144,197).

  • kırmız ton 227;
  • yeşil ton 144;
  • mavi ton 197.
RGB:
(227,144,197)
(89%,56%,77%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 144 of 255 = 56%
B 197 of 255 = 77%

227
144
197

R + G + B ~ 74%. #E390C5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 144 + 197 = 568 (100%)
R 227 of 568 ~ 39.96%
G 144 of 568 ~ 25.35%
B 197 of 568 ~ 34.68%

%39.96
%25.35
%34.68

CMYK RENK MODELİ

#E390C5 rengi CMYK tonu (0,37,13,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.56%
  • sarı tonu 13.22%
  • ana renk tonu 10.98%
CMYK:
(0,37,13,11)
C0M37Y13K11 
(0%,37%,13%,11%)
(0.00/0.37/0.13/0.11)	

CMYK yüzdeleri

%0
%36.56
%13.22
%10.98

Codes

Color #E390C5 in popluar color models

E390C5
RGB227144197
HSL322°59.71%72.75%
HSB/HSV322°36.56%89.02%
CMYK0.00%36.56%13.22%
10.98%

Color #E390C5 in popluar number systems.

HEXE390C5
Decimal227144197
Binary111000111001000011000101
Octal343220305

Shades and tints

Shades of #E390C5

#E390C5
(227,144,197)
#CF83B4
(207,131,180)
#BB76A3
(187,118,163)
#A76992
(167,105,146)
#935C81
(147,92,129)
#7F4F70
(127,79,112)
#6B425F
(107,66,95)
#57354E
(87,53,78)
#43283D
(67,40,61)
#2F1B2C
(47,27,44)
#1B0E1B
(27,14,27)
#000000
(0,0,0)

Tints of #E390C5

#E390C5
(227,144,197)
#E59ACA
(229,154,202)
#E7A4CF
(231,164,207)
#E9AED4
(233,174,212)
#EBB8D9
(235,184,217)
#EDC2DE
(237,194,222)
#EFCCE3
(239,204,227)
#F1D6E8
(241,214,232)
#F3E0ED
(243,224,237)
#F5EAF2
(245,234,242)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E390C5 color. Also use rgb(227,144,197) instead hex code.

Text Font Color

.myTextColor { color: #E390C5; }

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

This text font color is #E390C5.


Background Color

.myBgColor { background-color: #E390C5; }

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

This div background color is #E390C5.


Border color

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

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

This div border color is #E390C5.


Opacity

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

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

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

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

This text has shadow with #E390C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E390C5 on black background.


Color preview on white background

This text has color #E390C5 on white background.



Black color preview on #E390C5 background

This text has black color on #E390C5 background.


White color preview on #E390C5 background

This text has white color on #E390C5 background.