COLOR #E388E1

HEX: #E388E1
RGB: (227,136,225)

Renk bilgisi

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

RGB renk modeli

#E388E1 color RGB value is (227,136,225).

  • kırmız ton 227;
  • yeşil ton 136;
  • mavi ton 225.
RGB:
(227,136,225)
(89%,53%,88%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 136 of 255 = 53%
B 225 of 255 = 88%

227
136
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 136 + 225 = 588 (100%)
R 227 of 588 ~ 38.61%
G 136 of 588 ~ 23.13%
B 225 of 588 ~ 38.27%

%38.61
%23.13
%38.27

CMYK RENK MODELİ

#E388E1 rengi CMYK tonu (0,40,1,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.09%
  • sarı tonu 0.88%
  • ana renk tonu 10.98%
CMYK:
(0,40,1,11)
C0M40Y1K11 
(0%,40%,1%,11%)
(0.00/0.40/0.01/0.11)	

CMYK yüzdeleri

%0
%40.09
%0.88
%10.98

Codes

Color #E388E1 in popluar color models

E388E1
RGB227136225
HSL301°61.90%71.18%
HSB/HSV301°40.09%89.02%
CMYK0.00%40.09%0.88%
10.98%

Color #E388E1 in popluar number systems.

HEXE388E1
Decimal227136225
Binary111000111000100011100001
Octal343210341

Shades and tints

Shades of #E388E1

#E388E1
(227,136,225)
#CF7CCD
(207,124,205)
#BB70B9
(187,112,185)
#A764A5
(167,100,165)
#935891
(147,88,145)
#7F4C7D
(127,76,125)
#6B4069
(107,64,105)
#573455
(87,52,85)
#432841
(67,40,65)
#2F1C2D
(47,28,45)
#1B1019
(27,16,25)
#000000
(0,0,0)

Tints of #E388E1

#E388E1
(227,136,225)
#E592E3
(229,146,227)
#E79CE5
(231,156,229)
#E9A6E7
(233,166,231)
#EBB0E9
(235,176,233)
#EDBAEB
(237,186,235)
#EFC4ED
(239,196,237)
#F1CEEF
(241,206,239)
#F3D8F1
(243,216,241)
#F5E2F3
(245,226,243)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E388E1 color. Also use rgb(227,136,225) instead hex code.

Text Font Color

.myTextColor { color: #E388E1; }

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

This text font color is #E388E1.


Background Color

.myBgColor { background-color: #E388E1; }

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

This div background color is #E388E1.


Border color

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

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

This div border color is #E388E1.


Opacity

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

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

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

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

This text has shadow with #E388E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E388E1 on black background.


Color preview on white background

This text has color #E388E1 on white background.



Black color preview on #E388E1 background

This text has black color on #E388E1 background.


White color preview on #E388E1 background

This text has white color on #E388E1 background.