COLOR #E396D7

HEX: #E396D7
RGB: (227,150,215)

Renk bilgisi

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

RGB renk modeli

#E396D7 color RGB value is (227,150,215).

  • kırmız ton 227;
  • yeşil ton 150;
  • mavi ton 215.
RGB:
(227,150,215)
(89%,59%,84%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 150 of 255 = 59%
B 215 of 255 = 84%

227
150
215

R + G + B ~ 77%. #E396D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 150 + 215 = 592 (100%)
R 227 of 592 ~ 38.34%
G 150 of 592 ~ 25.34%
B 215 of 592 ~ 36.32%

%38.34
%25.34
%36.32

CMYK RENK MODELİ

#E396D7 rengi CMYK tonu (0,34,5,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.92%
  • sarı tonu 5.29%
  • ana renk tonu 10.98%
CMYK:
(0,34,5,11)
C0M34Y5K11 
(0%,34%,5%,11%)
(0.00/0.34/0.05/0.11)	

CMYK yüzdeleri

%0
%33.92
%5.29
%10.98

Codes

Color #E396D7 in popluar color models

E396D7
RGB227150215
HSL309°57.89%73.92%
HSB/HSV309°33.92%89.02%
CMYK0.00%33.92%5.29%
10.98%

Color #E396D7 in popluar number systems.

HEXE396D7
Decimal227150215
Binary111000111001011011010111
Octal343226327

Shades and tints

Shades of #E396D7

#E396D7
(227,150,215)
#CF89C4
(207,137,196)
#BB7CB1
(187,124,177)
#A76F9E
(167,111,158)
#93628B
(147,98,139)
#7F5578
(127,85,120)
#6B4865
(107,72,101)
#573B52
(87,59,82)
#432E3F
(67,46,63)
#2F212C
(47,33,44)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #E396D7

#E396D7
(227,150,215)
#E59FDA
(229,159,218)
#E7A8DD
(231,168,221)
#E9B1E0
(233,177,224)
#EBBAE3
(235,186,227)
#EDC3E6
(237,195,230)
#EFCCE9
(239,204,233)
#F1D5EC
(241,213,236)
#F3DEEF
(243,222,239)
#F5E7F2
(245,231,242)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E396D7 color. Also use rgb(227,150,215) instead hex code.

Text Font Color

.myTextColor { color: #E396D7; }

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

This text font color is #E396D7.


Background Color

.myBgColor { background-color: #E396D7; }

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

This div background color is #E396D7.


Border color

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

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

This div border color is #E396D7.


Opacity

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

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

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

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

This text has shadow with #E396D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E396D7 on black background.


Color preview on white background

This text has color #E396D7 on white background.



Black color preview on #E396D7 background

This text has black color on #E396D7 background.


White color preview on #E396D7 background

This text has white color on #E396D7 background.