COLOR #E395C2

HEX: #E395C2
RGB: (227,149,194)

Renk bilgisi

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

RGB renk modeli

#E395C2 color RGB value is (227,149,194).

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

RGB bağlantıları ve doygunluk

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

227
149
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 149 + 194 = 570 (100%)
R 227 of 570 ~ 39.82%
G 149 of 570 ~ 26.14%
B 194 of 570 ~ 34.04%

%39.82
%26.14
%34.04

CMYK RENK MODELİ

#E395C2 rengi CMYK tonu (0,34,15,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.36%
  • sarı tonu 14.54%
  • ana renk tonu 10.98%
CMYK:
(0,34,15,11)
C0M34Y15K11 
(0%,34%,15%,11%)
(0.00/0.34/0.15/0.11)	

CMYK yüzdeleri

%0
%34.36
%14.54
%10.98

Codes

Color #E395C2 in popluar color models

E395C2
RGB227149194
HSL325°58.21%73.73%
HSB/HSV325°34.36%89.02%
CMYK0.00%34.36%14.54%
10.98%

Color #E395C2 in popluar number systems.

HEXE395C2
Decimal227149194
Binary111000111001010111000010
Octal343225302

Shades and tints

Shades of #E395C2

#E395C2
(227,149,194)
#CF88B1
(207,136,177)
#BB7BA0
(187,123,160)
#A76E8F
(167,110,143)
#93617E
(147,97,126)
#7F546D
(127,84,109)
#6B475C
(107,71,92)
#573A4B
(87,58,75)
#432D3A
(67,45,58)
#2F2029
(47,32,41)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #E395C2

#E395C2
(227,149,194)
#E59EC7
(229,158,199)
#E7A7CC
(231,167,204)
#E9B0D1
(233,176,209)
#EBB9D6
(235,185,214)
#EDC2DB
(237,194,219)
#EFCBE0
(239,203,224)
#F1D4E5
(241,212,229)
#F3DDEA
(243,221,234)
#F5E6EF
(245,230,239)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E395C2; }

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

This text font color is #E395C2.


Background Color

.myBgColor { background-color: #E395C2; }

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

This div background color is #E395C2.


Border color

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

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

This div border color is #E395C2.


Opacity

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

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

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

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

This text has shadow with #E395C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E395C2 on black background.


Color preview on white background

This text has color #E395C2 on white background.



Black color preview on #E395C2 background

This text has black color on #E395C2 background.


White color preview on #E395C2 background

This text has white color on #E395C2 background.