COLOR #E390C0

HEX: #E390C0
RGB: (227,144,192)

Renk bilgisi

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

RGB renk modeli

#E390C0 color RGB value is (227,144,192).

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

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 144 of 255 = 56%
B 192 of 255 = 75%

227
144
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 144 + 192 = 563 (100%)
R 227 of 563 ~ 40.32%
G 144 of 563 ~ 25.58%
B 192 of 563 ~ 34.1%

%40.32
%25.58
%34.1

CMYK RENK MODELİ

#E390C0 rengi CMYK tonu (0,37,15,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.56%
  • sarı tonu 15.42%
  • ana renk tonu 10.98%
CMYK:
(0,37,15,11)
C0M37Y15K11 
(0%,37%,15%,11%)
(0.00/0.37/0.15/0.11)	

CMYK yüzdeleri

%0
%36.56
%15.42
%10.98

Codes

Color #E390C0 in popluar color models

E390C0
RGB227144192
HSL325°59.71%72.75%
HSB/HSV325°36.56%89.02%
CMYK0.00%36.56%15.42%
10.98%

Color #E390C0 in popluar number systems.

HEXE390C0
Decimal227144192
Binary111000111001000011000000
Octal343220300

Shades and tints

Shades of #E390C0

#E390C0
(227,144,192)
#CF83AF
(207,131,175)
#BB769E
(187,118,158)
#A7698D
(167,105,141)
#935C7C
(147,92,124)
#7F4F6B
(127,79,107)
#6B425A
(107,66,90)
#573549
(87,53,73)
#432838
(67,40,56)
#2F1B27
(47,27,39)
#1B0E16
(27,14,22)
#000000
(0,0,0)

Tints of #E390C0

#E390C0
(227,144,192)
#E59AC5
(229,154,197)
#E7A4CA
(231,164,202)
#E9AECF
(233,174,207)
#EBB8D4
(235,184,212)
#EDC2D9
(237,194,217)
#EFCCDE
(239,204,222)
#F1D6E3
(241,214,227)
#F3E0E8
(243,224,232)
#F5EAED
(245,234,237)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E390C0; }

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

This text font color is #E390C0.


Background Color

.myBgColor { background-color: #E390C0; }

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

This div background color is #E390C0.


Border color

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

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

This div border color is #E390C0.


Opacity

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

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

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

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

This text has shadow with #E390C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E390C0 on black background.


Color preview on white background

This text has color #E390C0 on white background.



Black color preview on #E390C0 background

This text has black color on #E390C0 background.


White color preview on #E390C0 background

This text has white color on #E390C0 background.