COLOR #E393C2

HEX: #E393C2
RGB: (227,147,194)

Renk bilgisi

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

RGB renk modeli

#E393C2 color RGB value is (227,147,194).

  • kırmız ton 227;
  • yeşil ton 147;
  • mavi ton 194.
RGB:
(227,147,194)
(89%,58%,76%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 147 of 255 = 58%
B 194 of 255 = 76%

227
147
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 147 + 194 = 568 (100%)
R 227 of 568 ~ 39.96%
G 147 of 568 ~ 25.88%
B 194 of 568 ~ 34.15%

%39.96
%25.88
%34.15

CMYK RENK MODELİ

#E393C2 rengi CMYK tonu (0,35,15,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.24%
  • sarı tonu 14.54%
  • ana renk tonu 10.98%
CMYK:
(0,35,15,11)
C0M35Y15K11 
(0%,35%,15%,11%)
(0.00/0.35/0.15/0.11)	

CMYK yüzdeleri

%0
%35.24
%14.54
%10.98

Codes

Color #E393C2 in popluar color models

E393C2
RGB227147194
HSL325°58.82%73.33%
HSB/HSV325°35.24%89.02%
CMYK0.00%35.24%14.54%
10.98%

Color #E393C2 in popluar number systems.

HEXE393C2
Decimal227147194
Binary111000111001001111000010
Octal343223302

Shades and tints

Shades of #E393C2

#E393C2
(227,147,194)
#CF86B1
(207,134,177)
#BB79A0
(187,121,160)
#A76C8F
(167,108,143)
#935F7E
(147,95,126)
#7F526D
(127,82,109)
#6B455C
(107,69,92)
#57384B
(87,56,75)
#432B3A
(67,43,58)
#2F1E29
(47,30,41)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #E393C2

#E393C2
(227,147,194)
#E59CC7
(229,156,199)
#E7A5CC
(231,165,204)
#E9AED1
(233,174,209)
#EBB7D6
(235,183,214)
#EDC0DB
(237,192,219)
#EFC9E0
(239,201,224)
#F1D2E5
(241,210,229)
#F3DBEA
(243,219,234)
#F5E4EF
(245,228,239)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E393C2 color. Also use rgb(227,147,194) instead hex code.

Text Font Color

.myTextColor { color: #E393C2; }

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

This text font color is #E393C2.


Background Color

.myBgColor { background-color: #E393C2; }

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

This div background color is #E393C2.


Border color

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

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

This div border color is #E393C2.


Opacity

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

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

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

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

This text has shadow with #E393C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E393C2 on black background.


Color preview on white background

This text has color #E393C2 on white background.



Black color preview on #E393C2 background

This text has black color on #E393C2 background.


White color preview on #E393C2 background

This text has white color on #E393C2 background.