COLOR #E693E0

HEX: #E693E0
RGB: (230,147,224)

Renk bilgisi

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

RGB renk modeli

#E693E0 color RGB value is (230,147,224).

  • kırmız ton 230;
  • yeşil ton 147;
  • mavi ton 224.
RGB:
(230,147,224)
(90%,58%,88%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 147 of 255 = 58%
B 224 of 255 = 88%

230
147
224

R + G + B ~ 79%. #E693E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 147 + 224 = 601 (100%)
R 230 of 601 ~ 38.27%
G 147 of 601 ~ 24.46%
B 224 of 601 ~ 37.27%

%38.27
%24.46
%37.27

CMYK RENK MODELİ

#E693E0 rengi CMYK tonu (0,36,3,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.09%
  • sarı tonu 2.61%
  • ana renk tonu 9.80%
CMYK:
(0,36,3,10)
C0M36Y3K10 
(0%,36%,3%,10%)
(0.00/0.36/0.03/0.10)	

CMYK yüzdeleri

%0
%36.09
%2.61
%9.8

Codes

Color #E693E0 in popluar color models

E693E0
RGB230147224
HSL304°62.41%73.92%
HSB/HSV304°36.09%90.20%
CMYK0.00%36.09%2.61%
9.80%

Color #E693E0 in popluar number systems.

HEXE693E0
Decimal230147224
Binary111001101001001111100000
Octal346223340

Shades and tints

Shades of #E693E0

#E693E0
(230,147,224)
#D286CC
(210,134,204)
#BE79B8
(190,121,184)
#AA6CA4
(170,108,164)
#965F90
(150,95,144)
#82527C
(130,82,124)
#6E4568
(110,69,104)
#5A3854
(90,56,84)
#462B40
(70,43,64)
#321E2C
(50,30,44)
#1E1118
(30,17,24)
#000000
(0,0,0)

Tints of #E693E0

#E693E0
(230,147,224)
#E89CE2
(232,156,226)
#EAA5E4
(234,165,228)
#ECAEE6
(236,174,230)
#EEB7E8
(238,183,232)
#F0C0EA
(240,192,234)
#F2C9EC
(242,201,236)
#F4D2EE
(244,210,238)
#F6DBF0
(246,219,240)
#F8E4F2
(248,228,242)
#FAEDF4
(250,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E693E0 color. Also use rgb(230,147,224) instead hex code.

Text Font Color

.myTextColor { color: #E693E0; }

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

This text font color is #E693E0.


Background Color

.myBgColor { background-color: #E693E0; }

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

This div background color is #E693E0.


Border color

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

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

This div border color is #E693E0.


Opacity

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

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

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

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

This text has shadow with #E693E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E693E0 on black background.


Color preview on white background

This text has color #E693E0 on white background.



Black color preview on #E693E0 background

This text has black color on #E693E0 background.


White color preview on #E693E0 background

This text has white color on #E693E0 background.